Drupal: color doesn't change in Chrome or Safari
- by Patrick
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