Jed Arnold wrote:
> I'm working on a site and wanted to make the default page
> more dynamic by
> adding CSS image pop-ups to my <h1> links. I adapted code from Nathan
> Smith's HoverBox technique.
>
> My code is working fine in FF, IE 7/Win, Opera and Moz, but
> IE 6/Win is giving me a problem. The images (initiated by a:hover)
> are staying on the
> screen in IE6.
[...]
>
> The site can be viewed here,
> http://the1912gallery.ehc.edu/music/newsite/textlinktest.html
IE frequently has such "stuck on hover" effects. Some cases are mentioned
here [1], but your looks different.
I would try wrapping the images in a span and moving the preview class on
the span:
<span class="preview"><img src="..." /></span>
If you want to maintain the current size for the images you should then
change your .joverbox .preview { width: 300px; height: 50px; }
rule into
.joverbox .preview img { ... }
hth,
Bruno
[1] http://www.satzansatz.de/cssd/pseudocss.html#hoverstuck
--
Bruno Fassino http://www.brunildo.org/test
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/