06-11-2009, 10:04 PM
|
#14 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
@Tanax I've seen this CSS style used by a few people and I really like it, what do you think?
css Code:
#content { color: #FFFFFF; }
#content a { color: #009900; }
#content a:hover { color: #00CC00; }
#content p { clear: left; }
#footer { border: 1px solid #000000; }
|
|
|
|