Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

submenus are hidden under the body of the site
(1 viewing) (1) Guest
Go to bottomPage: 1...10111213141516...25
TOPIC: submenus are hidden under the body of the site
#12725
Re:submenus are hidden under the body of the site 13 Years, 3 Months ago Karma: 748
Hello,

Add the next CSS rule:

Code:


DIV#menu
{
 position: relative;
 z-index: 10;
}



Regards,
ARI Soft
The topic has been locked.
 
#12726
Re:submenus are hidden under the body of the site 13 Years, 3 Months ago Karma: 0
Thank you very much! It worked like a charm!
The topic has been locked.
 
#12844
Re:submenus are hidden under the body of the site 13 Years, 3 Months ago Karma: 0
I too have this problem i have a flash banner and the menu is hidden underneath. The site in question is www.longdendale.tameside.sch.uk
The topic has been locked.
 
#12845
Re:submenus are hidden under the body of the site 13 Years, 3 Months ago Karma: 748
This problem with HTML code of Flash object. Set "wmode" attribute to "transparent" instead of "window".

Regards,
ARI Soft
The topic has been locked.
 
#12846
Re:submenus are hidden under the body of the site 13 Years, 3 Months ago Karma: 0
I've looked at the module and it seems it is set to transparent?
The topic has been locked.
 
#12847
Re:submenus are hidden under the body of the site 13 Years, 3 Months ago Karma: 748
Flash module uses the next javascript code that embed Flash object:

Code:


<script type="text/javascript">swfobject.embedSWF('/flashxml/3dbannerfx/3DBannerFX.swf', 'flashxml3dbanner', '920', '333', '9.0.0.0', '', { folderPath: '/flashxml/3dbannerfx/' }, { scale: 'noscale', salign: 'tl', wmode: 'window', allowScriptAccess: 'sameDomain', allowFullScreen: true }, {});</script>



You can see this code set "wmode" parameter to "window". Change it to "transparent".

Regards,
ARI Soft
The topic has been locked.
 
Go to topPage: 1...10111213141516...25