http://www.mangadownload.net/series.php?sid=1
the div layers aren't expanding!?! why is this? I'm new to tableless design so please bear with me
| SitePoint Sponsor |
http://www.mangadownload.net/series.php?sid=1
the div layers aren't expanding!?! why is this? I'm new to tableless design so please bear with me
chrome is a wrapper that combines a browser with spyware



Stick one of these:Before the closing </div> that contains your table.Code:<div style="clear: both;"></div>
Of course, that's just my opinion. I could be wrong.
nope, that didn't help
chrome is a wrapper that combines a browser with spyware


Hi,
The problem is that you are absolutely placing your content therefore it is removed from the flow and will not influence other elements in any way.
You need to get some flow back into the document so that you can exert pressure on other elements.
Try this (it may need tweaking).
I have put the content and header back into the flow and used margins to position it. The frame wrapper has also been set to relative and the height is min-height now for mozilla and height:100% for ie which expands automatically.Code:#frame { position: relative; width:779px; min-height:100%; padding:0px; text-align:left; background-image:url(http://www.mangadownload.net/images/framebackground.jpg); } * html #frame {height:100%} #contentcenter { width:565px; padding:0px; position: relative; margin-top:125px; margin-left:196px; text-align: center; padding-bottom:25px; } #contentheader { width:779px; height:125px; padding:0px; background-image:url(http://www.mangadownload.net/images/headerback1.jpg); }
Hope that helps.
Paul
that did itI were afraid I would have to rebuild the site. This is great. Thanks a lot
you are now officially my true love :P
chrome is a wrapper that combines a browser with spyware
Bookmarks