View Full Version : Helpppp


jd_gurl_sourmsh
03-29-2005, 06:25 AM
Can you give me the code to where I go over the links and it shows a line above, thru the word and below?

Thank you guys so much, Im sorry i keep asking all these questions. You guys do a great job at helping ppl, I appreciate it alot.im sure im time i'll think of more things i want to add. but you guys are really helpful, thanks for everything!

Alcy
03-29-2005, 07:01 AM
<style type="text/css">
a {
text-decoration: none;
}

a:hover {
text-decoration: underline overline line-through;
}
</style>

http://www.lissaexplains.com/css.shtml