Drupal: color doesn't change in Chrome or Safari
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-04-26T15:28:20Z
Indexed on
2010/04/27
12:13 UTC
Read the original article
Hit count: 357
hi,
could you explain me why the following code doesn't work in Chrome and Safari, but only in Firefox ?
if ($(this).css("color") == "Fuchsia"){ $(this).css("color","#000000"); }
Website: http://www.sanstitre.ch/drupal/portfolio?tid[]=38&view_name=Portfolio&view_display_id=page_1&view_args=&view_path=portfolio&view_base_path=portfolio&view_dom_id=1&pager_element=0
Please scroll vertically to see Fuchsia colors to change
thanks
© Stack Overflow or respective owner