David Laakso wrote:

I have no idea what you're talking about, or what you mean.

Shame...because that should be the answer. Ok then, let's break it down: in your markup for the sidebars (taking one from sidethumb1 for this), this is what you have


<a class="gallery slidea" href="#"><span><img src="images/thumbs/oils/sm_garden.jpg" height="100" width="100" alt="Funnels" title="Funnels" />images/thumbs/sm_shed.jpg width="70" height="70"</span></a>

reformatting it to make the problem more obvious

<a class="gallery slidea" href="#">
<span>
<img src="images/thumbs/oils/sm_garden.jpg" height="100" width="100" alt="Funnels" title="Funnels" />
images/thumbs/sm_shed.jpg width="70" height="70"
</span>
</a>


i.e. there's lots of crap after the actual image element

images/thumbs/sm_shed.jpg width="70" height="70"

which is then showing in the background, and what you see in IE is just the last 2 characters, 0"

Patrick H. Lauke
_____________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com

******************************************************
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