On 19/11/2010 10:15 AM, John 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


thanks!

John

If this is what you have, then theoretically, no class is need. If the text that is bold is a heading, then you could do this.

  p:first-child {border-top: border-top:1px dotted #333;}

If the text that is bold are paragraphs, then you could something like this.

  p+p+p {border-top: border-top:1px dotted #333;}

The only browser that will not support this is IE6-.

--
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
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