I have problems with some content parts:
First a problem with all CPs:
How can I set the title of the CP a little bit higher? In IE 6 the title is around 5 px down, in firefox around 15 px. Why?


CP 1: RSS-Feed
In Internet Explorer 6 the divider lines are shown and also the HR line at the bottom: In Firefox none of the lines are shown, only four dots at the beginning:


CP 2: Ext.Content
In IE 6 the content gets the whole width, in Firefox not.


This is the part of my default.css that is responsible for the main content:
Code: Select all
#main {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;
top: 187px;
position: absolute;
bottom: 35px;
height: auto;
width: auto;
background: #FFFFFF;
border-left: 1px dashed #003064;
overflow: auto;
z-index: 2;
margin: 5px 232px 5px 232px;
padding-left: 5px;
padding-right: 5px;
}
#main {
height: expression(document.body.clientHeight - 228 + "px");
width: expression(document.body.clientWidth - 474 + "px");
}
Does anyone have an idea how I can correct these differences?
Thanks in advance-
Joachim