Link to home
Start Free TrialLog in
Avatar of Hans Inge Hagen
Hans Inge HagenFlag for Norway

asked on

Drop down box on top of a custom drop down grapich ...

Hi,
I am trying to place a drop down onto an custom made "drop down box image ... "

.. well, the idea is to have a more visual/graphical drop down. I am trying to set an image (a drop down look-a-like graphics) as the first apperance when you visit the page.
When clicked on this drop-down graphic then the drop down items shows up. Are there a way to hide the drop down box ... and show only the item list?

- Hans
ASKER CERTIFIED SOLUTION
Avatar of Zyloch
Zyloch
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Hans Inge Hagen

ASKER

Thanks, I found it ...

I will use CSS like this:

style="FONT-WEIGHT: normal; FONT-SIZE: 9px; WIDTH: 130px; COLOR: #666666; FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; TEXT-DECORATION: none; opacity: 0.0"

.. it does the job.