![]() |
|
Welcome to the CSS & Stylesheet Forums forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: columns, ltdivgt |
![]() |
|
|||
|
Geoff Cox < wrote:
> Hello, > > At the moment I am using 2 <divs> to list 2 columns of links. > > I would like to list these links in 2 columns within the same <div>. > > What css will allow me to do this?! > > Cheers > > Geoff <style type="text/css"> #links ul { float: left; -- </style> <div id="links"> <ul> <li><a href="http://url1">link1</a></li> <li><a href="http://url2">link2</a></li> <li><a href="http://url3">link3</a></li> </ul> <ul> <li><a href="http://url4">link4</a></li> <li><a href="http://url5">link5</a></li> <li><a href="http://url6">link6</a></li> </ul> </div> |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
- Contact Us
-|-
CSS & Stylesheet Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise