View Full Version : help me please


TheDisturbedOne
04-03-2003, 01:52 AM
how do you get the link to blurr a bit like on the web page http://quasigeek.net ?

Sheila
04-03-2003, 08:19 AM
see thread:
http://www.lissaexplains.com/forum/showthread.php?threadid=29766&highlight=blur

TheDisturbedOne
04-03-2003, 11:23 AM
thank you very much Sheila your a very nice person

TheDisturbedOne
04-03-2003, 10:44 PM
i tryed that and what they said to do didn't work

indianbean
04-03-2003, 11:26 PM
Put this into the <head>here</head> of your page

Do not steal her code and place it on here! - Moderator

I put it on mine but made it purple on hover

lefty
04-04-2003, 03:21 PM
Stealing my codes just isn't cool...

Anyway, do you have existing css on your website? If so, just put fliter:blur; height:0; into the code. I don't know why the height has to be there, but it does.

If you don't have CSS already, your code would look something like this (I only put the hover attribute, you can put whatever you want):

<style type="text/css">
<!--
A:hover {text-decoration:underline; color:000000; filter: blur; height:0;}
-->
</style>

indianbean
04-04-2003, 03:41 PM
I didn't know she was a close friend of yours, I didn't even know it was her website. Lets get real anyway, using others' code isn't really stealing its public domain, if you don't want to share it take it off the web. I thought imitation was the sincerest form of flattery. And besides I changed it from its original form.
Delete my post if you want you've done it before I'm sure you'll do it again.

lefty
04-04-2003, 04:00 PM
Close friend? That's my site... unless you're talking to Shelia...

using others' code isn't really stealing its public domain, if you don't want to share it take it off the web.

Yes it is. Any time you post someone else's code, or use it yourself, it is stealing. Everything on the 'net is copyrighted by the person who created it.

And I wasn't aware that you changed the code, I'm sorry.

I don't want to get into a big ordeal over this, so end of discussion.