On Nov 29, 2005, at 4:33 PM, Mário Gamito wrote:
> Is there a way to make this thing work well on both browsers ?
>
Hi,

Here is an example of a horizontal rule that uses a background image:

        div.horizRule {
                font-size: 1px;
                line-height: 1px;
                background: url(/img/dotted.gif) repeat-x left center;
                padding: 10px 0;
                height: 1px;
        }

<div class="horizRule"></div>

Hopefully that will send you in the right direction.

Micky

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to