Logged Out
Create an Account
Login:
Password:

Forgot your password?
Wierdness with Forum

Wierdness with Forum
[Back to Index]
Thread Tags
Primary: [Advanced Layout]
Secondary: None

I have a horizontal menu that scrolls up or down the page as I scroll the page. It works fine, but when it is on a forum page, the forum posts cover it. Why? How do I fix this?


--
Eleipher, The Warlock Extraordinaire
The New Beginning
Thorium Brother Hood



Guild Webmaster
It's most likely the Z-index. Set that particular Div's CSS (or table or whatever you have) to something like:

z-index: 2000 (right now, I believe the post stuff is "z-index:20" so anything above 20 should work for you)

That should fix that.


--
It's all in the reflexes.
Ahh, I wasn't going that high, thanks!


--
Eleipher, The Warlock Extraordinaire
The New Beginning
Thorium Brother Hood



Guild Webmaster
Quote by carlpalmer
Ahh, I wasn't going that high, thanks!


I havent gone to 2000 yet, but I have gotten up past everything except for the drop down menues on the Roster Page ... in IE only (maybe netscape too) ... it works fine in Firefox ... is that just some thing with IE where it renders those on top no matter what?


--
Quote
is that just some thing with IE where it renders those on top no matter what?


I honestly don't know. The popup code I used is copy and paste from thottbot (which was apparently copy and paste from something else). I've never taken the time to read the code.


--
It's all in the reflexes.
I set the z-order of the menu to 25 and it worked like a charm.


--
Eleipher, The Warlock Extraordinaire
The New Beginning
Thorium Brother Hood



Guild Webmaster


[Back to Index]