View Single Post
Old 06-12-2009, 03:32 PM   #17 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by adamdecaf View Post
@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;
}
Well, I must say that it looks pretty logical. Though I think it looks ugly. But perhaps I'll try it! Whatever is easier to read and understand is the way you should use in the end
__________________
Tanax is offline  
Reply With Quote