Click to See Complete Forum and Search --> : padding for images doesn't work


Bobby_S
10-22-2005, 11:08 AM
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 :confused: :confused:

http://test.bobbysmiles.com/test.htm

Thanks for the help!

Fang
10-22-2005, 12:40 PM
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">

Bobby_S
10-22-2005, 12:56 PM
Fang, thanks for helping me out! (again :p). Ur great!