X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Z-Index Central Column (https://forum.x-cart.com/showthread.php?t=48813)

candc 07-25-2009 02:34 PM

Z-Index Central Column
 
Just had the ultimate mini cart mod installed, but the alert box is hidden behind the central column.

We need to change the z-index of the column to zero apparently which dosn't sound difficult at all.

Where would I find it though :lol:

And am I safe to change it

Thanks for any pointers:D

Victor D 07-27-2009 12:25 PM

Re: Z-Index Central Column
 
Add to the very end of skin1/main.css

try
Code:

#center-main{z-index:0}
or
Code:

#center{z-index:0}

But I think it is better to increase z-index of popup

candc 07-27-2009 01:05 PM

Re: Z-Index Central Column
 
Thankyou Victor,

When I added either of the lines the whole template cleared :?

It was installed by xcartmods so I assumed it was the template causing a problem, not just a setting in the mod.

The pop up z-index is 1000 I will see if that does anything

Thanks again:D

candc 07-27-2009 04:19 PM

Re: Z-Index Central Column
 
I have tried adding both of those values as suggested with no luck Have also increased the z-index of the pop up, again no luck

The edge of the box is visible, the rest is behind the centre column.

Any other ideas at all?

Thanks:-)

Victor D 07-27-2009 11:28 PM

Re: Z-Index Central Column
 
it's not z-index.

you need to change overflow from hidden to visible as everything beoynd the central column is cropped
try

#center{overflow:visible}

or

#center-main{overflow:visible}

candc 07-28-2009 08:59 AM

Re: Z-Index Central Column
 
Hi Victor,

Sadly still no luck, it remains firmly tucked away behind the centre column:(

http://www.candccentral.co.uk/images/site.JPG

Thought a piccy might help.

Victor D 07-28-2009 11:07 PM

Re: Z-Index Central Column
 
Where is this minicart inserted?
One of its wrappers has overflow set to hidden.

try .menu-dialog .title-bar {overflow:visible}
If this won't help please provide me with your store URL or attach HTML source of this page here

candc 07-29-2009 09:08 AM

Re: Z-Index Central Column
 
Thankyou for all you help Victor:D

I dropped 7dana an email a couple of days ago, and Goran sorted out the problem today for us:mrgreen:

You were spot on, it was the "overflow hidden" property in the centre column.

Really appreciate the help you have given us.


All times are GMT -8. The time now is 06:35 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.