jd_gurl_sourmsh
03-23-2005, 04:07 AM
I tried the blurred code but it doesnt work. for the links, and i have internet explorer. any others i could try?
|
View Full Version : help jd_gurl_sourmsh 03-23-2005, 04:07 AM I tried the blurred code but it doesnt work. for the links, and i have internet explorer. any others i could try? tokyo bleu 03-23-2005, 04:50 AM <style type="text/css"> a:hover {filter:blur(add="0",direction="80",strength="5"); height:0;} </style> lefty 03-23-2005, 06:04 PM It would be helpful if you posted the code that you're having problems with, and keeping related questions in the same thread. jd_gurl_sourmsh 03-24-2005, 05:29 AM <script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "VLeeches"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "Daughters"); } //--> </script> <style type="text/css"> <!-- BODY { scrollbar-face-color: #000000; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #ff6600; scrollbar-track-color: #000000; scrollbar-arrow-color: #000000; cursor: crosshair; --> </style> <style type="text/css"> <!-- a:link {cursor: ne-resize} a:visited {cursor: ne-resize} a:active {cursor: ne-resize} a:hover {cursor: ne-resize} --> <style type="text/css"> B, strong { /* edits bolded text in your entry */ font-weight: bold; color: #FFFFFF; } </style> <style> div.blogheader, .caption { font-size: 14pt;} </style> <style type="text/css"> a:hover {filter:blur(add="0",direction="80",strength="5"); height:0;} </style> Theres my whole website stats, and the blurred effect still does not work. tokyo bleu 03-24-2005, 06:15 AM The blurring code does work. I tested it out (by itself, not with your other codes). It's possible that the JavaScript you're using is conflicting. |