HighDots Forums  

border appears around jquery slideshow in IE

jQuery jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.


Discuss border appears around jquery slideshow in IE in the jQuery forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
chulo
 
Posts: n/a

Default border appears around jquery slideshow in IE - 11-07-2009 , 05:53 AM






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 any ideas?

Thanks very much fory our help!
--
View this message in context: http://old.nabble.com/border-appears-around-jquery-slideshow-in-IE-tp26240905s27240p26240905.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply With Quote
  #2  
Old   
Regis Sabino
 
Posts: n/a

Default Re: [jQuery] border appears around jquery slideshow in IE - 11-07-2009 , 06:29 AM






Hi

2009/11/7 chulo <alexlloyd (AT) hotmail (DOT) com>

Quote:
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 any ideas?

Thanks very much fory our help!
--
View this message in context:
http://old.nabble.com/border-appears-around-jquery-slideshow-in-IE-tp26240905s27240p26240905.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.



--
Sabino, Regis S.
Programmer - Web Designer - Full .NET Platform
(55) 11 8545-9314 / (55) 11 2456-7901

Reply With Quote
  #3  
Old   
Regis Sabino
 
Posts: n/a

Default Re: [jQuery] border appears around jquery slideshow in IE - 11-07-2009 , 06:42 AM



$('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 <regis.sabino (AT) gmail (DOT) com>

Quote:
Hi

2009/11/7 chulo <alexlloyd (AT) hotmail (DOT) com


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 any ideas?

Thanks very much fory our help!
--
View this message in context:
http://old.nabble.com/border-appears-around-jquery-slideshow-in-IE-tp26240905s27240p26240905.html
Sent from the jQuery General Discussion mailing list archive at
Nabble.com.




--
Sabino, Regis S.
Programmer - Web Designer - Full .NET Platform
(55) 11 8545-9314 / (55) 11 2456-7901




--
Sabino, Regis S.
Programmer - Web Designer - Full .NET Platform
(55) 11 8545-9314 / (55) 11 2456-7901

Reply With Quote
  #4  
Old   
Shane Riley
 
Posts: n/a

Default Re: border appears around jquery slideshow in IE - 11-07-2009 , 06:55 AM



You can place the images each in a container and use those containers
as the slides instead. Then the Cycle plugin isn't messing around with
the PNG filter applied by your iepngfix.htc. ie:
<div id="slideshow">
<div class="slide"><img src="./images/showcase.png" alt="" /></div>
<div class="slide"><img src="./images/showcase2.png" alt="" /></div>
</div>
Also, be sure to give your slides fixed dimensions. I'm seeing a
common issue with implementing Cycle that causes the images to be much
smaller than actual size at random because a fixed width and height
aren't set in the CSS for them.

On Nov 7, 5:53*am, chulo <alexll... (AT) hotmail (DOT) com> wrote:
Quote:
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 any ideas?

Thanks very much fory our help!
--
View this message in context:http://old.nabble.com/border-appears-around-jquery-slideshow-in-IE-tp...
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.