CSS problem
- Started
- Last post
- 5 Responses
- eu77
Having trouble getting my head round the layout for a site im working on.
I think I've almost cracked it in IE but it looks shocking in Firefox.
Can anyone help
PAGE:
http://www.pccscotland.co.uk/css…CSS:
http://www.pccscotland.co.uk/css…thanks
e
- stewart0
looks shocking in safari too.
- thismanslife0
In general, trust FF to render it "correctly"... so, even though IE looks better here, it's actually getting it wrong!
I'll take a look at the code and see if I can suggest a fix :)
- thismanslife0
It's almost definately doing that because you have width: 100% on your #content container.
You need to build it a different way i'm affraid.
Absolutely position your sidebar (top: 0; left: 0;) remove the width on your "content" container, but give it a left margin of, whatever your sidebar width is... that should do it...
- eu770
ok - thanks very much
much appreciated advice.
- thismanslife0
No problem. Good luck!