/ Published in: CSS
Displays the list horizontally without using floats and predefined ul-widths.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ul { position: absolute; list-style: none; overflow: none; white-space: nowrap; padding: 0; margin: 0; } ul li { display: inline; }
URL: http://jqueryfordesigners.com/slider-gallery/