Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2014
    Location
    Scarborough, UK
    Posts
    17

    Question Is it possible to set a background to ' z-index:0 ' in WD11 ?

    Hello all,

    Quick question, can I set ' z-index:0 ' ?

    Have a problem with my website, which uses an offsite shopping cart system.

    I'm trying to add the 'email me when back in stock ' feature of the shopping cart system (Romecart) ,
    however the pop up appears behind the background. Romecart tech support tell me this is due to the z-index
    of the background being too high and I need to add ' z-index:0 ' to the background block.

    I already have the background set to the back layer.

    Problem can be seen at http://www.bits4landys.co.uk/test.htm - click on the ' envelope ' to get the pop up to appear

    Thanks,
    Chris.

  2. #2
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Is it possible to set a background to ' z-index:0 ' in WD11 ?

    Could you try adding

    <style>#ROC_widget_ROC_emailme {z-index:200;}</style>

    to the page head code instead?

    Problem seems to be that the HTML elements for the form are added dynamically to the page directly before the end of the body and outside of Xaras elements.

  3. #3
    Join Date
    Dec 2014
    Location
    Scarborough, UK
    Posts
    17

    Default Re: Is it possible to set a background to ' z-index:0 ' in WD11 ?

    Hi Siran,

    Thanks, that's great, appears to work Ok - Uploaded new version of test page http://www.bits4landys.co.uk/test.htm

    Thanks again,
    Chris

  4. #4
    Join Date
    Apr 2015
    Location
    Germany
    Posts
    927

    Default Re: Is it possible to set a background to ' z-index:0 ' in WD11 ?

    Yes, looks better.
    The form is displayed quite far to the right.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •