| Author |
Message |
guitou Guest
|
Posted: Thu Jun 26, 2003 3:08 pm Post subject: help |
|
|
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
|
Posted: Thu Jun 26, 2003 8:47 pm Post subject: |
|
|
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
|
Posted: Thu Jun 26, 2003 10:11 pm Post subject: thanks !!! |
|
|
Yes !! wonderful, thank you for help it's working greate !!
thanks again |
|
| Back to top |
|
 |
|