Hi there,

On my case, the module is setting different heights for different browsers. On IE7 it's working with the ideal height (the slideshow must end aligned with the block box on the right). Others like FF and Chrome are with a much bigger height that is breaking the layout proposed. When I was using version 2.1 (on which the system had been developed), that was working very well for all.

I also had tried to set the height in the advanced options, but it didn't worked.

The website is: http://www.atozcomunicacao.com.br

Regards.

Comments

willhowlett’s picture

I 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.

willhowlett’s picture

For my issue I've found adding height:100% to the advanced options seems to fix it

redndahead’s picture

Status: Active » Fixed

marking as fixed.

3dloco’s picture

Status: Fixed » Active

Hello,

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

redndahead’s picture

Issue tags: +IE

Tagging for when I get someone to help me with IE problems.

redndahead’s picture

In 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;

redndahead’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -IE

Automatically closed -- issue fixed for 2 weeks with no activity.