Hi again

> > I am following, to some degree, Russ' tutorial: 
> > <http://css.maxdesign.com.au/floatutorial/tutorial0208.htm>
> > So it is possible to style an image to have padding and a border.
> 
> I don't see image padding mentioned, at least not on that page.

The CSS code on Russ' tutorial highlights the padding as per below:

 .floatright
{
float: right;
width: 102px;
margin: 0 0 10px 10px;
background-color: #ddd;
padding: 10px;              /* This line uses the padding */
border: 1px solid #666;
}

> Could be that IE doesn't support it padding on images.

I have used Russ' technique here: <http://www.xert.org/> and it works well in 
IE Win.

Still a mystery to me why it won't work here:

<http://www.xert.com.au/workshop/pbyron628/>


Thanks
Sarah
-- 
XERT Communications
email: [EMAIL PROTECTED]
office: +61 2 4782 3104
mobile: 0438 017 416

http://www.xert.com.au/   web development : digital imaging : dvd production
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to