Hi V@no,
well actually it is, but can't be shown in IE Browser. If you would like to look:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
| <html> <head> <style type="text/css"> <!--
option[value=Australien]:before { content: url("dropdown-menue-mit-grafiken-2.gif"); } option[value=Deutschland]:before { content: url("dropdown-menue-mit-grafiken-3.gif"); } option[value=Frankreich]:before { content: url("dropdown-menue-mit-grafiken-4.gif"); } option[value=Kuba]:before { content: url("dropdown-menue-mit-grafiken-5.gif"); } option[value=Mexiko]:before { content: url("dropdown-menue-mit-grafiken-6.gif"); } option[value=USA]:before { content: url("dropdown-menue-mit-grafiken-7.gif"); }
--> </style> <title>DropDown-Menü mit Grafiken</title> </head> <body>
<select size="1"> <option value="Australien"> Australien</option> <option selected value="Deutschland"> Deutschland</option> <option value="Frankreich"> Frankreich</option> <option value="Kuba"> Kuba</option> <option value="Mexiko"> Mexiko</option> <option value="USA"> USA</option> </select>
</body> </html> |
This is just a sample...
But as 80% use the IE Browser it's not that interesting- what a pitty...

Is someone good in DHTML? That should be possible?!? MAYBE?!?

Best regards
Trev