November 12, 200817 yr hi, i am building a blog site and using lightbox to display the images. it works perfectly on firefox and safari but does not work in ie 6 or 7. the image is simply displayed in the browser. the site is at http://www.djswerve.com and the lightbox.js file at http://www.djswerve.com/wp-content/themes/...lightbox-0.5.js this is an urgent matter so any help will be greatly appreciated. thanks -John
November 12, 200817 yr i think, if you cut the lightbox css file out completely and just add the code into the rest of you css files that will work... i think. oh hangon, just notice you dont appear to have closed the styles... <style type="text/css" media="screen">@import "http://www.djswerve.com/wp-content/plugins/nextgen-gallery/css/nggallery.css";</style> <script type="text/javascript"> var tb_pathToImage = "http://www.djswerve.com/wp-content/plugins/nextgen-gallery/thickbox/loadingAnimationv3.gif";</script> <style type="text/css" media="screen">@import "http://www.djswerve.com/wp-content/plugins/nextgen-gallery/thickbox/thickbox.css";</style> replace with <style type="text/css" media="screen">@import "http://www.djswerve.com/wp-content/plugins/nextgen-gallery/css/nggallery.css";></style> <script type="text/javascript"> var tb_pathToImage = "http://www.djswerve.com/wp-content/plugins/nextgen-gallery/thickbox/loadingAnimationv3.gif";></script> <style type="text/css" media="screen">@import "http://www.djswerve.com/wp-content/plugins/nextgen-gallery/thickbox/thickbox.css";></style> that might work.
November 12, 200817 yr Author hi, thanks but that hasnt worked mate. if anyone has knows the problem please post it. thanks
Create an account or sign in to comment