Help, Contribute behaves strangly

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Help, Contribute behaves strangly

    My client can't work with Contribute. Everything is highlited. Any idea what
    might be wrong. If checked al code etc, and can't find it. Only thing I can
    imagine is stylesheet code:

    html {
    background: #666666 url(images/pageback.jpg);
    margin: 0;
    padding: 0;
    height: 100%;
    }

    body {
    background-image: url(images/bg_container_balkengekleurd.gif);
    scrollbar-base-color:#7F7E83;
    scrollbar-arrow-color:#F89828;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 990px;
    min-height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center bottom;
    }

    #container {
    width: 989px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;


    border-right: 1px solid #F89828;
    border-bottom: 1px solid #F89828;
    border-left: 1px solid #F89828;

    }

    But that seems strange to me. Anybody have a clue here. I'm desperate.

    Also see this image as example: [url]http://www.thematchmakers.nl/contribute.jpg[/url]


    HELP

    Seven Guest

  2. Similar Questions and Discussions

    1. COM / DDE behaves differently in Acrobat Reader 9.0 ??
      Hello ! We have a big client application (written in Delphi) which uses DDE extensivelly to handle printing tasks. It works fine with Reader 6.x,...
    2. How to create a designer that behaves like the ASP:PANEL
      I am creating a custom server control where the user can add any content similar to an ASP:PANEL. The custom control wraps the content in some...
    3. FLA Corrpt? Draggable MC acting VERY strangly
      I think I have tested almost every possible solution short of re-building the project - I thought I would ask some advice first. I have a flash...
    4. php script behaves different as cron job
      Hi, I wrote a php script, which calls with the system-command the commandline tool "transcode". transcode is a tool to convert audio and video...
    5. [Q] Window from Nib behaves oddly
      On Fri, 18 Jul 2003, Peter Amberg wrote: Is your window set to use the standard event handler? Fred
  3. #2

    Default Re: Help, Contribute behaves strangly

    [q]Originally posted by: Seven

    html {
    background: #666666 url(images/pageback.jpg);
    margin: 0;
    padding: 0;
    height: 100%;
    }
    HELP[/q]


    AAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHH!!!

    html {
    background: [h]#666666[/h] url(images/pageback.jpg);
    margin: 0;
    padding: 0;
    height: 100%;
    }

    It's a shame al these browsers (IE, FF, Contribute) beahve all different. It
    makes me mad.

    removed #666666 and know it's working wel in Contribute

    Seven Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139