This is a discussion on "Lists?" within the Web Page Design section. This forum, and the thread "Lists? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Lists?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Lists?
How can i remove the bullet points from the list? I want the link to go horizontle(SP?) for a navigation across the top.
Thanks. |
|
#2
|
|||
|
|||
|
Re: Lists?
ul#foo { list-style-type:none; }
ul #foo li { display:inline; }
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Dec 4th, 2006 at 12:36. |
|
#3
|
||||
|
||||
|
Re: Lists?
It'd be best to remove padding and margins as well (or at least define your own).
|
![]() |
| Tags |
| css lists |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with CSS & Lists | hotfudge | Web Page Design | 3 | May 10th, 2008 07:15 |
| CSS lists | PicoDeath | Web Page Design | 7 | Feb 27th, 2008 00:37 |
| Lists and Paragraphs! | ChrisTheSoul | Web Page Design | 1 | Aug 21st, 2007 17:47 |
| Drop Down Lists | TheThrock | ASP.NET Forum | 1 | Jun 15th, 2007 13:42 |
| Need help with my lists | csa | Web Page Design | 1 | Dec 1st, 2005 16:02 |