Conflicting with other stuff in my site
13 years 3 months ago #1554
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Conflicting with other stuff in my site
yes possible. You can override it with your own css or disable the css in maximenu if it causes some conflict
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- sandstorm871
- Topic Author
- Offline
- Junior Member
-
13 years 3 months ago #1555
by sandstorm871
Nil Satis nisi optimum!
Replied by sandstorm871 on topic Re: Conflicting with other stuff in my site
Done, Thanks for your help!
Nil Satis nisi optimum!
Please Log in or Create an account to join the conversation.
- sandstorm871
- Topic Author
- Offline
- Junior Member
-
13 years 3 months ago - 13 years 3 months ago #1569
by sandstorm871
Nil Satis nisi optimum!
Replied by sandstorm871 on topic Re: Conflicting with other stuff in my site
Please can I call upon your help again!
It is with reference to you help yesterday;
This solved the problem with the login module within my other menu, but this now also removes my Search Module, which should be present to the right of the menu.
If I remove this css in firebug - position: relative;
The search box comes back, but so does the login/menu problem
Grateful for any assistance and will be leaving a glowing review on JED this afternoon, too
Andy
It is with reference to you help yesterday;
ced1870 wrote: ok
try to set position:relative and z-index to the container for the topmenu (where the problem is) :
position: relative;
z-index: 10000;
to add to #menubar
This solved the problem with the login module within my other menu, but this now also removes my Search Module, which should be present to the right of the menu.
If I remove this css in firebug - position: relative;
The search box comes back, but so does the login/menu problem
Grateful for any assistance and will be leaving a glowing review on JED this afternoon, too
Andy
Nil Satis nisi optimum!
Last edit: 13 years 3 months ago by sandstorm871.
Please Log in or Create an account to join the conversation.
13 years 3 months ago #1571
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Conflicting with other stuff in my site
easy as pie 
layout.css line 169 :
#search {
float: right;
position: relative;
z-index: 10001;
}
try this and tell me

layout.css line 169 :
#search {
float: right;
position: relative;
z-index: 10001;
}
try this and tell me
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- sandstorm871
- Topic Author
- Offline
- Junior Member
-
13 years 3 months ago #1572
by sandstorm871
I figured it out just as you posted your reply - Sods Law!
Thanks for your time again though!
Nil Satis nisi optimum!
Replied by sandstorm871 on topic Re: Conflicting with other stuff in my site
ced1870 wrote: easy as pie
layout.css line 169 :
#search {
float: right;
position: relative;
z-index: 10001;
}
try this and tell me
I figured it out just as you posted your reply - Sods Law!
Thanks for your time again though!

Nil Satis nisi optimum!
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds