I'm trying to use z-indexing for this fairly short javascript and can't get it to show up over my other z-indexed objects. Any suggestions appreciated. https://minicart.paypal-labs.com/
In minicart.js, scroll down to the _addCSS function (line 248). Add z-index: 99; to the form css, or whatever value you need to place it above the other elements. css = '#' + name + ' form { z-index: 99; position:fixed; float:none; top:-250px; ' + .... Hope that works I haven't tested it because the page needs a shopping cart.
When I started going through the js, I found it(had to go into pt job), but thanks anyways. Also added:text-align:left;