Closed GoogleCodeExporter closed 8 years ago
This is a css issue.
IE 6 has some trouble with hover.
If someone with IE 6 could test the following css adjustments.
.slideshow-thumbnails a:link {
display: block;
padding: 5px;
position: relative;
}
.slideshow-thumbnails a:visited:hover, .slideshow-thumbnails a:link:hover {
background-color: #86d0ff !important;
opacity: 1 !important;
}
Original comment by daiv.mow...@gmail.com
on 22 Jun 2009 at 11:04
Original comment by aeron.gl...@gmail.com
on 23 Jun 2009 at 1:06
Original comment by aeron.gl...@gmail.com
on 21 Aug 2009 at 7:47
The CSS issue above dosn't work for the opacity in IE!
Original comment by mail@bekanntmacher.ch
on 29 Sep 2010 at 5:20
The hover stuff isn't done in Javascript, it's just CSS and IE doesn't support
the "opacity" rule (maybe IE9?). You can probably get it to work writing
specific rules to target the IE browsers:
http://www.quirksmode.org/css/opacity.html
Original comment by aeron.gl...@gmail.com
on 30 Sep 2010 at 5:23
Original issue reported on code.google.com by
schmitz....@gmail.com
on 27 Apr 2009 at 2:30