Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Styling (http://forum.bytesforall.com/forumdisplay.php?f=41)
-   -   css- How to use a really nice graphic image in place of a horizontal line (http://forum.bytesforall.com/showthread.php?t=17622)

SharonJ May 19, 2012 08:56 PM

css- How to use a really nice graphic image in place of a horizontal line
 
You might like this. It works across browsers.

Put a div in the source code:
<div class="hr"><hr /></div>

and the following in ATO/ HTML-CSS rules:

div.hr {
height: 15px;
background: #fff url(http://something.com/hr1.gif) no-repeat scroll center;
}
div.hr hr {
display: none;
}

This page will not be up for that long, but you can look at it for now:
http://island-planning.net/rural-dev...-alternatives/

lmilesw May 20, 2012 07:28 AM

Neat idea Sharon. I will definitely be using it.


All times are GMT -6. The time now is 03:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.