February 7, 201115 yr Hi I have now come across another problem with my site, I am using a jquery slideshow for my banner and also using lightbox 2.04. I had a conflict with the two before which stopped my slideshow from working, this was fixed by var $j = jQuery.noConflict(); function slideSwitch() { var $jactive = $j('#slideshow IMG.active'); the two worked in harmony, great fix! however now I have added more photos to the cue for the slideshow, adjusted the selection to var $jsibs = $jactive.siblings(); var rndNum = Math.floor(Math.random() * $jsibs.length ); var $jnext = $j( $jsibs[ rndNum ] ); . I thought everything was fine when using Google Chrome as it is fine! however lightbox has stopped functioning in IE 7,8 havnt tested other browsers of yet, just when I thoght everything was all finished typical!! please help asap as its for my A2 media coursework deadline a week today cheers!
February 7, 201115 yr Author no i don't as it is offline, and I cant upload links until iv'e made 25 posts apparently! but I can hapily give/upload js/html files in question
February 9, 201115 yr Author Hi I have now fixed the problem! Having already used the conflict script once I decided to change to a jquery driven lightbox. In the end I went for slimbox2, this is directly compatible with lightbox, same effect etc, just using jquery1.3 upwards. also no need to change rel tags! big bonus
Create an account or sign in to comment