On Nov 18, 2010, at 4:04 PM, Thierry Koblentz wrote:

OK..Here's a link to a graphic showing the dotted line and its
position which I'm after:


http://thinkplan.org/workshop/pix/dottedline.jpg

Try this:

.myParagraph {
        margin-top:10px;
        padding-top:10px;
        border-top:1px dotted #333;
}

thanks, Thierry;

looks similar to something I fiddled with just before your email arrived:

.dotted {
        border-top: 1px dotted #000;
        padding: 8px 0 0 0;
}

Now, in yours, why margin-top AND padding-top of 10px? Isn't padding- top: 10px; enough by itself?

John

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to