css - JQuery Slideout only works on one side of the page? -


I'm working on a little bit out of the code and it's just impossible to completely slip it from the right side of the page Works, but when I reverse everything and slide it from the left, I can not get the chance!

The precise issue is that it slides from the width of the container forward.

Example I appreciate any suggestions in the right direction.

Try changing this:

div.sub-menu -content {status: relative; Background: URL (../img/ sub-menu.png) 0 Repetition; Width: 300px; Height: 40px; Color: #fff; Font-weight: bolder; }

To do this:

div.sub-menu-content {status: complete; Correct: 0; Background: URL (../img/ sub-menu.png) 0 Repetition; Width: 300px; Height: 40px; Color: #fff; Font-weight: bolder; }

Then you will need to see the code that div "sub-menu-slide rinner" Returns the margin-right of 275px. Instead exit 250px, and you should return to the track.


Comments