CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 23rd, 2001, 02:20 PM
true2u1 true2u1 is offline
ÐÊšîGñË®
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2001
Posts: 66 true2u1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Send a message via ICQ to true2u1 Send a message via AIM to true2u1
CSS and changing certain elements

I would like to change the color of 3 particular tags:

HR to blue
SELECT border to blue
SUBMIT button face to blue

Has anyone changed these before?

Reply With Quote
  #2  
Old November 23rd, 2001, 04:26 PM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,438 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 8
Try this for hr and submit:
Code:
<hr style="color:#8080ff" />
<input type="submit" style="color:#2020ff" /><br />


I don't think the border color of select can be set. I don't remember seeing this in HTML or in a native Windoze application.

Btw: CSS reference: http://www.w3.org/TR/REC-CSS1

Reply With Quote
  #3  
Old May 15th, 2002, 03:18 AM
jflowers jflowers is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2000
Location: Canton, OH, USA
Posts: 37 jflowers User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
submit border works with style="border-color: blue;"

Reply With Quote
  #4  
Old May 15th, 2002, 12:27 PM
mrrichardfeder mrrichardfeder is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Nov 2001
Posts: 765 mrrichardfeder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 45 sec
Reputation Power: 7
Code:
<form>
<span style="width:30px;border: 4px #4444cc outset;">
<select>
<option>------------</option>
<option>------------</option>
<option>------------</option>
</select>
</span><br><br>
<input type="submit" style="color:#eeeeff;border:3px #4444cc outset;background:#7777ee;">
</form>

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS and changing certain elements


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway