HighDots Forums  

IE horizontal rules made to look like NN's?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss IE horizontal rules made to look like NN's? in the Cascading Style Sheets forum.



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

Default IE horizontal rules made to look like NN's? - 07-11-2003 , 02:31 AM






Hi, I'm one of the staff on a website, we just updated to a new layout
and are still ironing it out. While checking to see if it looked
alright in NetScape Navigator, I noticed the horizontal rules which
I'd made a fairly boring green color in IE looked like they'd been
chisled into the BG in Netscape (cool). Which looked a lot better
given the background was a sort of marble set up.

Is there a way in CSS to make IE's HRs look like NN's?

Heres the URL. You can see what I mean if you have NN and IE.
http://www.dabu4u.com/rsh

Please don't try to validate it. One of the other webmasters added a
bunch of scripts whose evil influences I haven't been able to purge
completely yet.

Reply With Quote
  #2  
Old   
Lasse Reichstein Nielsen
 
Posts: n/a

Default Re: IE horizontal rules made to look like NN's? - 07-11-2003 , 05:46 AM






Paradox (AT) nerfer (DOT) every1.net (Paradox) writes:

Quote:
Is there a way in CSS to make IE's HRs look like NN's?
Remove the rule
hr
{
color:#030;
}

/L
--
Lasse Reichstein Nielsen - lrn (AT) hotpop (DOT) com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'


Reply With Quote
  #3  
Old   
Jacqui or (maybe) Pete
 
Posts: n/a

Default Re: IE horizontal rules made to look like NN's? - 07-11-2003 , 05:48 AM



In article <bb5b9b88.0307102231.58ec5c47 (AT) posting (DOT) google.com>,
Paradox (AT) nerfer (DOT) every1.net says...
Quote:
Hi, I'm one of the staff on a website, we just updated to a new layout
and are still ironing it out. While checking to see if it looked
alright in NetScape Navigator, I noticed the horizontal rules which
I'd made a fairly boring green color in IE looked like they'd been
chisled into the BG in Netscape (cool). Which looked a lot better
given the background was a sort of marble set up.

Is there a way in CSS to make IE's HRs look like NN's?

Try something like:

hr {
background: #272;
border-bottom: solid 1px white ;
border-top: solid 1px #444;
color: #cfc;
height: 2px;
}

Example: http://porjes.haxorz.org/hr.html

For fancier hr styling see:

http://porjes.com/pichr.html



Reply With Quote
  #4  
Old   
Jacqui or (maybe) Pete
 
Posts: n/a

Default Re: IE horizontal rules made to look like NN's? - 07-11-2003 , 05:57 AM



In article <fzldz99b.fsf (AT) hotpop (DOT) com>, lrn (AT) hotpop (DOT) com says...
Quote:
Paradox (AT) nerfer (DOT) every1.net (Paradox) writes:

Is there a way in CSS to make IE's HRs look like NN's?

Remove the rule
hr
{
color:#030;
}

That's a considerably better answer than mine!


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.