Reviewed & tested by the community
Project:
Galleria
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2009 at 03:45 UTC
Updated:
22 Oct 2010 at 15:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
Mark Theunissen commentedI can confirm that the bug exists, but I have no idea what is causing it. Some interaction between Galleria CSS/JS and Jcarousel I would imagine.
I don't have the time or inclination to fix this. IE8 is out as a critical security update. IE7 has been out for years.
You could try ask Wim Leers in the jCarousel issue queue. He may have seen this before.
Sorry!
Comment #2
wuf31 commentedBumping it to JCarousel issue queue
Comment #3
wim leersI haven't seen this issue — or at least don't remember it, as I haven't actually used jCarousel in more than a year. Sorry. The only way to find the cause is to track it down yourself, I'm afraid.
You could start by trying if jCarousel's CSS works in IE6 by default. If it does, then it's the interaction with Galleria's CSS. If it doesn't, then jCarousel's CSS is to blame.
Comment #4
Mark Theunissen commentedThanks Wim. Marking as postponed.
Comment #5
davesmn commentedEdit your galleria CSS file (default: sites/all/modules/galleria/inc/) and edit the first entry:
.item-list .galleria {
list-style:none;
}
add a new argument:
.item-list .galleria {
list-style:none;
height: 80px; /* enter desired value */
}
Worked for me :)
Tested on IE6, IE7 and of course FF3.
Comment #6
wuf31 commentedThank you, davesmn,
Your solution did work, though in IE6 only two of my three thumbnails show up.
Anyway, it may be the changes I've made to galleria css.
Gotta dig it again..
Comment #7
eeyorrThe missing last thumbnail seems to be caused by IE's doubled float-margin bug. I solved it by adding "display: inline" to .item-list .galleria li, or if you're editing the original galleria.css file, change "display: block" to "display: inline":
Comment #8
benyuan commentedFollow the instruction of davesmn. It works for me as well. Tested on IE6-IE8, firefox 3 and google crome 5.0
Edit your galleria CSS file (default: sites/all/modules/galleria/inc/) and edit the first entry:
add a new argument:
Comment #9
Andrew Gorokhovets commented#5 works perfectly
#7 does not work
Comment #10
eeyorr#9 is a false statement, as #7 works perfectly for me. Thanks for the helpful input, though!
Comment #11
andribas commented#5 works for me (i had thumbnail 1px height).
now when i click on thumb or < prev next > ie6 goes to top of page. firefox works ok. how to fix this?