Problem with CSS

Discussion in 'CSS' started by hiteshb, Jul 4, 2008.

  1. #1
    I am having little problem with css.

    The image is below

    [​IMG]

    Now, see the tags are appearing in blue color with underline while categories are appearing in some other color with no underline.

    Can anyone remove the line and change the color like that of category. To have more flexibility i have also attached code for the both.

    .tags-tags {	font-size: 12px;	line-height: 18px;	color: #006666;	margin: 0px;	padding: 5px 0px;	float: left;	width: 160px;}.tags-tags a:link, .tags-tags a:visited {	color: #006666;	text-decoration: none;}.tags-tags a:hover, .tags-tags a:active {	color: #006666;	text-decoration: none;}
    
    .category a:link, .category a:visited {	color: #006699;	text-decoration: none;	font-weight: bold;}.category a:hover, .category a:active {	color: #CC0000;	text-decoration: none;}
    Code (markup):

    Help will be appreciated
     
    hiteshb, Jul 4, 2008 IP
  2. Rubenator

    Rubenator Peon

    Messages:
    40
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can we have a look at the html, because I don't think .tags-tags is affecting your cloud. It's suppose to be already affecting it with a greenish color (#006666) and no underline (text-decoration: none), but as you see no effect on your tags.
     
    Rubenator, Jul 5, 2008 IP