HighDots Forums  

Re: Sanity test......firefox versus IE

alt.html alt.html


Discuss Re: Sanity test......firefox versus IE in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Oli Filth
 
Posts: n/a

Default Re: Sanity test......firefox versus IE - 01-02-2005 , 12:31 PM






Richard wrote:
Quote:
A very simple procedure.
A standard 3 column division layout and firefox absolutely refuses to
display column3.
While in IE it rendered just fine.
Why? Because apparently IE "ASSUMES" a floating element whereas in firefox,
it is demanded.

IE doesn't assume a float, it just renders incorrectly. You can test
this by changing it to float:none for the iright style.

Quote:
Yet another reason why to give up IE entirely and switch to a better browser
such as firefox.

Sample:

style type="text/css"

.main { width:1000px; height:900px; }
.navbar { width:200px; height:900px; background-color:#7F7; float:left;}
.middle { width:200px; height:900px; background-color:#F44; float:left;}
.iright { width:400px; height:900px; background-color:#44F; float:left;}
/style

Leave out the float:left in column 3 and check out the results in both
browsers.

Maybe IE will eventually grow up and join the crowd.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.