Ice skin for cotonti
| pieter |
|
|---|---|
|
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 ...
Dit bericht is bewerkt door pieter (2009-02-07 05:52, 16 jaren ago) |
| Trustmaster |
|
|---|---|
|
Add this to ice.css:
.tag_cloud li {
display: inline;
}May the Source be with you!
|
| pieter |
|
|---|---|
|
It is in there.
... can we help you ...
|
| Trustmaster |
|
|---|---|
|
Well, try playing with the CSS selector and display property.
May the Source be with you!
|
| pieter |
|
|---|---|
|
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 ...
Dit bericht is bewerkt door pieter (2009-02-07 06:23, 16 jaren ago) |