IE position bug

liunx

Guest
Ok, after many hours, of fixing god awful IE bugs , i still have 2 I cannot fix, so i am seeking assitance.

If you navigate to <!-- m --><a class="postlink" href="http://mp3realm.org/search/The/artist/">http://mp3realm.org/search/The/artist/</a><!-- m --> in Mozilla Firefox, it renders how it should. But now open it in IE . The header align is off (By top/bottom) and the right ads column is not the right width.

My css file can be viewed here :

<!-- m --><a class="postlink" href="http://mp3realm.org/default.css">http://mp3realm.org/default.css</a><!-- m -->


Thank you in advance.Try changing the settings in your stylesheet that are

margin : 0 auto;

to just

margin: 0;


Good Luck!
KDLATry a complete DTD and see if that helps...<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " <!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/strict.dtd">http://www.w3.org/TR/html4/strict.dtd</a><!-- m --> ">Try a complete DTD and see if that helps...<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " <!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/strict.dtd">http://www.w3.org/TR/html4/strict.dtd</a><!-- m --> ">

Thank you that has fixed the right column ! :D

Still no luck on the top left logoInternet Explorer puts margins around forms. Try setting the search form's margin to 0.
 
Back
Top