Topic: Simple CSS Problem (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Kapolei, Hawaii USA |
posted 12-05-2003 19:42
Hey geniuses... quick question: |
Nervous Wreck (II) Inmate From: |
posted 12-05-2003 20:13
here's an example style using a menu div with an unordered list of links code: a /* default link style */ and the div code: <div id="menu"> Take a look at css2 selectors |
Nervous Wreck (II) Inmate From: |
posted 12-08-2003 19:55
You could also assign classes to the links and define the appropriate rules for each class. code: <!-- links in menu -->
code: a#menulink:link {
|