Powered by:
FutureQuest Hosting


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

Web Hosting
Shared       
Reseller     
VPS             
Dedicated 
Price:   $(US)
Space:     (MB)
Transfer:(GB)
Platform:


Advertise
Advertising Opportunities
Rate Card

Sponsor
Go Back   Webmaster Forums > Code Forum > CSS Forum


Reply
 
Thread Tools Rate this Webmaster Discussion
  #1  
Old 05-15-2006, 04:25 PM
tjanson tjanson is offline
Junior Member
 
Join Date: Jul 2004
Webmaster Discussions: 14
Rep Power: 33
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;
}


Reply With Quote
  #2  
Old 03-16-2009, 12:21 PM
markei markei is offline
Junior Member
 
Join Date: Mar 2009
Location: Westminster, MD
Webmaster Discussions: 14
Rep Power: 6
markei has a spectacular aura about markei 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!
__________________
Keep In Tune!
markei
Reply With Quote
Reply
Sponsor

Bookmarks

Tags
avisited , firefox , img , netscape , working

Thread Tools
Rate This Thread
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 04:58 PM
a:active not working in FIrefox or Netscape tjanson CSS Forum 5 03-16-2009 11:53 AM
print "Location... in firefox not working CGI_Newbie CGI Perl Forum 1 11-03-2007 12:01 PM
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 11:59 AM


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

Copyright © 1999 - 2009 Advanced HTML For Beginners and AHFB2000. All rights reserved.
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.