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
Comment #1
Bèr Kessels commentedWhat validation issues?
Comment #2
Bèr Kessels commentedComment #3
Bèr Kessels commentedno feedback. closing.