472,993 Members | 2,549 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,993 software developers and data experts.

What sort of list for links in navigation?

Most of my old navigation links take the form
<p>
<a href ...> ... </a> <br>
<a href ...> ... </a> <br>
etc.

I would like to change the navigation to lists. However I can not
decide whether to use <ul> or <ol> for some of them.

In cases where I have say a list of links to other sites within a page,
I am happy to use <ul> as that seems to me to make sense.

However where I have a sequence of my own pages (say, to issue 1, issue
2, etc), I was wondering whether I should use <ol>?

This seemed to be more consistent in matching the list type to the
semantics of the page. Then I thought perhaps for consistency all my
sidebar navigation should be <ol> since in most cases there would be
some order to the list (alphabetical, subject, historical, etc.)

However the disadvantage is that when a browser does not handle CSS, an
<ol> would include a numeral, rather than the less obtrusive bullet of
an unordered list.

I anticipate a number of my viewers will be using browsers that will not
handle CSS fully (Opera 3 and Opera 5 for Epoc PDA) or the pages will be
preprocessed for display by a third party application. However I
anticipate many future viewers will be using modern browsers that can
take advantage of CSS.

Does anyone have any thoughts on whether ordered or unordered lists
would be the best general approach to navigation lists?

--
http://www.ericlindsay.com
Jan 22 '06 #1
1 1412
In article <NO********************************@freenews.iinet .net.au>,
Eric Lindsay <NO**********@ericlindsay.com> wrote:
Does anyone have any thoughts on whether ordered or unordered lists
would be the best general approach to navigation lists?


Unordered lists have always appeared to be more flexible to me.

leo

--
<http://web0.greatbasin.net/~leo/>
Jan 22 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: delerious | last post by:
Hi, I am designing a web site that will that showcase a bunch of vacation pictures. It will have a banner and a navigation menu (consisting of 13 rectangular images that can be clicked). I am...
4
by: Isabelle | last post by:
Hello all, I want two sets of links to do different things; one set within *content* and the other *navigational* elements. In particular I want the *hover* rollover effect to work differently...
2
by: Theodore A. Jencks | last post by:
I'm having a issue with IE6...suprise suprise which I can't seem to figure out. I've got a list of links contained within a div tag like so: <div id="navigation"> <ul id="mgi_navigation">...
5
by: Ray | last post by:
Hi, I was wondering if anyone has any idea how this can be done. I am trying to show/hide navigation links based on server names or ip addresses. So if, someone visits a particular url/ip address...
5
by: Derek Fountain | last post by:
I have a horizontal navigation bar, which is a single row table containing the right images. It "stretches" itself across the screen using a penultimate td like this: <td width="100%"...
1
by: David | last post by:
control? I am talking about a tab control with links to a bunch of pages which could be on the left side or accross the top of the page. I've used user controls, but having to put the user...
48
by: Alex Chudnovsky | last post by:
I have come across with what appears to be a significant performance bug in ..NET 2.0 ArrayList.Sort method when compared with Array.Sort on the same data. Same data on the same CPU gets sorted a...
7
by: David Trimboli | last post by:
Suppose I've got HTML with the following in it: <ul class="navigation"> <li><a href="chapter1.html" title="Chapter 1">Previous</a></li> <li><a href="./">Contents</a></li> <li><a...
1
by: jzaiq1 | last post by:
Hi, The website http://www.komodomedia.com/ has some useful navigation tabs, just on the right side. I want to creat these kind of box because I want to group a list into tabs and don't want the...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.