I am adding this to the note below… I just discovered by moving content from a page that was not working to one that was, chunk by chunk until I found what was causing the problem as I just couldn’t find it any other way… It is the strangest thing, the content between the <h2></h2> tags at the top of the centerContent div causes the content to display half way down the page leaving white space… but only the content as it was exactly, if I added content, took away, changed heading 2 to 3 or 4 or 1, it worked fine, but, as I had it originally, it simply would not display properly… Why I have no idea. It works with more or less characters, it works with or without brackets, but when it is this exact combination, it simply does not cooperate… did I stumble on some wierd browser? Can a header 2 not have this many characters of this font?? Or far more likely, I am wondering what stew of css I have created to cause this… voodoo… For now, I am opting for changing the heading 2 content… All this was happening on this page: http://stanley.server309.com/programs/public/prgNatureWalks.php
And now another tid bit to add… I am getting the same bad behaviour (only in IE) on http://stanley.server309.com/programs/urbanWildlife/coyotes/
and have narrowed it down so far to a rule I made that styles the first line of text in a paragraph…
.line:first-letter {
font:oblique normal bold 1.4em ‘Gill Sans MT’, ‘Gill sans’, ‘Trebuchet ms’, sans-serif;
float:left;
color: #385E0F;
}
.line:first-line {
font:oblique normal 1.2em ‘Gill Sans MT’, ‘Gill sans’, ‘Trebuchet ms’, sans-serif;
color: #385E0F;
}
Not sure why it is only effecting the one page though. So again, I will remove the style rule from the offending page, but man would I like to be able to understand what is going on here… sheeshhh. Long day…
I have left the original post below…
I was hoping you could spare some time to help me find a glitch in a few of my pages… I thought all was going well, until I started pouring through the pages with IE and came across a few pages that were missbehaving…
(I thought I would fix this in a few minutes and well it has been over 8 hours now I am sorry and embarrassed to say!) On a few pages, in IE, the main content insists on displaying more than half way down the page. It seems to be ending up at the same level as the base of the left side navigation. I thought I found the problem in heading tags. This page: http://stanley.server309.com/programs/public/prgNatureWalks.php displays properly when the heading tags for the title are set to heading 3 level, but when set to heading 2 level the main content again starts halfway down the page. I checked to see if the same would happen on the other misbehaving pages (four of which I have 4 now, there was 5, but it seems to have repaired itself… (I wish I knew how it did that… or rather what I did…), but alas, it did not ‘solve’ the problem… The other option I saw that may have fixed it was that I had to ensure there was content in the right column then the main content would appear at the top of the page where it is suppose to. This worked for this page:
[http://stanley.server309.com/programs/public/prgNatureWalks.php](http://stanley.server309.com/programs/public/prgNatureWalks.php)
But not for this page:
[http://stanley.server309.com/programs/urbanWildlife/coyotes/](http://stanley.server309.com/programs/urbanWildlife/coyotes/)
So I am now scanning through pages that work and those that don’t… comparing them line by line, but still no luck so thought that well over 8 hours of toying with this it was time to beg for help… (“Help… help… help!”).
I did have the typo and caps issue and I changed all instances of ‘centrecontent’ to ‘centerContent’ throughout the site… The style sheets are here:
The style sheets used can be seen here:
[http://stanley.server309.com/styles/HF3Col.css](http://stanley.server309.com/styles/HF3Col.css)
(this is the one using your 3 column header and footer idea)
[http://stanley.server309.com/styles/leftNav.css](http://stanley.server309.com/styles/leftNav.css)
(the one likely causing the issue)
[http://stanley.server309.com/styles/tabNav.css](http://stanley.server309.com/styles/tabNav.css)
(this is the one used by the top tab navigation)
[http://stanley.server309.com/styles/styles.css](http://stanley.server309.com/styles/styles.css)
(the global formatting and such...)
Thanks yet again