HighDots Forums  

how to change color of <hr noshade> with CSS ??

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss how to change color of <hr noshade> with CSS ?? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bill Park
 
Posts: n/a

Default how to change color of <hr noshade> with CSS ?? - 07-17-2003 , 04:02 PM






Hi, how can the color of an <hr> line be changed with CSS? Thank you, thank
you, thank you.



Reply With Quote
  #2  
Old   
DiMa
 
Posts: n/a

Default Re: how to change color of <hr noshade> with CSS ?? - 07-17-2003 , 04:09 PM






hr {
color: #CC0000;
}

--
--
DiMa
--------------------
WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to your
posts:
news://forums.macromedia.com/macromedia.dreamweaver
For Answers, check here first:
http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver
http://www.macromedia.com/support/dreamweaver/technotes.html
http://www.projectseven.com/faqbase
http://www.dreamweaverFAQ.com

http://www.macromedia.com/support/forums/etiquette.htm
DiMa Design > From Lines...to Designs
http://www.dimadesign.net


"Bill Park" <na (AT) na (DOT) com> wrote

Quote:
Hi, how can the color of an <hr> line be changed with CSS? Thank you, thank
you, thank you.





Reply With Quote
  #3  
Old   
j.e.b.
 
Posts: n/a

Default Re: how to change color of <hr noshade> with CSS ?? - 07-17-2003 , 04:14 PM



In article Bill Park <na (AT) na (DOT) com> wrote:

Quote:
Hi, how can the color of an <hr> line be changed with CSS? Thank you, thank
you, thank you.
To get it to work in 'most' major browsers here is the CSS statement
required:

hr{
background-color:#ff0000; /* Netscape 6/7, Mozilla */
color:#ff0000; /* IE */
border: #ff0000; /* Opera */
}

HTH


Reply With Quote
  #4  
Old   
robot88888888
 
Posts: n/a

Default Re: how to change color of <hr noshade> with CSS ?? - 07-18-2003 , 09:05 AM



Doesn't work in Opera 7.11. (The hr tag doesn't even show up if you use the
code below)


"j.e.b." <spamblocker (AT) no-spam (DOT) org> wrote

Quote:
In article Bill Park <na (AT) na (DOT) com> wrote:

Hi, how can the color of an <hr> line be changed with CSS? Thank you,
thank
you, thank you.

To get it to work in 'most' major browsers here is the CSS statement
required:

hr{
background-color:#ff0000; /* Netscape 6/7, Mozilla */
color:#ff0000; /* IE */
border: #ff0000; /* Opera */
}

HTH



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.