Hi
Could someone take a look at this site for me? as it is pushing the content downwards and I dont have IE6 to test in.
Thanks
| SitePoint Sponsor |
Hi
Could someone take a look at this site for me? as it is pushing the content downwards and I dont have IE6 to test in.
Thanks
Last edited by bopo; May 31, 2007 at 03:11.

Code CSS:HTML #centre {float: left; overflow: hidden;width: 620px; }
Try changing the width from 100% to 620px - that moved the middle content to the correct position in IE6
Nadia
Unique CSS Templates by Nadia
Dreamweaver: Tutorials.Templates.CSS Designs
SitePoint Books |My Fireworks Tutorials 1 2
Follow me on Twitter | Community Team Advisor


Hi,
Its the margin on the right navigation ul that's pushing the column down because it just out into the middle.
Set the left margin to zero.
Code:#navigation ul{margin:0;}
lol - You can't do that because its a fluid width layoutOriginally Posted by nadia
![]()
www.pmob.co.uk CSS FAQ 3 col demo Read My CSS Articles
Ultimate CSS Reference
Check out SitePoint's latest JavaScript challenge

Unique CSS Templates by Nadia
Dreamweaver: Tutorials.Templates.CSS Designs
SitePoint Books |My Fireworks Tutorials 1 2
Follow me on Twitter | Community Team Advisor

Available here: http://www.visionaustralia.org.au/info.aspx?page=614
Nadia
Unique CSS Templates by Nadia
Dreamweaver: Tutorials.Templates.CSS Designs
SitePoint Books |My Fireworks Tutorials 1 2
Follow me on Twitter | Community Team Advisor
Bookmarks