February 1, 201016 yr hey, I've just noticed on a website I was working on a while back that where I've used a lighbox, the list of images to load are appearing on the page in Firefox and IE on a pc. I've attached a screengrab...and this is the url: Threesixty services Anyone have any idea how I can fix or work around this? Cheers for any help
February 1, 201016 yr I'm not 100% certain this will fix it (it may affect the lightbox), worth a try; Where you've got: <img border="0"> Replace with: <img class="awardImage" /> Add this to the CSS: .awardImage{ border:0; display:none; }
February 1, 201016 yr Do check that the lightbox still works correctly! Other than that, no worries EDIT: Just realised I can personally check. The lightbox is fine Edited February 1, 201016 yr by andyl
Create an account or sign in to comment