oliviaramos / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

Exhibit, Thumbnail View, IE7 + IE8, each thumbnail is displayed upon the other. #338

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use exhibit thumbnail view
2. use IE7 or IE8
3. try to make each thumbnail float_left

What is the expected output? What do you see instead?
Internet Explorer renders each thumbnail upon the other because the
wrapping element has width:0;
Expected behaviour would be that each thumbnail is displayed next to the other.

What version of the product are you using? On what browser and what
operating system?
exhibit 2.2, IE7/8 on windows xp

Please provide any additional information below.
the problem is in exhibit-bundle.css in line
div.exhibit-thumbnailView-itemContainer-IE {
    float:      left;   
width : 0; //<------------- that the problem, i guess it solves an IE6
problem. Internet Explorer sucks!!!
    overflow:   visible;
}

Original issue reported on code.google.com by walter.j...@gmail.com on 2 Dec 2009 at 4:14

GoogleCodeExporter commented 8 years ago
What is the Solution..????

Original comment by pranav.p...@gmail.com on 4 Jan 2010 at 5:24

GoogleCodeExporter commented 8 years ago
the solution is to remove

width:0 

from 

div.exhibit-thumbnailView-itemContainer-IE

in the file

exhibit-bundle.css

Original comment by walter.j...@gmail.com on 5 Jan 2010 at 11:03

GoogleCodeExporter commented 8 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 9:50