Hi, I still have a small issue with my skin; The LI background image (TabLeftLevel0.gif) of the partenttab is not showing in IE, while it is showing up in Firefox. When checking the syles applied to 'LI class=First-Child SelectedTab Level0 id=ParentTabs54', the background is set as: BACKGROUND: none transparent scroll repeat 0% 0%; I have set the background image in CSS using the following code: #ParentTabs li{
float: left;
margin: 0;
display: inline;
padding: 0 0 0 2;
padding-left: 0;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 12px;
background:url("images/TabLeftLevel0.gif")no-repeat left top; Any idea what I am doing wrong? Thanks! With kind regards, Alex |