AltynbekKZ / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 1 forks source link

Addition of doctype affects position of images in IE7 #141

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add valid doctype such as "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
"

What is the expected output? What do you see instead?
Using Example 5, I expect to see the top of the image on the page in the 
identical place, regardless of whether or not the image is as tall as the 
slideshow container or not.  What I see, in iE7 only, is the top of the image 
moves DOWN in the slideshow container if the image is shorter, i.e. 330px 
instead of 500px.

What version of the product are you using? On what operating system?
Version 2.0, Example 5, Windows 7

Please provide any additional information below.
Place a doctype on Example 5 and browse to one of the photos that is shorter 
than 500px to see this in action.

Original issue reported on code.google.com by sarahms...@gmail.com on 31 Jul 2010 at 2:55