problems with layout

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default problems with layout

    I have a web site nearly ready to go live but I'm having some serious
    problems with objects not lining up. They are fine in IE, and actually fine
    with Netscape 4. But in Netscape 6/7, the dropdown menu and the actual page
    content are not falling into their correct place (as they do with IE). The
    dropdown menu is inside a table so that I can center it on the table. The
    page content is not inside a table and I don't want to use a table. I'm
    sure something could be fixed with my style sheet. I have set up pages like
    this before and not experienced this problem

    [url]http://enchanted-graphics.com/nmagep[/url]

    Thanks, Tammy


    Enchanted Graphics Guest

  2. Similar Questions and Discussions

    1. Datalist Layout spacing problems, row space
      Just in case this is driving anyone else besides me nuts.... I set up a datalist with Layout=Table. This caused a blank space to appear between...
    2. CFForm Layout Problems
      I'm having trouble getting the layout to work like I want it to when I am working with cfform format=flash. I have my code attached. In the tab...
    3. Layout Problems
      Hi, I create my designs in Fireworks and then set up the slices and move the pages over into Dreamweaver. After it's in Dreamweaver, I set up the...
    4. css layout problems - css and tables
      Hi guys, Well as some of you suggested months ago, I've been trying to learn to layout with CSS... It's actually getting a bit rewarding now as I...
    5. Problems with layout in (crappy) IE
      Hi there, Could someone tell me why this works in Safari (lovely) but not IE (crappy)???? The tables are within a nested div that scrolls using...
  3. #2

    Default Re: problems with layout

    Enchanted Graphics wrote:
    > I have a web site nearly ready to go live but I'm having some serious
    > problems with objects not lining up. They are fine in IE, and actually
    > fine
    > with Netscape 4. But in Netscape 6/7, the dropdown menu and the actual
    > page
    > content are not falling into their correct place (as they do with IE).
    > The
    > dropdown menu is inside a table so that I can center it on the table. The
    > page content is not inside a table and I don't want to use a table. I'm
    > sure something could be fixed with my style sheet. I have set up
    > pages like
    > this before and not experienced this problem
    >
    > [url]http://enchanted-graphics.com/nmagep[/url]
    >
    > Thanks, Tammy
    >
    >
    Try moving this div to just before the closing </body> tag on your page.
    It seems to be that which may be causing the problem.

    <div id="logo" style="width: 85px"><a href="index.htm"><img
    src="m2img/nmageplogoc.gif" alt="New Mexico AGEP" width="85" height="75"
    border="0"></a></div>

    osgood 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