Home General Chat
If you need urgent support, call 999 or go to your nearest A&E. To contact our Crisis Messenger (open 24/7) text THEMIX to 85258.
Options

firefox CSS compatability

Former MemberFormer Member Posts: 1,876,323 The Mix Honorary Guru
anyone know anything about CSS?

seems the following works fine in IE, but does nothing at all in FF:
<style type="text/css"> a:link img {filter:gray;} a:visited img {filter:gray;} a:hover img {filter:none;} </style>

(myspaz if you must know) the idea is that all linked images on the page are gray until mouse-over (but I guess if you clicked on this knowing about CSS you'd have figured that out :p )

but as I said, it doesn't work in firefox (or netscape, apparantally). Is there any other way to impliment this effect so it works in FF ?

thanks :)

Comments

  • Options
    Former MemberFormer Member Posts: 1,876,323 The Mix Honorary Guru
    I think filter is a non-standard IE CSS extension, hence the not working.
  • Options
    Former MemberFormer Member Posts: 1,876,323 The Mix Honorary Guru
    know of any standard way to do the same thing? :)
Sign In or Register to comment.