Hi, I'm new to CMSMS, and I have adapted the "Left simple navigation + 1 column" to our community web site. I made it fixed width (thanks to forum!), and the site shows ok on Firefox and IE7. However, on IE6 there are two problems: the header is higher, so that the background image has an empty space below it. Also, next to the navigation and news module there's a large white space.
The draft of the site is at http://valovirta.net/yhteisokyla.net/
I can't find out where these two anomalies come from... Any ideas?
Header height higher in IE6 [Solved]
Header height higher in IE6 [Solved]
Last edited by iskanje on Wed Oct 10, 2007 5:47 pm, edited 1 time in total.
Re: Header height higher in IE6
Try taking the height out of the header, now set to 101px, and just leave it in the header h1...
Take the width out of the search, now set to 23em... it's pushing the text in the main over...
Take the width out of the search, now set to 23em... it's pushing the text in the main over...
Re: Header height higher in IE6
Thanks for reply!!
I removed the height from header, but the empty space remains.
Taking the width out of the search helped, but the text is still a little out of line. probably it's then either the width of navigation or news. I will look into it later. The most annoying is the header issue
I removed the height from header, but the empty space remains.
Taking the width out of the search helped, but the text is still a little out of line. probably it's then either the width of navigation or news. I will look into it later. The most annoying is the header issue

-
- Forum Members
- Posts: 80
- Joined: Thu Sep 13, 2007 10:50 am
Re: Header height higher in IE6
Hi,
div#header{display:inline} might help...
Bob
div#header{display:inline} might help...
Bob
Re: Header height higher in IE6 [SOLVED]
Wonderrr-ful
That helped! Thanks a million.
