Thursday, March 22, 2012

listbox control and opacity

is there anyway to adjust a listbox controls opacity?

example site i am making: http://modesty84.dyndns.org

I don't think so... or at least I have never seen that functionality applied or discussed. Besides, some browsers have dificulity with opacity in general... even for a simple image let alone a listbox control.


i figured it out here is the code

.box
{
-moz-opacity:0.75;filter:alpha(opacity=75);

}

modesty84.dyndns.org

aint it perty?


cool!

0 comments:

Post a Comment