G'day
> http://www.xert.com.au/workshop/pbyron628/
> The problem is that the 5px padding around the images
> does not show in IE Win 6.0. Not sure how it looks in IE Win 5.5.
I'm not quite a CSS expert, but I'm not sure that images, being "replaced
elements" can officially have padding, since padding goes "inside the
element"
You might try this instead:
#sidenav p img {
margin-top: 0;
border: 5px solid #fff;
}
Or if you want a double border, as it seems, size the paragraph, give that
the white background and 5px padding and leave the 1px black border on the
image.
But maybe I'm wrong about padding on "replaced elements" and it's just that
IE doesn't like it.
Regards
--
Bert Doorn, Web Developer
Better Web Design
http://www.betterwebdesign.com.au/
Fast-loading, user-friendly websites
.
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************