hey guys,
why doesn't the padding for my images in the navigation work correctly in IE? (FF & Opera are ok)
+ there is a small line of pink under the nav div in IE (FF & Opera are ok). How come
<!-- m --><a class="postlink" href="http://test.bobbysmiles.com/test.htm">http://test.bobbysmiles.com/test.htm</a><!-- m -->
Thanks for the help!img {vertical-align:bottom;}
Put IE in standards mode by replacing the DTD, it will prevent more problems later.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">Fang, thanks for helping me out! (again ). Ur great!
why doesn't the padding for my images in the navigation work correctly in IE? (FF & Opera are ok)
+ there is a small line of pink under the nav div in IE (FF & Opera are ok). How come
<!-- m --><a class="postlink" href="http://test.bobbysmiles.com/test.htm">http://test.bobbysmiles.com/test.htm</a><!-- m -->
Thanks for the help!img {vertical-align:bottom;}
Put IE in standards mode by replacing the DTD, it will prevent more problems later.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">Fang, thanks for helping me out! (again ). Ur great!