how do I add a custom fill pattern to a drop down menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a menu that changes a picture. ie different steps to create an
outer border, inner body, text font and size etc. I would like to add custom
patterns and colours to the options in the drop down menu options.
 
I faced this issue when I had a simple menu using
<form>
<select onChange="if(options[selectedIndex].value)
top.location.href=(options[selectedIndex].value)"
size="1" style="background:#f5f5dc">
<option>---Select one---</option>
<option>-------------------------</option>
etc.
(the options were http references)

I found that I could not alter the background *image* for the option boxes
(confirmed by an MVP here).
All I could do was change the *colour* e.g. style="background:#f5f5dc"

Of course you may be using a more complex drop down DHTML menu
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Darren said:
I am creating a menu that changes a picture. ie different steps to
create an outer border, inner body, text font and size etc. I would
like to add custom patterns and colours to the options in the drop
down menu options.


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
Back
Top