aaron118
-
IE not respecting z-index
Hi, thanks for your suggestion but if I remove the header z-index then it doesn't work in any browser as the header needs the z-index. Any other suggestions? Many thanks
-
Slideshow not working in toggle tabs
The problem is it's a responsive layout, so there is no fixed width on the images only max-width: 100%
-
IE not respecting z-index
For me in windows 7 it's not working in 7-9 (haven't tried 10 yet). Here is a screenshot of how it looks in IE and how it should look: http://aaronjpitts.com/ieproblem.jpg Thanks
-
IE not respecting z-index
Hi Chris, I can confirm it's not down to the javascript because I tried disabling javascript and removing the display: none. It still presented me with the same problem.
-
Can someone recommened a JS plugin to stop mobiles downloading certain images when not used?
For anyone else interested, this works a treat: https://github.com/serbanghita/Mobile-Detect
-
Sticky nav menu links not working on iPad
It's a problem with using position: fixed, not the above. Any other suggestions? Thanks
-
How to stop last image in slideshow sometimes flashing first on page load.
using jQuery(document).ready(function($) { doesn't seem to make any difference though?
-
Sticky nav jumping sometimes in webkit browsers
In fact it still causes the original problem when I upload it to the server, it appears to be more reliable on localhost. I can't get my head around this. Everything is the same between localhost and my server?
-
Sticky nav jumping sometimes in webkit browsers
var yOffset = $("#local-nav-wrapper").position().top; seems to make it a bit more reliable in webkit, but the menu still jumps a bit before it's supposed to. I can't give a set offset like 444 as the layout is responsive. Thanks