Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Closed Thread
HR (Horizontal Rule) CSS Colors
Old 01-29-2010, 06:40 PM HR (Horizontal Rule) CSS Colors
Average Talker

Posts: 15
Trades: 0
I'm in the process of externalizing all of my attributes to an external style sheet, and have come up with an issue

Code:
<HR color=#ff9c00>
is what I've been using

In my style sheet, i get.
Code:
hr {
background-color: #FF9C00;
color:	 		 #FF9C00;
height:                4px;}
Though in Chrome and Firefox both show this stupid white border around it, i.e. makes it work fine.

EDIT:
Before I even submitted this thread I realized what I had to do. I'm still posting this thread in case anyone else ever has this problem in the future.

btw I'm frustrated that i.e. is so out of the standards compared to other browsers. Every single release they've shown themselves to be non-compliant.

I added a:
Code:
hr {background-color: #FF9C00;
	color:			#FF9C00;
	height: 4px;
	border-color:   #FF9C00;}
which fixed things nicely.

http://www.zombiefire.com
FriedSushi87 is offline
View Public Profile
 
 
Register now for full access!
Closed Thread     « Reply to HR (Horizontal Rule) CSS Colors
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17243 seconds with 12 queries