in Firefox all ais fine and dandy. In IE half the scrollable title boxes are gone as it appears to have shifted the graphic block to the right. I'm not sure which parts of the CSS code you want so am happy to post more to help, but here is the most pertinant:
/* player and playlist go side by side */
#player, div.playlist {
float:left;
margin-right:10px;
margin-left:10px;
margin-top:20px;
}
div.playlist {
width:156px;
float:left;
}
And this is for the titles block:
div.items a {
background:url(../img/block.jpg) no-repeat;
width:156px;
height:96px;
display:block;
text-decoration:none;
color:#444;
float:left;
}
As I said, I have no idea why IE is shifting everything to the right and can't do anything about it...!!!
I did notice that the Play button which is centred on the player in Firefox has moved to the right on IE, but i'm figuring this is a different issue and care far far less about it at the moment, but thought i'd mention it in case it has any relevance.
Any help greatly appreciated and thanks in advance.
Bookmarks