iris lines designs

802 257 7391
info@irislines.com

JoomlaSolutions - and other discoveries

A place to keep track of and share CMS and CSS solutions

Sep 11
2011

What's wrong with this?

Posted by: barb

Tagged in: css

The following rule was in the stylesheet for a Joomla component I use: 


    div.thumbs_div a:hover, a:active, a:focus{
    background-color: transparent !important;
    }

Do you spot the syntax error which caused me no end of grief?

I finally did!

 

It should have been:

 


    div.thumbs_div a:hover,     div.thumbs_div a:active,     div.thumbs_div a:focus{
    background-color: transparent !important;
    }


irislines.com ©2010 photo by Rich Kaszeta