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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Drop down Navigation menue 1
Drop Down Menu 2
Search with a drop down menu 4
adding data to a drop-down menu... 1
Drop Down Menu 2
drop down menu 3
how do i add drop down menu? 8
drop down menu 1

Back
Top