![]() |
| HTML | PHP Scripts | Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
|
|
#1 |
|
New Member
Join Date: Jul 2004
Webmaster Discussions: 14
Rep Power: 38 ![]() |
A:visited img not working in FIrefox or Netscape
Hi all-
I could use some help. My goal is to have a the rollover and visited states be the same for the thumbnails. That is when you roll over the thumb it has a nice low opacity effect. And if you have visited the thumb it retains the low opacity effect as an indication that you have visisted it. This works great in IE, but the visited state does not work in Firefox or Netscape. Anyone have a nice workaround idea? I would really appreciate the input. http://www.cvcg.net/hutton/chairs.html Css: #imageTable a:link img{ filter:alpha(opacity=100); filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0; } #imageTable a:hover img, #imageTable a:visited img { filter:alpha(opacity=50); filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; } |
|
|
|
|
|
#2 |
|
New Member
Join Date: Mar 2009
Location: Westminster, MD
Webmaster Discussions: 19
Rep Power: 10 ![]() ![]() |
Re: A:visited img not working in FIrefox or Netscape
Hey, check this out, it's pretty thorough on cross-browser transparency(opacity):
http://www.mandarindesign.com/opacity.html Hope it helps! |
|
|
|
![]() |
| Bookmarks |
| Tags |
| avisited, firefox, img, netscape, working |
| Thread Tools | |
| Rate This Thread | |
|
|
Similar Webmaster Discussions
|
||||
| Thread | Webmaster Discussion Starter | Forum | Replies | Last Post |
| Setting last page visited | jwzumwalt | CGI Perl Forum | 0 | 07-12-2009 03:58 PM |
| a:active not working in FIrefox or Netscape | tjanson | CSS Forum | 5 | 03-16-2009 10:53 AM |
| print "Location... in firefox not working | CGI_Newbie | CGI Perl Forum | 1 | 11-03-2007 11:01 AM |
| CSS working differently in Netscape and IE | brsdja | CSS Forum | 10 | 01-06-2004 05:04 PM |
| Different :link, :visited, :hover, :active colors on some page | reo | CSS Forum | 1 | 08-28-2002 10:59 AM |