Need Help with CSS Attributes

Reply

Join Date: Apr 2004
Posts: 759
Reputation: Killer_Typo will become famous soon enough Killer_Typo will become famous soon enough 
Solved Threads: 35
Killer_Typo's Avatar
Killer_Typo Killer_Typo is offline Offline
Master Poster

Need Help with CSS Attributes

 
0
  #1
Oct 9th, 2004
Working on a ban report generator for a counterstrike clan i play for, and i need to know how to modify the CSS so that i can change the colors of the down arrows for like drop boxes and such, and if that cant be done, how might i go abbout making one in Java (i have no knowledge of java, so i might need help with the script) thanks in advanced to whoever can help me.

here is just a designlayout that i have right now, from the pic you will be able to see what im talking about:

http://www.geocities.com/mikeeman6907/banreports.txt
Dont forget to spread the reputation to those that deserve!
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 127
Reputation: ReDuX is an unknown quantity at this point 
Solved Threads: 5
ReDuX's Avatar
ReDuX ReDuX is offline Offline
Junior Poster

Re: Need Help with CSS Attributes

 
0
  #2
Oct 12th, 2004
Its not actually possible to format the arrow itself.
The only alterations you can do using CSS are to the dropdown menuspace itself and the text within it, using the below..

<select name="somethings" style="background-color: brown; color: red;">
<option value="something1">Something1</option>
<option value="something2">Something2</option>
</select>
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 759
Reputation: Killer_Typo will become famous soon enough Killer_Typo will become famous soon enough 
Solved Threads: 35
Killer_Typo's Avatar
Killer_Typo Killer_Typo is offline Offline
Master Poster

Re: Need Help with CSS Attributes

 
0
  #3
Oct 13th, 2004
Originally Posted by ReDuX
Its not actually possible to format the arrow itself.
The only alterations you can do using CSS are to the dropdown menuspace itself and the text within it, using the below..

<select name="somethings" style="background-color: brown; color: red;">
<option value="something1">Something1</option>
<option value="something2">Something2</option>
</select>
thanks very much. one last question though, does anyone know of a java way then, because i was really hoping to preserve the coolio lookin arrows of it all.
Dont forget to spread the reputation to those that deserve!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC