Page 1 of 1
I got a new problem (As Usual)
Posted: Sat Jul 08, 2006 10:34 am
by Leon
The menu is going behind the *thing* on the forum index page.
(
Only that page is affected, i have looked into the whole forum)
As you can see it looks weird on the index page:
http://www.volunteerforum.se/index.php
I have installed some mods, but none of them has it been
code changings in the index file
But ok, i did create a new forum category also before,
but that cant make this problem.
And i cant seem to remember if this bugg has been here all the time or not.
But i dont think it have, i think it has come like "just now" somehow.
Any idées ?
Posted: Sat Jul 08, 2006 1:29 pm
by battye
If it is new, can you list everything you have done recently which could have caused it?
Posted: Sat Jul 08, 2006 1:38 pm
by Leon
Installed:
Default Avatar
Country Flag
Created 2 new forum categorys
Travel Companions <-- English
Hitta ReseSällskap <-- Swedish
Uploaded a new Who Is online Pic (As you can see on the bottom)

Posted: Sat Jul 08, 2006 1:40 pm
by battye
It may have something to do with the categories. Have you tried moving them lower?
Posted: Sat Jul 08, 2006 1:41 pm
by battye
I have another problem.
Posted: Sat Jul 08, 2006 1:43 pm
by Leon
wow, something seems to be really messed up
Is it like that even if you refresh it ?
Posted: Sat Jul 08, 2006 1:44 pm
by battye
Works okay now
Posted: Sat Jul 08, 2006 1:46 pm
by Leon
Strange, i havent changed anything

Posted: Sat Jul 08, 2006 2:04 pm
by Leon
But the main problem is still there, the menu goes
behind on the index page
Posted: Sat Jul 08, 2006 2:35 pm
by battye
It's probably just a <div> or a <span> or something that's gotten in the way

Posted: Sat Jul 08, 2006 2:40 pm
by Leon
And what file is liky to have the fault ?
overall_header
or
index_body
i suppose it myst be the index body ?
Posted: Sat Jul 08, 2006 3:11 pm
by battye
I would think index_body.tpl as it works on other pages.
Posted: Sat Jul 08, 2006 5:37 pm
by Leon
Problem solved.. (I think

, gona check all pages so i know for sure first =P)
Got some help so i cant take the credit =P
Changed (In the menu in the overal_header.tpl):
#csstopmenu li{
float: left;
position: relative;
}
To:
#csstopmenu li{
float: left;
position: relative;
z-index: 5;
}
Posted: Sun Jul 09, 2006 4:12 am
by battye
Works for me now too
