2012-05-22, 06:23:43
mvlcek Wrote:And if you look closely you will see that the image is being underlined (or border?) on hover. You need a CSS rule to prevent this.
thanks, I 've found it , now
this -> article a:hover {color: #888; border-bottom: 1px dotted #888;}
was also covering thumbails of gallery, so I added
article div.gallery a:hover {border-bottom: 0px;}