Reputation: 33
hello guys im having problems with Internet Explorer positioning (as usual...) the problem is when I click on the thumbnail it has to pop up a slideshow in the center/ middle of the page firefox/chrome works perfectly but Internet Explorer refuses to work like that and it puts the slideshow on the bottom of the page.
Here is the website: 217.120.183.184/cdweb/Portfolio/
If you need any further information feel free to ask me.
Upvotes: 0
Views: 1140
Reputation: 382160
The headers aren't correctly set :
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Upvotes: 3
Reputation: 509
Try to add correct DOCTYPE. It's the first rule on the official site http://fancybox.net/howto
Upvotes: 0