CSS-d, On the following page I have two elements, a <select> form element, and a PNG with transparency.
http://karamoh.com/thumbwheel.html I am trying to get the PNG to overlay on top of the <select> element, in order to create an effect that looks like the example image below the line. I have tried putting the PNG in a DIV, or just adding a style to the <img> tag, and using negative margins to overlay it from above and below. I have also tried setting z-index. No matter what I do, though, it seems that the SELECT option always comes out on top. (I've ensured the HTML and CSS validate.) Is this possible with CSS? Thank you for any advice. -- Dave M G ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
