> I'm no CSS expert and sometimes I need to "nudge" a photograph one direction > or another a few pixels, and add inline CSS to do so, such as: > > <p><img style="padding-top: 5px;" src="super_girl.jpg"></p> > > However, I've noticed this additional padding is not displayed in Internet > Explorer (I have IE 8). The padding shows fine in Firefox, Safari and other > browsers.
I think you'd have better result across browsers if you were using margin instead of padding. -- Regards, Thierry | www.tjkdesign.com ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
