G'day again.
> The CSS code on Russ' tutorial highlights the padding as per below:
> .floatright
> {
...snip...
> padding: 10px; /* This line uses the padding */
> border: 1px solid #666;
> }
As I've been saying, that's the container, not the image:
<div class="floatright"><img ... ><br>Caption here</div>
..not...
<div><img class="floatright" ...></div>
> 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/>
Seems an overly complex and totally different setup to me (background
images, lots of spans and classes, no img element with padding).
Anyway, it's up to you what you do :-)
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
******************************************************