View Full Version : text-decoration: ???


ryu_of_darkness
05-10-2005, 12:33 AM
for makeing a link, how can i make the 'text decorat' or what ever i have to use to make it italic, then un-italic on hover? is it possible?

EDIT: why should i even ask if it's possilbe, most anything possible in CSS ^_~

lefty
05-10-2005, 12:43 AM
try using font-style instead of decoration.

ryu_of_darkness
05-10-2005, 01:07 AM
thanx for the tip ^_~

capricorn
05-10-2005, 06:23 AM
is there any website where i can get a list of css text decorations?

pb&j
05-10-2005, 02:34 PM
The values for text-decoration are underline, overline, line-through, and none.