Hi Gabriele,

> just made this test/showcase:
> 
> http://onwebdev.blogspot.com/2010/06/css-visited-links-with-
> generated.html

I'm not sure about your use of padding in these rules. 
For example:

a:visited:before {  
  content: url("img/visited.gif");  
  padding-left: 15px;  
}  

The padding here should apply to the generated content, not to the A, right?
So I'd say it should be on the *opposite side*, to create some space between
the image and the text, instead of adding white space before the link. 

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz


______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to