Forum Moderators: not2easy
I'm trying to write a very simple layout( online at [217.56.213.68:8081...] ) that with Mozilla renders ok, but with ie it's broken!
1) Would you please help to solve the problem?
2) do you have general suggestions for a newbie like me? ;)
Thanks
Paolo Dina
P.S.: I looked the site [csszengarden.com...] and it's wonderful, a masterpiece! I'm really envious ;)
These tags are the problems:
<base href="somewhere/" />
<hr />
<br />
- don't use the " />" part unless you use a document type definition that supports it. Oh, and remove the URL please.
And welcome to WebmasterWorld :)
/claus
Anyway, i solved the problem too..
In brief: in that 2 columns layout the left column spread over the space dedicated to the right part, so this one went bottom.. (with i.e.)
I changed the width property from 760px to 780px; i know, this is one of the worst way to fix the problem.. but i'm really new to layouts developed using css.
Paolo Dina
No need for a blue face man ;)
Have you read all of Nick's tutorial [webmasterworld.com]?
Check out the Library for the CSS forum above as well for tips on getting started.
Also, search Yahoo! for Eric Meyers, Jeffrey Zeldman and Owen Briggs.