Forums / Cotonti / Skins / Contonti Ice - CSS problem

Ice skin for cotonti

pieter
#1 2009-02-07 05:47
Hello,

I'm trying to convert Ice to cotonti, because ICE was the best skin for me to start from if you convert a template.

Screenshot

But in FF the tag cloud is OK


But in IE is is wrong, and I can't find the problem.


Does anybody have a solution?

Link to demosite

---
But I don't want to change anything in the plugin dir.
... can we help you ...
This post was edited by pieter (2009-02-07 05:52, 15 years ago)
Trustmaster
#2 2009-02-07 06:01
Add this to ice.css:
.tag_cloud li {
	display: inline;
}
May the Source be with you!
pieter
#3 2009-02-07 06:10
It is in there.
... can we help you ...
Trustmaster
#4 2009-02-07 06:12
Well, try playing with the CSS selector and display property.
May the Source be with you!
pieter
#5 2009-02-07 06:22
I have put those to inside, and now it works.
.tag_cloud  {
	display: inline;
}
.tag_cloud li {
	display: inline;
}

Tomorrow I wil release the skin to the world.
... can we help you ...
This post was edited by pieter (2009-02-07 06:23, 15 years ago)