View Full Version : CSS list help


happycrack
10-03-2004, 12:38 AM
:cloud:
Please help me in setting up a external CSS file that sets up the following :
a. Setting the background color attribute that will affect the document content as a whole.
b. Setting the font of Ariel 12 to the 1st level of an unordered list.
c. Removing the underline from an anchor tag embedded in the 2nd level of an unordered list.

any and all help will be greatly apprecited. Thank you. :heart2: :ateddy:

pb&j
10-03-2004, 03:56 AM
just a guess...

body {background-color: #000000;}
ul li {font-size: 12px; font-family: Arial;}
ul li ul li a {text-decoration: none;}

happycrack
10-03-2004, 04:39 AM
:cloud: Thank you very much! There is nothing so annoying as to have two people talking when you're busy interrupting-Mark Twain :star: :teddy: