Hi,
Is it possible to have dotted underline like this instead of the normal [a:hover] links?
For example: http://funkiej.nl/blog/item/332-responsive-design
I want a dotted underlink at [a:hover] by the 'written by: Michael'
a:hover {
color: #ff0000
border-bottom: 1px dotted #ff0000;
}
a:hover {
color: #ff0000;
border-bottom: 1px dotted #ff0000;
}
#gkCopyrights {margin-top: 8px;}