473,385 Members | 1,326 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

css vertical menu

does anyone know of a css vertical menu like the one at projectseven?

http://projectseven.com/viewer/index.asp?demo=pmm

Or

http://projectseven.com/viewer/index.asp?demo=tmm

I did google but not alot of found. I did find this article at A List
apart but could not find the previous tutorial.

http://www.alistapart.com/stories/domtricks2/

thanks,
charlie

Mar 7 '06 #1
8 2468
charlie wrote:
does anyone know of a css vertical menu like the one at projectseven?

http://projectseven.com/viewer/index.asp?demo=pmm


Why not just copy the one that is on the page?
http://projectseven.com/products/men...s/vertical.htm

That said, consider these types of menus are hard to use for mouse
people with motor skill deficiencies, and for keyboard users, a pain in
the arse.

I am neither of those, and still can't stand 'em.

--
-bts
-Warning: I brake for lawn deer
Mar 7 '06 #2
On 2006-03-07 16:26:11 -0500, "Beauregard T. Shagnasty"
<a.*********@example.invalid> said:
charlie wrote:
does anyone know of a css vertical menu like the one at projectseven?

http://projectseven.com/viewer/index.asp?demo=pmm


Why not just copy the one that is on the page?
http://projectseven.com/products/men...s/vertical.htm

That said, consider these types of menus are hard to use for mouse
people with motor skill deficiencies, and for keyboard users, a pain in
the arse.

I am neither of those, and still can't stand 'em.


I would never rip them off! I can't imagine that others haven't
written something similar and for less than $90.00!

I never thought about people with motor skills or keyboard users,
thanks for pointing that out. What menu would you suggest? I need a
vertical menu.

charlie

Mar 7 '06 #3
charlie wrote:
On 2006-03-07 16:26:11 -0500, "Beauregard T. Shagnasty"
<a.*********@example.invalid> said:
charlie wrote:
does anyone know of a css vertical menu like the one at
projectseven?

http://projectseven.com/viewer/index.asp?demo=pmm
Why not just copy the one that is on the page?
http://projectseven.com/products/men...s/vertical.htm

That said, consider these types of menus are hard to use for mouse
people with motor skill deficiencies, and for keyboard users, a pain
in the arse.

I am neither of those, and still can't stand 'em.


I would never rip them off!


Why not? Everybody else does it! <g> If you see something you like,
examine the code and mimic, with some appropriate changes so it doesn't
look exactly the same, of course.
I can't imagine that others haven't written something similar and for
less than $90.00!
Are you looking for a "code generation program" rather than just a menu
for your site? I did not go much further at the projectseven site; are
they *selling* it? <lol>
I never thought about people with motor skills or keyboard users,
thanks for pointing that out. What menu would you suggest? I need a
vertical menu.


I write my own menus. None of them fly out at ya. They are usually less
than a kilobyte of PHP, with a few hundred bytes of CSS.

--
-bts
-Warning: I brake for lawn deer
Mar 7 '06 #4
"Beauregard T. Shagnasty" <a.*********@example.invalid> writes:
charlie wrote:

I never thought about people with motor skills or keyboard users,
thanks for pointing that out. What menu would you suggest? I need a
vertical menu.


I write my own menus. None of them fly out at ya. They are usually less
than a kilobyte of PHP, with a few hundred bytes of CSS.


I'd be interested in just what is implied by a keyboard-based
menu. Would you point to an example?

--

Haines Brown
KB1GRM
Mar 8 '06 #5
Haines Brown wrote:
"Beauregard T. Shagnasty" <a.*********@example.invalid> writes:
charlie wrote:

I never thought about people with motor skills or keyboard users,
thanks for pointing that out. What menu would you suggest? I need
a vertical menu.


I write my own menus. None of them fly out at ya. They are usually
less than a kilobyte of PHP, with a few hundred bytes of CSS.


I'd be interested in just what is implied by a keyboard-based menu.
Would you point to an example?


Not 'keyboard-based' but users of keyboards, not mouses (mice?). IOW,
the Tab key will easily and quickly take the visitor to the major nav
links.

