This code is killing me! Works well in IE but not FireFox…
Posted: 02 March 2009 06:15 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2009-03-02

Hi all!


The background is displayed wrong in FireFox 3.0 and Safari but perfect in IE 7.0.


Can anyone see a fix for this?

Thanks!

Site: http://www.mission-planning.dk/

Profile
 
 
Posted: 05 March 2009 07:19 PM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  52
Joined  2007-11-08

IE isn’t as “strict” as FF and safari.

You didn’t clear the float and still it stretches the borders of div#wrap.


At the end of your document, just before closing the your div#wrap, add this line

<span style=“clear:both; display:block;”></span>

that’s it..problem solved :)

All the best

Profile
 
 
Posted: 05 March 2009 08:15 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2009-03-02

OMG!

It works great!


Thank you very much vishwebdesign!

:)

Profile
 
 
   
 
 
‹‹ Menu question      Rounded Borders ››