-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
carousel apparently breaks text wrapping #8
Comments
For the carousel effect, the slides are wrapped in a div with the white-space:nowrap style and your slides are inheriting this. In your case, you can correct this by applying a style override on your <li> items: white-space:normal |
surprisingly, still the same result with li{white-space:normal} |
You forgot a semi-colon. |
oh! |
now works perfectly in ff but has new whitespae issues in chome (but not ff or ie) |
chrome looses the li height |
Closing this issue. Please create new ticket if there is still something wrong. Thanks. |
in some cases if text would normally wrap in a slideshow element, it overflows insiead of wrapping, if carusel is used.
see:
http://dl.dropbox.com/u/4130873/it-modalrnd2b.html
the text wraps normally if carousel is disabled in this slideshow
testedin ff and ie.
here is an anything-slider version of the page, to illustrate what i'm trying to do:
http://dl.dropbox.com/u/4130873/it-modalrnd-as.html
The text was updated successfully, but these errors were encountered: