On Nov 29, 2005, at 7:56 PM, Michael Hulse wrote:
>       div.horizRule {
>               font-size: 1px;
>               line-height: 1px;
>               background: url(/img/dotted.gif) repeat-x left center;
>               padding: 10px 0;
>               height: 1px;
>       }
>

Sorry,

"padding: 10px 0;" should be "margin: 10px 0;". Or you could just zero 
them out altogether "margin: 0; padding: 0;".

m

______________________________________________________________________
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