I am trying to make a Web Forms ListBox transparent with no success. I have
set both the BackColor and the ForeColor to Transparent. An HTML ListBox is
transparent with no problem, but I need to databind. Here's the generated
HTML:
<select name="sessionListBox" id="sessionListBox" size="4" The ListBox has a white background rather than letting my background image Thanks, Jeff Rhodes
style="color:Transparent;background-color:Transparent;height:416px;width:40
px;Z-INDEX: 106; LEFT: 8px; POSITION: absolute; TOP: 48px">
show through. Can anyone tell me what I am missing?