"...Remember being a youngster, mom or dad telling you "close the door"? Well the same applies to HTML ...."

Go Back   Webmaster Forums > Code Forum > CSS Forum

Reply
 
Thread Tools Rate this Webmaster Discussion
Old 05-15-2006, 03:25 PM   #1
tjanson
New Member
 
Join Date: Jul 2004
Webmaster Discussions: 14
Rep Power: 38
tjanson is on a distinguished road
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;
}


tjanson is offline   Reply With Quote
Old 03-16-2009, 11:21 AM   #2
markei
New Member
 
Join Date: Mar 2009
Location: Westminster, MD
Webmaster Discussions: 19
Rep Power: 10
markei has a spectacular aura aboutmarkei has a spectacular aura about
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!
markei is offline   Reply With Quote
Reply

Bookmarks

Tags
avisited, firefox, img, netscape, working

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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


All times are GMT -5. The time now is 09:08 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.