Re: [jQuery] border appears around jquery slideshow in IE

2009-11-07 Thread Regis Sabino
$('ReyX').ready(function() { Hi, you can try set the outline of div to none, like this: $('#s1').cycle().css('outline','none'); Bye }); 2009/11/7 Regis Sabino > Hi > > 2009/11/7 chulo > > >> hello, >> >> I have integrated a jquery slideshow in a webpage which appears correctl

Re: [jQuery] border appears around jquery slideshow in IE

2009-11-07 Thread Regis Sabino
Hi 2009/11/7 chulo > > hello, > > I have integrated a jquery slideshow in a webpage which appears correctly > in > mozilla, but when testing in all IE explorers a border appears around the > image that rotates during the transition. > > http://alexanderlloyd.info/touba/ > > (it's the small image

[jQuery] border appears around jquery slideshow in IE

2009-11-07 Thread chulo
hello, I have integrated a jquery slideshow in a webpage which appears correctly in mozilla, but when testing in all IE explorers a border appears around the image that rotates during the transition. http://alexanderlloyd.info/touba/ (it's the small image halfway down the page) Anyone have