Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-23-2013, 12:07 AM   PM User | #1
batman911
New to the CF scene

 
Join Date: Jan 2013
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
batman911 is an unknown quantity at this point
Internet Explorer Problems with my gallery in IE

Hey guys,
EDIT: problem solved, thanks!

Last edited by batman911; 01-24-2013 at 12:33 AM..
batman911 is offline   Reply With Quote
Old 01-23-2013, 07:29 AM   PM User | #2
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
devnull69 will become famous soon enough
First of all: Why do you refer to two different versions of gallerific.css? I see versions 3 and 6, the former overwriting the latter.

But the most interesting part is that IE does not interpret "position: absolute" correctly for div.loader. Looking at IE developer tools I can see that POSITION for div.loader is all upper case, maybe this is the issue? Firefox converts it into lower case in CSS view and interprets it correctly ...
devnull69 is offline   Reply With Quote
Users who have thanked devnull69 for this post:
batman911 (01-23-2013)
Old 01-23-2013, 08:24 PM   PM User | #3
batman911
New to the CF scene

 
Join Date: Jan 2013
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
batman911 is an unknown quantity at this point
Thanks a lot Devnull, I really appreciate your help!

I tried do play with that a lot, but nothing worked.

Then I tried to go directly onto a demo from gallerific and tested it with IE... http://www.twospy.com/galleriffic/example-3.html

****. Even with the official demos, the pictures are top align under IE. But everything is working fine with Firefox.
batman911 is offline   Reply With Quote
Old 01-23-2013, 09:57 PM   PM User | #4
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,615
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
This is most likely a CSS problem so I’ve moved the thread accordingly.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Users who have thanked VIPStephan for this post:
batman911 (01-23-2013)
Old 01-23-2013, 10:35 PM   PM User | #5
batman911
New to the CF scene

 
Join Date: Jan 2013
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
batman911 is an unknown quantity at this point
You're right.

I've made a lot of search, and now I'm pretty sure what the problem is. But I don't know how to solve it.

div.slideshow span.image-wrapper {
display: block;
position: absolute;
top: 0;
left: 0;
}

This is where I should work. But when I add "vertical-align: middle;" it just doesn't work at all because vertical-align aren't effective on block elements. And since I have different image size that goes into that DIV, i can't just offset the items...

really I don't know what to do now
batman911 is offline   Reply With Quote
Old 01-24-2013, 12:27 AM   PM User | #6
batman911
New to the CF scene

 
Join Date: Jan 2013
Posts: 4
Thanks: 2
Thanked 0 Times in 0 Posts
batman911 is an unknown quantity at this point
Got it! problem solved!
batman911 is offline   Reply With Quote
Old 01-24-2013, 07:02 AM   PM User | #7
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
devnull69 will become famous soon enough
Could you please share the solution?
devnull69 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:36 PM.


Advertisement
Log in to turn off these ads.