Skip to content
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

Closed
ghost opened this issue Oct 4, 2012 · 7 comments
Closed

carousel apparently breaks text wrapping #8

ghost opened this issue Oct 4, 2012 · 7 comments

Comments

@ghost
Copy link

ghost commented Oct 4, 2012

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

@malsup
Copy link
Owner

malsup commented Oct 4, 2012

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

@ghost
Copy link
Author

ghost commented Oct 4, 2012

surprisingly, still the same result with li{white-space:normal}
see
http://dl.dropbox.com/u/4130873/it-modalrnd2b.html

@malsup
Copy link
Owner

malsup commented Oct 4, 2012

You forgot a semi-colon.

@ghost
Copy link
Author

ghost commented Oct 4, 2012

oh!
my bad!
now works perfectly; thanks!

@ghost ghost closed this as completed Oct 4, 2012
@ghost ghost reopened this Oct 4, 2012
@ghost
Copy link
Author

ghost commented Oct 4, 2012

now works perfectly in ff but has new whitespae issues in chome (but not ff or ie)
as before, things work normally if carousel is disabled
doing more tests to see what's up.
will report further

@ghost
Copy link
Author

ghost commented Oct 4, 2012

chrome looses the li height
ie8 miscalculates horiz so previous page creeps in as ss progresses
http://dl.dropbox.com/u/4130873/it-modalrnd2b.html

@malsup
Copy link
Owner

malsup commented Nov 20, 2012

Closing this issue. Please create new ticket if there is still something wrong. Thanks.

@malsup malsup closed this as completed Nov 20, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant