Einzelnen Beitrag anzeigen
Alt 30.06.2008, 17:56   #1 (permalink)
kleiner_freund
PostRank: 1
 
Registriert seit: 19.03.2007
Beiträge: 21
Kategorien als Tag Wolke darstellen

Hy,

Hab meine Kategorien als Liste ausgegeben. Sieht wie folgt aus:

HTML-Code:
<ul class="tagcloud">
<!-- Tag Cloud, generated by 'Category Tagging' plugin - http://blog.bull3t.me.uk/ -->

<li><a rel="tag" href="http://www.xxx.com/category/xxx/dfgdfg/" title=" (3)" style="font-size:10pt">dfgdfg<sub style="font-size:60%; color:#ccc;">3</sub></a></li>

<li><a rel="tag" href="http://www.xxx.com/category/xxx/dfg/" title=" (4)" style="font-size:10pt">dfgfdg<sub style="font-size:60%; color:#ccc;">4</sub></a></li>

<li><a rel="tag" href="http://www.xxx.com/category/xxx/dfgfg/" title=" (72)" style="font-size:16pt">dfgdfg<sub style="font-size:60%; color:#ccc;">72</sub></a></li>
.....
</ul> 
Soweit so gut. Wir aber alles in einer Liste untereinander angezeigt. Ich will jedoch eine Wolke und hab deshalb diesen Code im css File:

HTML-Code:
#tagcloud{
  
  text-align: center;
  border: 0px solid #333333;
  padding: 2em;
  margin-bottom: 2em;
}

#tagcloud a:visited{
  color: white;
}

#tagcloud a:hover{
  color: #FF3399;
}

#tagcloud h2{
  display:inline;
  font-size: 2em ;
  line-height: 120% !important;
  margin:0;
  padding: 0px 1em 0px 0px;
}

#tagcloud h2.s1{
  font-size: 180% ;
}

#tagcloud h2.s2{
  font-size: 150% ;
}

#tagcloud h2.s3{
  font-size: 100%;
}
Irgendwie bringt das nichts. Auf der Homepage des Plugins (blog.bull3t.me.uk/ ) Hab ich schon geschaut, aber derjenige hat wohl den CSS-Code vergessen.

Danke für jede Hilfe
kleiner_freund ist offline   Mit Zitat antworten