Firefox is doing just fine :-)

Daniel Doesburg wrote:

How can I make that Firefox looks the same as IE.

The simplest way is to give Firefox complete CSS, and keep IE/win-code
from polluting it.

I've added some, and used the 'leading underscore' hack to feed IE/win.
Use any hack you like...

#wrapper{min-width:600px;min-height:600px;width:600px;_height:600px;background:lime;
float: left;}
#wrappera{width:49%;_height:100px;min-height:100px;float:left;}
#wrapperb{width:49%;_height:100px;min-height:100px;float:right;}
.wrapper1{color:white;width: 49%;float:left;}
.wrapper2{color:blue;width: 49%;float:right;}

... the rest will do as is - on a test page. A real page would look
better with a doctype and a slight clean-up.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to