Announcement

Collapse
No announcement yet.

Megamenu and "my account" shadow

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Megamenu and "my account" shadow

    Hi All

    I am in the process of upgrading my site from V9 to V11.

    I can't seem to stop the header of the megamenu I am using from shows through the "my account" shadow when editing account details. I assume this is something to do with z-index, but I don't seem able to fix it. Any help would be much appreciated.

    You can see it here

    username: SellerDeck
    password: help

    thanks
    Lee

    #2
    Still struggling with this one. Any ideas anyone?

    Comment


      #3
      Afraid the link to the example is a dead link, so cant look im afraid.

      Comment


        #4
        Strange, the link works for me.
        here it is in full
        http://www.legerereeds.co.uk/supplies/test/
        sorry about that
        Regards
        Lee

        Comment


          #5
          Maybe you are seeing a cached copy, as getting not found here.

          Comment


            #6
            Likewise - 404 for me.

            Comment


              #7
              Sorry about that. I think I deleted the site by coming out of test mode. Uploaded again now.
              Thanks for taking the time to look. Much appreciated.

              Comment


                #8
                You're using the Drillpine Multi Column Menu (aka Mega Menu).

                Site is now on-line and the Menu seems to be working OK. Tested using Firefox and IE9 both as normal customer and logged-in one.

                However I've no idea what shows through the "my account" shadow means so may be missing something.

                Could you explain what browser you are using and exactly how you get to the page in question?
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment


                  #9
                  I think this is what Lee is referring to - see attached image.
                  The MM is still active and is 'above' the shaded background when editing account details.
                  Attached Files

                  Comment


                    #10
                    Hi Norman

                    Hope the attached image helps to explain it.
                    Attached Files

                    Comment


                      #11
                      That's obscure but I can replicate it. Try this. In the Design Tab, click the Current Stylesheet button. Look for the line:
                      Code:
                      .myaccount-shadow {
                      Immediately after it add a new line:
                      Code:
                      	z-index:9999;
                      Norman - www.drillpine.biz
                      Edinburgh, U K / Bitez, Turkey

                      Comment


                        #12
                        Perfect!
                        Thanks Norman

                        Comment


                          #13
                          Here's another way to achieve the same thing without tinkering with any SellerDeck layouts:

                          Remove the z-index:9999; line from the Current Stylesheet.

                          Go to Design / Library / Layouts / Multi Column Menu / Multi Column Menu Setup.
                          Look for the line:
                          Code:
                          $(document).ready(function() {
                          Immediately after that add a new line:
                          Code:
                          	$('.myaccount-shadow').css('z-index', '9999');
                          I'll add this into my menu at the next update.
                          Norman - www.drillpine.biz
                          Edinburgh, U K / Bitez, Turkey

                          Comment

                          Working...
                          X