Firefox vs IE...

Thread Solved

Join Date: Apr 2008
Posts: 30
Reputation: Mapper99 is an unknown quantity at this point 
Solved Threads: 0
Mapper99 Mapper99 is offline Offline
Light Poster

Firefox vs IE...

 
0
  #1
Sep 12th, 2009
I have created a PHP page using CSS for styling. It looks great in IE. However, in Firefox, it is just a mess. Here is the link to the page:

http://www.laudontech.com/temp/pceditor.php

Any ideas? Should I develop for Firefox, then try and fix for IE? Or, the other way around?

Thanks in advance,

Mapper
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 348
Reputation: Troy III will become famous soon enough Troy III will become famous soon enough 
Solved Threads: 42
Troy III's Avatar
Troy III Troy III is offline Offline
Posting Whiz

Re: Firefox vs IE...

 
1
  #2
Sep 12th, 2009
Originally Posted by Mapper99 View Post
I have created a PHP page using CSS for styling. It looks great in IE. However, in Firefox, it is just a mess. Here is the link to the page:

http://www.laudontech.com/temp/pceditor.php

Any ideas? Should I develop for Firefox, then try and fix for IE? Or, the other way around?

Thanks in advance,

Mapper
Yeah, it looks as it should on IE.

All container elements are broken in Netscape based browsers.
This is known as a bleeding fox syndrome bug, or "fox on fire behaviour".
It will drop everything out of it container.
You'll be forced to manually set the height of each container element so it'll look as if its holdin it.
  • The div id=search will need the height of exactly 20px.
  • The div id=search2 will need the height of at least 22px.
  • The div id=top of the class=section will need the minimum height of 160px.
  • The div id=middleedit of class=section will need the height of 512px.
  • The div id=middle of class=section will need the same height of 512px. ! and try floating it too.
This should fix it.
Just remember that containers act as if they're inline elements in Netscape children too.
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 30
Reputation: Mapper99 is an unknown quantity at this point 
Solved Threads: 0
Mapper99 Mapper99 is offline Offline
Light Poster

Re: Firefox vs IE...

 
0
  #3
Sep 13th, 2009
Thanks for your reply! 98% better now:

http://www.laudontech.com/temp/pceditor.php

Just a few more sizing tweaks and it should look the same on IE. Any idea how I can get a bit of spacing above the "Or, pick from a list of PC's to display on the map: " text without having to add a <br>?

Thanks again.

Mapper
Reply With Quote Quick reply to this message  
Reply

Tags
css, firefox, ie7

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC