AltynbekKZ / galleriffic

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

ie bug with vertical and horizontal images when changing placement of phtoto-index #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Displaying <div class="photo-index"></div> to show on the top (changing the css 
)

What is the expected output? What do you see instead?
Works fine except in ie8 if there are vertical and horizontal images, the 
horizontal images will 
not display at the top. I found that if I change the doc type from 

<!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">

to
<html>  

it works fine.

There is no effect on the mac in safari or firefox

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by skiri...@gmail.com on 3 Jan 2010 at 3:28

GoogleCodeExporter commented 8 years ago
I am experiencing the same positioning problem of horizontal vs. vertical 
images. (I tried changing the doc type as noted but this did not work). Lays 
out perfectly in Safari 5.0.2. Vertical images (including the first) shift down 
off of the baseline in Firefox 3.6.11.

I'm on a MAC running OS 10.5.8.

Please see this temp link:
http://www.cynthiadecarlo.com/dec_port_gallery.html

Original comment by alexga...@gmail.com on 25 Oct 2010 at 10:20