IE7 cuts off bottom half of site title in header
Posted: Sat Apr 21, 2007 7:44 am
I am having a problem with the standard out-of-the-box template.
It displays properly in Firefox, MS IE 6.0, however not in IE7.
See attached file and/or http://www.austinuu.org/site/
The site title is "First UU Church of Austin". The top half of the text is displayed, but the lower half shows the background color.
Here is the style sheet:
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
height: 40px; /* adjust according your image size */
background: #FFFFCC;
}
... and the template
{cms_selflink dir="start" text="$sitename"}
I don't see what could be causing these problems --- any assistance would be appreciated.
[gelöscht durch Administrator]
It displays properly in Firefox, MS IE 6.0, however not in IE7.
See attached file and/or http://www.austinuu.org/site/
The site title is "First UU Church of Austin". The top half of the text is displayed, but the lower half shows the background color.
Here is the style sheet:
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
height: 40px; /* adjust according your image size */
background: #FFFFCC;
}
... and the template
{cms_selflink dir="start" text="$sitename"}
I don't see what could be causing these problems --- any assistance would be appreciated.
[gelöscht durch Administrator]