Hmm...unless others can see this, it may be difficult without seeing more code or a working example..one major difference I do see is in the bootstrap docs vs. yours is that the .js files are all at the bottom of the docs instead of at the top in the head (except the shim which needs to stay in the head) - probably a long shot, but have you tried moving your .js declarations down/outside the head?
On Wed, Mar 7, 2012 at 1:57 PM, Len Jaffe <[email protected]> wrote: > > > On Wednesday, March 7, 2012 12:49:29 PM UTC-5, Rick Lowes wrote: >> >> As per Marc's previous email, he's saying there may be issues when you >> leave out the protocol (http://) from the url of the shim .js file - so >> in this this line try working in the http:// >> >> <script src="NoAuth/js/ie-shim-html5.j**s"></script> >> >> - not sure how you do this with a relative url - anyone? Or maybe it >> needs to be an absolute url? >> > > The shim works. > It's chrome and FF that are going wonky on me... >
