Not working in IE

Subscribe to Not working in IE 3 post(s), 3 voice(s)

 
Avatar Mikee Bee 1 post

Hi all, think I’m missing something here as I’ve got lightwindow working fine in Safari and FF but its not working at all in IE6 or 7. I must just be making a rookie mistake!

http://weirbar.pmhclients.com/gallery/index-lightwindow

I’m getting an error in IE that says…

Line: 444
Char: 4
Error: Object doesn’t support this property or method
Code: 0
URL: http://weirbar.pmhclients.com/gallery/index-lightwindow

Can anyone see what I’m doing wrong?

Thanks

 
Avatar Ust 5 post(s)

Hi try this one
<!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns="http://www.w3.org/1999/xhtml">

place this code at the top of your HTML
maybe it works

 
Avatar krajicek 3 post(s)

Hi Mikee Bee,

had the same problem. at the end of inspecting i’ve found out that lightwindow is conflicting with one of my css IDs. in this case i had an div element with id=”gallery”. change to id=”cgallery” stopped popping described error.

hope it helps

kr