Hello,
I'm making a website that uses absolute positioned divs (inside a relative div, so as not to disturb the rest of the layout) to control the order of info that pops up on the site. Basically, I have a floating navigation bar with a few tabs to click (on z-index:15), and when you click on any of those tabs, it shows a different div with those same tabs, except the one you clicked on is now selected. It also shows an RSS feed underneath the tabs (positioned around z-index:4-9) so that the tabs appear to sit on the top bar of the RSS feed. I have it set up so the navigation bars are all positioned above the rss feeds in z space. This works beautifully in Firefox and Safari.
The problem is when I view it in IE, I get strange problems. In IE, the positions of the layers are all correct (that took some effort) but the layer order is messed up. On the rss box on the right side of the site, the rss boxes appear over the navigation bars, and on the other place for rss content, the navigation bar appears to be completely invisible, yet it is still there (you can rollover the space where the tabs should be, click on them, and the rss feed still updates below). I am not sure why this is happening.
The site to look at is http://www.hargray.com/portal/portalindex2.html
Please view in FF and then IE to see the difference in behaviors happening. Any help is greatly appreciated. I hope I can enter some IE exception code or move a couple of things around for a "quick" fix to this issue.
Thanks all for your help. 
Last edited by jstelt21; 10-30-2008 at 02:23 PM..
|