Taxonomy list icon bug in IE
Posted on: Wed, 05/14/2008 - 12:18
Taxonomy list icon bug in IE
The folder icon for the node taxonomy is bugged in IE7 and it goes over the text or break the line.
I solved this problem not showing the taxonomy, but.. you know...

I check on IE 6, have the same problem also, font size also get smaller
Hi,
This was also posted on 4-14, but in the wrong forum (http://www.themesnap.com/drupalsnap-theme-ins...), so here it is again below.
If you want to control the font size, then you can add a font-size: "whatever" to get the desired size you want.
Thanks
/* Changes to your Efficient's Theme CSS file*/
/***************************************/
/* 1. Change the line 877 from: */
#primary .node {
margin: 15px 0 15px 0;
}
To
#primary .node {
margin: 0px 0 15px 0;
}
/************************************/
/* 2. Change the line 882 from */
#primary .meta {
margin: -12px 0 12px 0;
padding-top: 0px;
}
To
#primary .meta {
margin: 0px 0 12px 0;
padding-top: 0px;
}
/************************************/
/* 3. Change line 909 from */
.node h1 {
padding-bottom: 14px;
}
To
.node h1 {
line-height:22px;
margin-top:5px;
}
May be, you need a project page to track issue and patch will be great, thanks for your help
Post new comment