JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

help

 
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu
Author Message
guitou
Guest





PostPosted: Thu Jun 26, 2003 3:08 pm    Post subject: help Reply with quote

Hi!
i've made an menu on http://www.f8arr.org/qrp-fr/ but the backgrouds are transparent and it's hard to navigate...

Does anyone can help me ?

Guil
Back to top
AlexKunin
Developer


Joined: 03 Jan 2003
Posts: 1191

PostPosted: Thu Jun 26, 2003 8:47 pm    Post subject: Reply with quote

This is solution for your particular case. In you monstyle.css you have following definition:
Code:
#main {
   LEFT: 22%; WIDTH: 77%; POSITION: absolute; TOP: 1%;
}

Please, add "z-index" attribute:
Code:
#main {
   LEFT: 22%; WIDTH: 77%; POSITION: absolute; TOP: 1%; z-index: -10;
}
Back to top
guitou
Guest





PostPosted: Thu Jun 26, 2003 10:11 pm    Post subject: thanks !!! Reply with quote

Yes !! wonderful, thank you for help it's working greate !!
thanks again
Back to top
Display posts from previous:   
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu All times are GMT
Page 1 of 1