hr
Posted: 24 July 2006 01:57 PM   [ Ignore ]
Newbie
Rank
Total Posts:  4
Joined  2006-07-12

Hi guys,

  Does anyone know of a way I can define different hr/breaks in my css file and then call them all in the html script?

Thanks,

Max

Profile
 
 
Posted: 31 July 2006 03:10 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  7
Joined  2006-05-20

How about this css?
This source allows us to make 1px border if using any browsers.
We can call css at (X)HTML.

hr {
color
:#E0F4D5;
border0;
height1px;
background-color:#E0f4D5;

This code can be used from firefox, IE5.0~, Opera to Safari.
The border size is flexible if you want.

If you want some class or ID, you can classify some class.
For example

div#left hr {
color:#fff;
border0;
height1px;
background-color:#fff;
div#center hr {
color:#000;
border0;
height3px;
background-color:#000;

But, I’m sorry for missing your point.

Profile
 
 
   
 
 
‹‹ Rounded Forms      Color for Nested DIV Tags ››