HTML horizontal list elements instead vertical
Use css to make horizontal lists
<style type="text/css">
.hlist li { float:left; }
</style>
<ul class="hlist">
<li><a>link1</a></li>
<li><a>link2</a></li>
....
</ul>
Similar entries
- Horizontal list from ol / ul li
- Web2 Style CSS Dynamic Menu with Arrows and Background-Images
- Multiple 2+ Divs next to each other (like table cell)
- CSS Text effects for MSIE
- CSS vertical text for mozilla-firefox?
- Common HTML / Web colors
- Mouseover images with CSS
- DropDown / Rollover Menu with pure CSS / HTML
- Pure CSS Mouseover Menu without Javascript
- Web 2.0 Style two Side Background, Dark to Light Effect
- Change background color onmouseover with Javascript
- Remove underline from text-links (html-tag a)
- CSS hierarchy and inline style sheets
- Web2 style secure & flexible free php contact form with easy setup
- Drupal problem with inline style <p style=""> and <br />
- Cool Drupal Themes with preview to download directly
- Check password safety with JavaScript while typing
- Upload multiple images with PHP
- A simple website structure
- Cool Text Effects with CSS Filters

Post new comment