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 showing up underneath main content
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Submenus showing up underneath main content
#20781
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 0
I have the same problem, please help. Here is the link ...

hosteeng.net/~hdluosij/

thank you!!!
The administrator has disabled public write access.
 
#20782
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 748
Hello,

Add the next CSS rule:

Code:


body .art-contentLayout .art-sidebar1
{
 overflow: visible;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20783
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 0
Thank you, everything is ok now!!!
The administrator has disabled public write access.
 
#20787
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 0
Pardon me for bothering you again, but the problem appears to IE9... please help...
The administrator has disabled public write access.
 
#20789
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 748
Add the next CSS rules:

Code:


body .art-contentLayout .art-sidebar1
{
 z-index: 2;
}

body .art-contentLayout .art-content
{
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20810
Re:Submenus showing up underneath main content 12 Years, 8 Months ago Karma: 0
So this is incorrect then?



Maybe I am explaining it incorrectly. I am trying to have the menu show over an iframe of a PDF and an iframe of a Flash Object.

Does this hinder it unfix-able?

Code:

<script type="text/javascript">
function iFrameHeight() {
var h = 0;
if (!document.all) {
h = document.getElementById('blockrandom').contentDocument.height;
document.getElementById('blockrandom').style.height = h + 60 + 'px';
} else if (document.all) {
h = document.frames('blockrandom').document.body.scrollHeight;
document.all.blockrandom.style.height = h + 20 + 'px';
}
}
</script>
<div class="contentpane">
<iframe  id="blockrandom"
name="iframe"
src="http://secure.smilebox.com/ecom/openTheBox?sendevent=4d6a63794d7a41794d6a6b3d0d0a&amp;blogview=true&amp;campaign=blog_playback_link&amp;wmode=transparent"
width="100%"
height="825"
scrolling="auto"
class="wrapper">
This option will not work correctly. Unfortunately, your browser does not support inline frames.</iframe>
</div>



Where should I put the wmode=transparent then?

Thanks!

X
Last Edit: 2011/10/19 00:11 By xlightwaverx.Reason: Not sure.
The administrator has disabled public write access.
 
Go to topPage: 123