Images in Dropdownlist

  • Thread starter Thread starter Scott Friedrich
  • Start date Start date
S

Scott Friedrich

I would love to include images for the dropdown lists in my asp.net app. I
found one at

www.omnipotent-software.com

Unfortunately it does not work properly in Mozilla. I scowered the internet
trying find one but did not. Does anyone know of any?

Thanks,

Scott
 
I assume you're talking about the page at that site that has the flags?

Well unfortunately that's not a "real" dropdownlist. It's a HTML table (and
a lot of other HTML and Javascript) and the site uses iframe tags, which is
a Internet Explorer only tag.

The site uses lots of styles, javascript and HTML to create that particular
effect.

Chris
 
Back
Top