--
-bts
-Warning: I brake for lawn deer
Mar 8 '06 #6
"Beauregard T. Shagnasty" <a.*********@example.invalid> writes:
Haines Brown wrote:
"Beauregard T. Shagnasty" <a.*********@example.invalid> writes:
Not 'keyboard-based' but users of keyboards, not mouses (mice?).


Yes, I mis-spoke. Sorry.
IOW, the Tab key will easily and quickly take the visitor to the major nav
links.


Oh, of course. I thought you meant accessing a menu item directly. In
a situation in which there are a lot of links before you get to the
first menu item, or the menus contain (unfortunately) a large number
of items, it may be easy, but not "quickly" (and in this case that
uses frames, not "easily" either without first clicking on the right
frame with your mouse):

http://www.infoplease.com/countries.html

Is there any way to jump to a menu item? All I can think of is
accellerator keys, but this is likely to interfere with existing
acclerators built into browsers. In the above example, I don't see how
it could be reasonably implemented.

--

Haines Brown
KB1GRM
ET1(SS) U.S.S. Irex 482
Mar 8 '06 #7
Haines Brown wrote:
"Beauregard T. Shagnasty" <a.*********@example.invalid> writes:
IOW, the Tab key will easily and quickly take the visitor to the major nav
links.
Oh, of course. I thought you meant accessing a menu item directly. In
a situation in which there are a lot of links before you get to the
first menu item, or the menus contain (unfortunately) a large number
of items, it may be easy, but not "quickly" (and in this case that
uses frames, not "easily" either without first clicking on the right
frame with your mouse):

http://www.infoplease.com/countries.html


Heh, probably not on that page. :-)
Is there any way to jump to a menu item? All I can think of is
accellerator keys, but this is likely to interfere with existing
acclerators built into browsers. In the above example, I don't see how
it could be reasonably implemented.


Neither do I. Looks more like a link farm, doesn't it?

--
-bts
-Warning: I brake for lawn deer
Mar 8 '06 #8
Haines Brown wrote:

(and in this case that
uses frames, not "easily" either without first clicking on the right
frame with your mouse):
On a PC, try using F6 to navigate between frames, though different
browsers may have different shortcuts.
http://www.infoplease.com/countries.html

Is there any way to jump to a menu item?
In mozilla, use type-ahead-find. I think Opera has something similar.
It's an awesome tool for us keyboard users. :-) Using a combination of
TAF and the tab key, I can get just about anywhere on a page pretty
quickly. Not sure if that would help someone using a screen reader,
though...
All I can think of is accellerator keys


Accesskeys are often more trouble than benefit. Something to keep in
mind, too, is that someone accustomed to keyboard navigation will have
tricks up their sleeve that you probably don't know about.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Mar 10 '06 #9

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

Similar topics

2
by: Don Schneider | last post by:
I tried to setup a frameset which consists of 4 different subframes. Each of these subframes should fetch a different web page from the internet and display it completely (!). BUT: the vertical...
0
by: vikram.cvk | last post by:
Hello Experts, Im trying to design a CSS vertical drop down menu which should have the following functionality. Home About Us | -->Overview
4
by: Nicholas | last post by:
Hi I've set up a vertical css based menu using the hover property the problem is that the hover colour only covers the text. so if menu item 1 is 'this is menu item 1' that gets covered ...
0
by: ashkaan57 | last post by:
Hi, I am trying to put a vertical line between two DIVs that are contianers for menu and content. I added another DIV in between them and set the background-image and repeat-y but it doesn't...
9
by: paintedjazz | last post by:
Okay, based on what I had seen others do, I modified their stylesheet and created a test webpage of a pure CSS dropdown menu. When I got it perfected exactly the way I wanted it, I moved it into...
0
by: joeriatscripts | last post by:
The example: Example. And the code again down this post. There is a vertical gap (assumable 3px) between the MENU & CONTENT and MENU & HEADER. The layout shows perfectly in IE7 / FF2 etc. Just IE6...
1
by: phatnugs | last post by:
Hi all, I've been working on a vertical reveal menu. Right now it works ok with CSS. But what i'd like it to do is when you mouse over, reveal the menu and have that menu stay open until the user...
13
by: Bill | last post by:
Hi How can I have IE7 act correctly on that ? The rules make the link text go down when hovered. It works in FF , I had to add a hard space right after the LI tag to have OP9 work but I can't...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.