Changed heading height looks OK in IE but overlap occurs in firefox
Posted: Fri Jan 19, 2007 6:12 am
Hi
I changed heading height here to 160px:
div#header h1 a {
/* you can set your own image here */
background: white url(images/cms/logo1.gif) no-repeat 0 12px;
background-position: center;
display: block;
height: 160px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
in left sidebar + 1 column stylesheet and it displays fine in IE but in firefox the heading and the left column overlap with my heading image. Can anyone help me please?
Thanks
Alessandra
I changed heading height here to 160px:
div#header h1 a {
/* you can set your own image here */
background: white url(images/cms/logo1.gif) no-repeat 0 12px;
background-position: center;
display: block;
height: 160px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
in left sidebar + 1 column stylesheet and it displays fine in IE but in firefox the heading and the left column overlap with my heading image. Can anyone help me please?
Thanks
Alessandra