PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : farbige pulldown menü scrolbalken


-brainbug-
03.04.2002, 17:10
tjoa das ist meine frage jemand ne idee ?
bzw geht das überhaupt ?


<form name=&quot;form2&quot;>
<select name=&quot;select&quot; style=&quot;background-color : #73A5D2&quot;>
<option value=&quot;1&quot;>Link Nr. </option>
<option value=&quot;2&quot;>Link Nr.</option>
<option value=&quot;3&quot;>Link Nr.</option>
<option value=&quot;4&quot;>Link Nr. </option>
<option value=&quot;5&quot;>Link Nr.</option>
<option value=&quot;6&quot;>Link Nr.</option>
<option value=&quot;7&quot;>Link Nr. </option>
<option value=&quot;8&quot;>Link Nr.</option>
<option value=&quot;9&quot;>Link Nr.</option>
<option value=&quot;10&quot;>Link Nr. </option>
<option value=&quot;11&quot;>Link Nr.</option>
<option value=&quot;12&quot;>Link Nr.</option>
<option value=&quot;13&quot;>Link Nr. </option>
<option value=&quot;14&quot;>Link Nr.</option>
<option value=&quot;15&quot;>Link Nr.</option>
<option value=&quot;16&quot;>Link Nr. </option>
<option value=&quot;17&quot;>Link Nr.</option>
<option value=&quot;18&quot;>Link Nr.</option>
<option value=&quot;19&quot;>Link Nr. </option>
<option value=&quot;20&quot;>Link Nr.</option>
<option value=&quot;21&quot;>Link Nr.</option>
</select>
</form>


für alle die nicht wissen was ich mein, da rechts den scrollbalken von will ich farbig bekommen.


Felix Kaiser
03.04.2002, 18:43
Farbige Scrollbars gehen ab IE5.x bis zur neusten Versionen immer nur bei <body> und <textarea>.

Dominic Suter
03.04.2002, 18:50
Gewisse Faerbungen kann man mittels CSS machen. Siehe einmal den foglenden Link an: http://selfhtml.teamone.de/html/formulare/formatieren.htm
Ob das auch auf pulldown menues anwendbar ist, weis ich nicht, das musst du halt einmal probieren.

Felix Kaiser
03.04.2002, 22:15
Ist es ist nicht! Hab ich aber auch bereits gesagt... Ich habs auch getestet. Nix da. Farbige Scrollbars nur bei <textarea> und <body>!

-brainbug-
04.04.2002, 10:24
jau ich hab mir sowas schon gedacht :(
ich danke euch trotzdem für die antwort :)