harbingerOTV
03-15-2005, 04:53 AM
I really hate asking for things that I'm sure are simple enough to figure out on my own. i have looked over things way too many times tonight and I'm not sure why what is going on is going on.
the page (http://home.earthlink.net/~harbingerofthevoid/)
the CSS (http://home.earthlink.net/~harbingerofthevoid/css/normal.css)
the IE CSS (http://home.earthlink.net/~harbingerofthevoid/css/ie.css)
There are different CSS files for IE due to the filter property of the png and some minor positioning issues.
Here is the deal.
I fixed the DIVs in IE. Everything works fine sort of. At first glance you'll notice the content of the the IE is situated under the navigation. I can fix this with a negative margin for IE. The content is floated to get aroung the DIV "fixing" in IE. I had thought a simple solution would ber to clear either the nav or the content. Neither works right.
The nav container (#links) is positioned but the inner links are floated for the effect.
If I remove the #links entirely on load IE shows it correctly without the need of a negative margin.
That's my float issue I think.
Then if your on the home page, you can scroll down to the "New Site Additions" part and there is an expand/collapse javascript. In Mozilla when you click it it works fine. In IE, on click, it throws the navigation as well as the cloud up top off the page. The content itself is expanding but it pushes everything else on the page up as well.
A third problem. Yeah I know this is getting long ;)
On Mozilla there is a copyright line at the bottom of the content. In IE it's not there. Still not sure about that one but since I'm writing this I might as well ask.
I'm not even going to ask about why IE doesn't display the png in the Blog section.
Any help is duely appreciated.
the page (http://home.earthlink.net/~harbingerofthevoid/)
the CSS (http://home.earthlink.net/~harbingerofthevoid/css/normal.css)
the IE CSS (http://home.earthlink.net/~harbingerofthevoid/css/ie.css)
There are different CSS files for IE due to the filter property of the png and some minor positioning issues.
Here is the deal.
I fixed the DIVs in IE. Everything works fine sort of. At first glance you'll notice the content of the the IE is situated under the navigation. I can fix this with a negative margin for IE. The content is floated to get aroung the DIV "fixing" in IE. I had thought a simple solution would ber to clear either the nav or the content. Neither works right.
The nav container (#links) is positioned but the inner links are floated for the effect.
If I remove the #links entirely on load IE shows it correctly without the need of a negative margin.
That's my float issue I think.
Then if your on the home page, you can scroll down to the "New Site Additions" part and there is an expand/collapse javascript. In Mozilla when you click it it works fine. In IE, on click, it throws the navigation as well as the cloud up top off the page. The content itself is expanding but it pushes everything else on the page up as well.
A third problem. Yeah I know this is getting long ;)
On Mozilla there is a copyright line at the bottom of the content. In IE it's not there. Still not sure about that one but since I'm writing this I might as well ask.
I'm not even going to ask about why IE doesn't display the png in the Blog section.
Any help is duely appreciated.