css rollovers
css rollovers
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- jon_0
here is an example of two possible methods
http://www.liesandhalftruths.com…
the first link is just a normal link with no additions
the second uses the css pseudo-element :before in conjunction with the :hover pseudo-element, this method is the more advanced of the two and the least likely to be supported currently (works with mozilla but not ie or safari)
the third uses a span within the link with the + inside, this method is based on an example by eric meyer ( http://www.meyerweb.com/eric/css… ) and will work across most modern browsers although ie mac didn't seem to like it.
unfortunately both of this methods will end up bloating your code somewhat