View Full Version : Resolved Transparent in moz FF !?
hi
http://www.dynamicdrive.com/dynamicindex4/simplegallery.htm
i used one menu bar above that Gallery
its perfectly working in IE, where as in moz ff that sub menu content is overlapping by that gallery..
how to apply transparency property......(similar to wmode in flash)
Thanks
Snookerman
04-15-2009, 07:55 PM
Please post a link to the page on your site that contains the problematic script or attach your code so we can check it out and help you.
http://images.orkut.com/orkut/photos/OgAAAJ6-MH8rfyJI3Sn0vY8h2LSQhI_Ykc7wl74EoetF9ihXOljuh4_tbCIOObEn9ZMW-lSEL9WnpzqUYMZDWS79iz8Am1T1UBOUEMDOclffP2SAatsD15X72Rm2.jpg
thats in mozilla :confused:
Snookerman
04-16-2009, 05:24 AM
Give the menu the following CSS code:
position: relative;
z-index: 1000;
Good luck!
thanks .......but no luck
the menu bar is from .....
http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
the slide show is from..
http://www.dynamicdrive.com/dynamici...plegallery.htm
where i have to give that
position: relative;
z-index: 1000;
Snookerman
04-17-2009, 07:18 PM
Add this to the end of your CSS code:
#chromemenu {
position: relative;
z-index: 1000;
}
If it still doesn't work, please post a link to your site.
Good luck!
no luck....
and y the following link is removed ? ..:confused:
http://www.dynamicdrive.com/dynamici...plegallery.htm
Snookerman
04-29-2009, 04:30 PM
Zai, please post a link to the page on your site that contains the problematic script or attach your code so we can check it out and help you.
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility:hidden; /*keep this intact*/
border: 2px solid #666600;
z-index:0;
}
hi we have to give z-index:0 :cool:
...its working in Mozilla and IE...:D
ok...Thanks..
guys...we will meet soon with other issue ;)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.