Patrick H. Lauke wrote:

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


Patrick H. Lauke

Patrick,


The HTML markup as I have it is essential for the hover effect to work.

Either of these changes eliminate the characters and bring back the gif (*at least on my machine*):
1) Enlarging the width of #sidethumb1 & #sidethumb2 from 90px to 91px.
2) Changing a.gallery from display:inline to display :block.
If the duplicate characters are still rendering on your end, I'd be grateful if you would let me know.
http://www.dlaakso.com/
Best,
David







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