/ Published in: CSS
URL: http://jqueryfordesigners.com/slider-gallery/
Displays the list horizontally without using floats and predefined ul-widths.
Expand |
Embed | Plain Text
ul { position: absolute; list-style: none; overflow: none; white-space: nowrap; padding: 0; margin: 0; } ul li { display: inline; }
You need to login to post a comment.
