Hi,

> Somewhere, a horizonal line has shown up, and I
> have not been able to figure out how to get rid of it.  That would be
> the line above the text in the footer box of the page.

This appears to be being caused by a global UL definition in the CSS:

ul { /* needs the Holly hack to avoid IE bugs */
        border-top: 1px solid #000;
        }

Adding a "border: 0;" to the definition for ".footer2 ul" removes it.

HTH,
-- 
Kenny Millington BSc(Hons)
E-Mail: [EMAIL PROTECTED]
Website: http://www.kennynet.co.uk/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to