Hi everyone, this is my first post:
For example imagine that you have a 600px square div with a 100px square png
inside of it.
#divwrapper{
 width:600px;
 height:600px;
 background:url(path_to_100px.png) no-repeat 100% 0%;
}
How do I filter(alphafilter) this png maintaining the 100% 0% position?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to