|
Posted by axlq on 04/21/06 23:22
In article <44490ac4.6014687@news.ntlworld.com>,
Matt Probert <Via Usenet ONLY> wrote:
>On Fri, 21 Apr 2006 10:44:18 +0100, "Paul Watt"
><paulioNOSPAM@wattio.freeserve.co.uk> wrote:
>>I've got a problem again, pesky css. I have a rounded box for a login. Its a
>>wrapper div containing three divs stacked on top of each other. In IE its
>>fine, but in FF the divs are seperated. I've tried IMG{display:block}, I've
>>tried IMG{vertical align:bottom}. I've set margins to 0, i've set line
>>height to 0. Now what?
>
>Have you tried tables?
>
></gets coat>
Actually that's a good suggestion. I see more consistency between
browsers in the way they display tables than the way they handle
CSS. It's gotten to the point where I'm about to give up on CSS for
layout, I'm so disgusted with how IE fails to conform to standards,
and I don't want to litter my pages with ridiculous hacks to
compensate for all the differences.
-A
[Back to original message]
|