I'm using jquery.zoom.js from another source and trying to blend it in on 
my bootstrap website.

And the currently code breaks on Internet Explorer on windows  platform, 
but works on everything else.

All the testing i've done has boiled down to a clash in the CSS inline on 
the page :

.zoom {
            display:inline-block;
            position:relative;
        }

.zoom img {
            display: block;
        }

.zoom img::selection { background-color: transparent; }

and somewhere in the bootstrap.css (because if i remove bootstrap.css it 
works in IE!!)

I'm no coder and i've totally exhausted my skill set on this as well as 
many hours trying to get this far.
Can anyone help me troubleshoot this with a few pointers?

i've added a link of what i mean:
zoom test link <http://www.digitalegos.co.uk/BOTB/product_FTtest.html>


Cheers
Ratboy

Reply via email to