My arjuna style.css changes for sidebar widths work perfectly for Firefox but not for IE (I am using IE 8.0). Should I be changing code besides the following (I did change .pageContainer as well)?
/* Standard setup: Right sidebar, normal width */
.contentArea {
float:left;
width:670px;
}
.sidebars {
width:250px;
float:right;
}
.sidebarLeft {
width:125px;
float:left;
}
.sidebarRight {
width:210px;
float:right;
}
.sidebarFull {
clear:both;
}
.sidebarIcons {
overflow:hidden;
}
.sidebarIcons a {
float:left;
}
Thread Starter
Rich
(@rmaksian)
Per opajaap:
Look into wppa_functions.php, that starts at line 1610: function wppa_thumb_default() {
remove line 1629: <div class=”thumb-text” ><?php echo(stripslashes($thumb[‘description’])); ?></div>