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


i using coda slider on my drupal 7 website. when page loads on safari, chrome & ie, content appears hidden, , have click tab content appear. doesn't happen in firefox.

is there anyway content appear, without having click on tab.

i worked out.

for reason coda insets height value of 0 20px on container div.

you can fix adding height:auto container div in style sheet. (you might need use !important declaration make sure rule applies div).

hope helps someone.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -