F
Fredo Vincentis
I have moved on from designing all my websites in tables to creating layout
with css and I am almost happy with it. The only problem I encounter again
and again is that my sites don't work in IE5 on the Macintosh, due to a
problem with float.
In general this is what happens:
I use float to create a two-column design: float one div on the left, the
other on the right. IE5/Mac for some reason decides not to put the two DIVs
next to eachother, but push the second DIV to the bottom (right aligned, but
below the left aligned DIV).
Here an example of one of the pages:
http://www.terra-mia.com/version2/
If anybody knows how to solve this problem, I would really appreciate your
help!
Thanks!
with css and I am almost happy with it. The only problem I encounter again
and again is that my sites don't work in IE5 on the Macintosh, due to a
problem with float.
In general this is what happens:
I use float to create a two-column design: float one div on the left, the
other on the right. IE5/Mac for some reason decides not to put the two DIVs
next to eachother, but push the second DIV to the bottom (right aligned, but
below the left aligned DIV).
Here an example of one of the pages:
http://www.terra-mia.com/version2/
If anybody knows how to solve this problem, I would really appreciate your
help!
Thanks!