Posted by Daryl on 11/28/06 01:40
I want an 800px content section of my webpage always centered no matter the
viewer's window size. I've resorted to a single celled centered table with a
fixed width because css doesn't handle this properly in IE6 as far as I can
tell. Inside this content table I want to place <div> sections with certain
widths and height side by side and stacked. I guess I have to use relative
positioning but once I start doing the left and top attribute adjustments
any unmodified <div> sections remain way at the bottom as if the other
modified sections were still stacked by default. Better yet, check it out
here.
http://www.dreamscape.com/lyradf/index2.htm
The top two sections are dandy. Its all the other ones to follow that are
going to be a pain.
Is there an inline html tag that I can set the width and height on other
than <div> that I should be using? I tried <span> and that failed.
Navigation:
[Reply to this message]
|