Search code examples
jquerycoda-slider

Coda Slider - Content is hidden in Safari, Chrome & IE. Works in Firefox


I am using Coda Slider on my Drupal 7 website. When a page loads on Safari, Chrome & IE, the content appears hidden, and you have to click a tab for the content to appear. This doesn't happen in Firefox.

Is there anyway to get the content to appear, without having to click on a tab.


Solution

  • I worked this out.

    For some reason coda insets a height value of 0 to 20px on the container div.

    You can fix this by adding height:auto to the container DIV in your style sheet. (You might need to use an !important declaration to make sure the rule applies to the div).

    Hope this helps someone.