I just noticed that the title text of my node is being cut off the top (slightly). I applied this Explorer 7.0 & 8.0 fix from this patch. This fixes the issue w/7.0 but 8.0 still has the issue of the title text being cut (slightly). I have attached a screen shot of this issue. Also, here is the CSS code I am using for the 8.0 fixes:

/* $Id: ie8-fixes.css,v 1.1.2.1 2010/05/19 19:28:17 sheenad Exp $ */

.page-node .node {
clear: both;
padding-top: 10px;
}

.page-node .node .node-title-wrapper {
display: block;
position: relative;
right: 0;
margin-top: -20px;
width: 100%;
}

.page-node.full-node .node .node-title-wrapper {
position: absolute;
}

.magazeen-rounded-list .item-list ul li,
.magazeen-rounded-list ul.menu li{
background-color: #0C0B0B;
border: 1px solid #0C0B0B;
color: #A7A7A7;
}

.magazeen-rounded-list .inner .item-list ul li a,
.magazeen-rounded-list .inner ul.menu li a,
.magazeen-rounded-list .inner .views-row a,
.magazeen-rounded-list .inner .view .item-list ul li a:hover,
.magazeen-rounded-list .inner .views-row a:hover,
.magazeen-rounded-list .inner ul.menu li a:hover{
display: block;
background-color: transparent;
border: none;
color: #a7a7a7;
position: relative;
padding: 0px 2px;
text-align: center;
z-index: 10;
margin-top: -10px;
margin-bottom: -10px;
}

.magazeen-rounded-list .inner .view .item-list ul li a:hover,
.magazeen-rounded-list .inner .views-row a:hover,
.magazeen-rounded-list .inner ul.menu li a:hover {
color: #f23183;
text-decoration: underline;
}

.magazeen-rounded-list.fusion-2-col-list .item-list ul .ccwrapper {
width: 50%;
float: left;
}

.magazeen-hot-pink-title h2.title {
position: absolute;
}

.primary-menu-inner ul.sf-menu ul ul,
.primary-menu-inner ul.sf-menu li.active-trail ul ul{
top: 0;
}

CommentFileSizeAuthor
explorer.jpeg598.95 KBJ.Murphy
Support from Acquia helps fund testing for Drupal Acquia logo