Closed Thread Icon

Preserved Topic: CSS that makes blury text (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18187" title="Pages that link to Preserved Topic: CSS that makes blury text (Page 1 of 1)" rel="nofollow" >Preserved Topic: CSS that makes blury text <span class="small">(Page 1 of 1)</span>\

 
lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 08-11-2001 01:06

I also remember that I saw a CSS that displays the text in a blury way...

can someone help?

mobrul
Bipolar (III) Inmate

From:
Insane since: Aug 2000

posted posted 08-11-2001 01:45

I believe the thing to which you are refering is the 'filter' attribute. The 'filter' attribute is NOT highly recommended by me. WHY?
Good question.
It is not even close to universally excepted. NN pre 6 definately doesn't understand it...NN6 does not either.
IE4+ does.
I don't think that any of the 'smaller' browsers do.
Anyway, the syntax is
filter: Filtertype (parameter=value, parameter2=value,...)
Filtertype2 (parameter=value, parameter2=value,...)....
There are lots of filters from which to choose, each with their own set of parameters.
alpha ()--sets transparency levels or transparency gradient across item
blur() --blurs the item. You can add the original item or not...and set the direction and strength
chroma()--sets a particular color transparent
flipH()--flips horizonally
flipV--flips vertically
many many many others...can't list them all.

mobrul



[This message has been edited by mobrul (edited 08-11-2001).]

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 08-11-2001 09:16

CSS filters are Microsoft's invention and therefore only available in IE4+ (they are not part of any web standard, yet)...

« BackwardsOnwards »

Show Forum Drop Down Menu