Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HELP

0 views
Skip to first unread message

Rob

unread,
Nov 19, 2001, 11:11:36 PM11/19/01
to
How com when i put this in
p.pixelate
{"filter:progid:DXImageTransform.Microsoft.Pixelate(maxsquare=10)"}
in my external css it doesnt work
but if i put this

p.pixelate {position:absolute;
filter:progid:DXImageTransform.Microsoft.Pixelate(maxsquare=10)}

it works, i cant leave position:absolute there, because as you know it makes
the pixalated object absolute..Thanks I appreciate all help.


Rob

unread,
Nov 20, 2001, 1:25:20 AM11/20/01
to
ALSO, i got most of this working but 1 problem, i want to mix 2 filters and
it wont allow me to call them both like i tried putting

<p class="pixelate; blur"> but all it does is blur, Id appreciate any help,
thanks.

Andrew Raastad

unread,
Dec 5, 2001, 12:26:45 PM12/5/01
to
Stole this example straight from MSDN Filter site
(http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/f
ilters.asp)


<IMG ID=sample SRC="sample.jpg"
STYLE="filter:progid:DXImageTransform.Microsoft.MotionBlur(strength=50)
progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
width=50%">

This is how to use two at the same time.

-- Andrew


"Rob" <xr...@hotmail.com> wrote in message
news:O4pUKsXcBHA.896@tkmsftngp05...

0 new messages