The tagedelic.css file had a number of errors in it that stoped it from validating and caused it to malfunction with IE. Below are the changes I made to it to allow it to validate and appear nicely in IE.

/*$Id: tagadelic.css,v 1.2 2006/11/16 16:57:56 ber Exp $*/
/* Tagadelic default example stylesheet **/

.wrapper.tagadelic {
  text-align : right;
  margin-right: 1em;
	width: 25px;
	height: 35px;
	border: 1px;
	margin: 1px;
	padding: 1px;
	width: 25px;
	height: 35px;
	border: 1px;
	margin: 1px;
	padding: 1px;
}

.tagadelic.level1 {
  font-size : 1em;
}
.tagadelic.level2 {
  font-size : 1.2em;
}
.tagadelic.level3 {
  font-size : 1.4em;
}
.tagadelic.level4 {
  font-size : 1.6em;
}
.tagadelic.level5 {
  font-size : 1.8em;
}
.tagadelic.level6 {
  font-size : 2em;
}
.tagadelic.level7 {
  font-size : 2.2em;
}
.tagadelic.level8 {
  font-size : 2.4em;
}
.tagadelic.level9 {
  font-size : 2.6em;
}
.tagadelic.level10 {
  font-size : 2.8em;
}

Comments

Bèr Kessels’s picture

What validation issues?

Bèr Kessels’s picture

Status: Active » Postponed (maintainer needs more info)
Bèr Kessels’s picture

Status: Postponed (maintainer needs more info) » Fixed

no feedback. closing.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.