This is a discussion on "[SOLVED] Horizontal Navigation Bar" within the Web Page Design section. This forum, and the thread "[SOLVED] Horizontal Navigation Bar are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Horizontal Navigation Bar
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] Horizontal Navigation Bar
I have spent quite some time trying to figure this out. I have a feeling that i have looked at it too much and am missing something simple. I am trying to do a horizontal navigation bar. I have searched the internet and tried so many examples. I cannot replicate any of the examples I found. So I broke it way down to basic code...I can't even get the bullets to disappear...Boy, I feel stupid!
By the way, I am using Firefox but have tried viewing on Safari and IE also. No luck in any of the browsers. Here is my CSS code:
Last edited by karinne; Oct 1st, 2007 at 13:18. Reason: Use vBcode to display code in your posts ;) |
|
|
|
|||
|
Re: Horizontal Navigation Bar
div#navbar li
{ display:inline; } Just toss that in there :P |
|
|||
|
Re: Horizontal Navigation Bar
I forgot that you mentioned the bullets weren't disappearing, so I was curious and actually threw this in dreamweaver, I don't see them though. I know most elite webmasters would frown upon this, but I use a global reset to get rid of junk like that list-style, I tend to use
* { margin: 0; padding: 0; border: none; list-style: none; } Its more out of habit, but it works, then you won't even have to deal with dropping the bullets, but if you need them somewhere else on the page you actually have to call them up in the CSS file. I just never use the defaults. |
|
|||
|
Re: Horizontal Navigation Bar
Yeah, It was easy...
I face the same problem few years ago. Here are some of the COMPLETE guide of how to make a "CSS Horizontal Menu"
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
||||
|
Re: Horizontal Navigation Bar
Alistapart has a great article on this - CSS Design: Taming Lists
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| horizontal list navigation breaks when load times are slow | sch3dana | Web Page Design | 14 | Mar 19th, 2008 12:56 |
| horizontal navigation bar using realitve position <li> | ehudros | Web Page Design | 1 | Nov 18th, 2007 14:34 |
| [SOLVED] Vertical and Horizontal Dashed lines | thewebkid | Starting Out | 4 | Oct 30th, 2007 10:13 |
| Horizontal CSS Navigation | Lchad | Web Page Design | 7 | Dec 5th, 2006 19:04 |
| Tip : Vertical and Horizontal Centering - Solved! | gwx03 | Web Page Design | 0 | Dec 15th, 2003 06:11 |