Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Sep 2010 at 20:56 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent
Comments
Comment #1
willhowlett commentedI think I'm experiencing the same issue. For some reason in IE7 it's setting the height for "views_slideshow_singleframe_teaser_section" (where 'slideshow' is the name of the view) to 2655px, whereas in Firefox it's setting it (correctly) at 593px.
Works fine in other browsers, just in IE7 it's stretching the slideshow area miles down the page.
Comment #2
willhowlett commentedFor my issue I've found adding height:100% to the advanced options seems to fix it
Comment #3
redndahead commentedmarking as fixed.
Comment #4
3dloco commentedHello,
This is currently not working for me with the solution posted in #2.
What is happening, as described in #1 and on this posting http://stackoverflow.com/questions/1542637/jquery-cycle-plugin-doesnt-wo..., the divs containing additional fields (e.g. a title, description) are all stacked on top of each other vertically and they go right down the screen.
I tried setting the height:100% and also to tried a fixed value height: 800 (advanced options), but I am still having this issue.
Thanks in advance for any help you can provide,
KH
Comment #5
redndahead commentedTagging for when I get someone to help me with IE problems.
Comment #6
redndahead commentedIn your css you should set the width or height what you would like it to be. Make sure you add !important to the end.
So:
height: 100px !important;
Comment #7
redndahead commented