moosesxoxo
02-09-2005, 02:35 AM
does anyone know the code to strikeout links when the cursor goes over it? and does anyone know the code to blur pictures when the cursor goes over it? thanks in advance!
|
View Full Version : links..please help! moosesxoxo 02-09-2005, 02:35 AM does anyone know the code to strikeout links when the cursor goes over it? and does anyone know the code to blur pictures when the cursor goes over it? thanks in advance! tokyo bleu 02-09-2005, 02:42 AM <style> a:hover { font-weight: strikeout;} </style> moosesxoxo 02-09-2005, 02:46 AM thanks but it wont work!! : ( you put it in website stats right? tokyo bleu 02-09-2005, 02:57 AM Erm, try this. <style> a:hover { font-style: strikeout;} </style> moosesxoxo 02-09-2005, 03:00 AM it still wont work.. : ( but thanks for trying! Skipperkirk 02-09-2005, 03:06 AM did you put it inbetween the <head> </head> tags? moosesxoxo 02-09-2005, 03:17 AM no but i just tried that and it didnt work.. : ( thanks anyway. tokyo bleu 02-09-2005, 03:18 AM Skipperkirk, there is no need for the usage of head tags in Xanga when you're only dealing with CSS in the Custom Header or Website Stats section. By the way, maybe you should try replacing strikeout with strikethrough? c0cONuTTeR 02-10-2005, 01:44 AM Or maybe when you type in the link make it like [strikeout or strikethrough] Then the link here then [/strikeout or strikethrough] dunno if that helps but hey i tried! (try both strikeout and strike through) |