SEO Forums: Your seo discussion forum  
Welcome, Unregistered.
You last visited: Today at 04:20 AM
Tags:



Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-27-2008, 07:24 AM
html
Guest
 
Posts: n/a
Default How to change color of <select>?



Hello all,

I need to change the colour of my text. For the paragraph I do
document.fgColor ="blue" ;
but how do I do this for the select tags?
....and I prefer it to apply to all select tags
Tia.


Reply With Quote


  #2 (permalink)  
Old 09-27-2008, 07:24 AM
SAM
Guest
 
Posts: n/a
Default Re: How to change color of <select>?

Le 9/27/08 2:24 AM, html a écrit :
> Hello all,
>
> I need to change the colour of my text. For the paragraph I do
> document.fgColor ="blue" ;


prefer
JS :
document.getElementById('P_1').style.background = 'skyblue';
HTML :
<p id="P_1"> blah </p>


> but how do I do this for the select tags?


<select style="background: orange">
<option>100
<option>200
<option style="background: yellow">300
<option>400
</select>

> ...and I prefer it to apply to all select tags


<style type="text/css">
select { background: yellow; border: 2px solid orange; }
option { background: #ffc }
p { background: #ddd; }
#P_1 { background: azure; color: blue; text-align: justify }
</style>
<p>
<select>
<option>100
<option>200
<option style="background: yellow">300
<option>400
</select>
</p>
<p id="P_1"> re blah </p>

<http://www.w3.org/TR/CSS21/indexlist.html>

--
sm
Reply With Quote


Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:20 AM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Great Seo Blog at SEONOTEPAD.COM