[thelist] CSS Question

Michael Barrett mbarrett at triad.rr.com
Tue Jul 9 08:29:01 CDT 2002


Instead of line-height try:

a.col_menu {
     margin-bottom: 5px; /*insert the appropriate amount of space here*/
     color: #330099;
     font-family: "Arial", "Helvetica", "sans-serif";
     font-weight: bold;
     text-decoration: none;
    }

That will put space underneath each "a" element, while keeping the internal
spacing consistent.

(btw an underscore in your class names can cause problems in some
browsers...opera I think...and might not even validate. Use dashes instead)

--
Michael Barrett
-O^O-
  -

mbarrett at triad.rr.com




More information about the thelist mailing list