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?

z-index?
(1 viewing) (1) Guest
Go to bottomPage: 12345678...11
TOPIC: z-index?
#9325
Re:z-index? 13 Years, 4 Months ago Karma: 0
Thank you ver much, it's great.
The administrator has disabled public write access.
 
#10382
Re:z-index? 13 Years, 2 Months ago Karma: 0
This module has really done everything I needed it to do!

However I am having the exact same z-index issues.

Could I ask for your help please?

The site I am werking on is www.hereisyourproof.com/cws/index.php

Many thanks

: )

Ecurb
The administrator has disabled public write access.
 
#10384
Re:z-index? 13 Years, 2 Months ago Karma: 747
Hello,

Use the following CSS rules:

Code:


.contentLayout div.sidebar1
{
 overflow: visible;
 z-index: 10;
}

.contentLayout div.content
{
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10388
Re:z-index? 13 Years, 2 Months ago Karma: 0
My most heartfelt thanks! Werks perfect.

: )

Ecurb
The administrator has disabled public write access.
 
#13344
Re:z-index? 13 Years ago Karma: 0
Hi, same problem here. I'm not able to display a the bar for a youtube video. I included it vy using iframe, setting z-index parameter via Style attribute to 1. Then I went on the back-end and set the Ext Menu z-index to 100, but I still cannot see all the menu whem overing the links...

My website is: www.hardwareforyou.it

Thank you!

EDIT: working on Firefox, not working on IE8, not working on Chrome.
Last Edit: 2011/04/05 23:57 By webking.
The administrator has disabled public write access.
 
#13349
Re:z-index? 13 Years ago Karma: 747
Hello,

This problem with code for YouTube video. Use the next code instead of your code:

Code:


<iframe title="YouTube video player" width="403" height="255" src="http://www.youtube.com/embed/TpMIqrWi1ak?wmode=transparent" frameborder="0" allowfullscreen="1"></iframe>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12345678...11