Return to Snippet

Revision: 9903
at November 28, 2008 15:52 by naehrstoff


Initial Code
ul {
  position: absolute;
  list-style: none;
  overflow: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
ul li {
  display: inline;
}

Initial URL
http://jqueryfordesigners.com/slider-gallery/

Initial Description
Displays the list horizontally without using floats and predefined ul-widths.

Initial Title
Horizontal list without knowing it's width

Initial Tags


Initial Language
CSS