473,404 Members | 2,114 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,404 software developers and data experts.

two level menu

is there a way in css to create two level menu?
Jul 20 '05 #1
7 5917
On 19 Sep 2003 20:51:29 -0700, ma****@etal.uri.edu (Maggie) wrote:
is there a way in css to create two level menu?


How about this?

http://www.lightwavesgraphics.com/Ge...tml?article=21

-
Andy

"There would be a lot more civility in this world if people
didn't take that as an invitation to walk all over you"
- (Calvin and Hobbes) (this email addy is never checked...)
Jul 20 '05 #2
On Fri, 19 Sep 2003 20:57:11 -0700, andy johnson
<no*********@yahoo.com> wrote:
On 19 Sep 2003 20:51:29 -0700, ma****@etal.uri.edu (Maggie) wrote:
is there a way in css to create two level menu?


How about this?

http://www.lightwavesgraphics.com/Ge...tml?article=21


Correct me if I'm wrong, but isn't that JavaScript? Maggie
specifically asked for a CSS solution....
With so many people on here yelling about not using JavaScript and
that you have to use CSS instead of HTML, it's no wonder she would
want to do this. So when you answer her request for CSS with a pile of
JavaScript, this can be awfully confusing, especially to a newbie,
which I believe Maggie is....
Jul 20 '05 #3
andy johnson <no*********@yahoo.com> wrote in message news:<ai********************************@4ax.com>. ..
On 19 Sep 2003 20:51:29 -0700, ma****@etal.uri.edu (Maggie) wrote:
is there a way in css to create two level menu?


How about this?

http://www.lightwavesgraphics.com/Ge...tml?article=21

-
Andy

"There would be a lot more civility in this world if people
didn't take that as an invitation to walk all over you"
- (Calvin and Hobbes) (this email addy is never checked...)


Thanks Andy.
I am sorry I guess I meant to ask for 3 level menu
Jul 20 '05 #4
On Sat, 20 Sep 2003 06:35:15 -0700, andy johnson
<no*********@yahoo.com> wrote:

I am a newbie also, but rely on
Google searches and follow all the links given here as well as on
C.I.W.A.S..

errr... that would be alt.html. I'll just go D/L the rest of the
thousand or so spams in my in box now.

-
Andy

"There would be a lot more civility in this world if people
didn't take that as an invitation to walk all over you"
- (Calvin and Hobbes) (this email addy is never checked...)
Jul 20 '05 #5
Jane Withnolastname <Ja**********************@yahoo.com> wrote in
news:me********************************@4ax.com:
Is there a NoCSS tag, similar to the NoScript tag, in which I
can enclose an alternative to "advanced" CSS stuff like this?
I'd really like to drop my JavaScript-heavy multi-tiered menu
and switch to this, but only if I can have a fallback.


There isn't a noCSS tag but you can usually hide some CSS from IE by
specifying attributes e.g.

p[attrib] {}

IE should ignore it while conforming browsers will use it. See:
http://www.w3.org/TR/REC-CSS2/selector.html#q10

See also:
How to hide CSS from buggy browsers
http://w3development.de/css/hide_css_from_browsers/

--
Kayode Okeyode
http://www.kayodeok.btinternet.co.uk.../webdesign.htm
Jul 20 '05 #6
Jane Withnolastname wrote:
< http://www.meyerweb.com/eric/css/edge/menus/demo.html >
That is excellent!
Except it doesn't work in IE.


You mean IE/Win? That is a limited browser.
Is there a NoCSS tag,
No. Css does not have tags. Css is not html. Css is not an sgml
application.
similar to the NoScript tag, in which I can
enclose an alternative to "advanced" CSS stuff like this?
Conforming browsers apply css formatting that they can handle, and
ignore what they cannot. An ideal situation, really. MSIE/Win is not
such a browser. It attempts to do things it cannot do, such as
position: fixed, and then screws it up. A bit like Netscape 4 in that
regard.

See the "hide css" link provided in the other response to this thread
on how to hide css.
I'd really
like to drop my JavaScript-heavy multi-tiered menu and switch to this,
but only if I can have a fallback.
The fallback should be what it always is in css, the html with no
additional styling suggestions.
I currently use regular drop-down list-boxes in the NoScript tag for
non-JavaScript browsers.
I'm not sure what a "regular drop-down list box" is.
I'd like to be able to put that in for
non-CSS browsers, too. Is it possible?


You can hide elements from the page in css capable browsers.

LI.menuItemToHide { display: none }

Lynx, e.g., will display this list item. Mozilla, with css enabled,
will not.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #7
Brian <us*****@mangymutt.com.invalid-remove-this-part> wrote in message news:<aLXab.524960$YN5.348833@sccrnsc01>...
Maggie wrote:
is there a way in css to create two level menu?


I don't know what you mean by "two level menu." Perhaps this is what
you mean:

< http://www.meyerweb.com/eric/css/edge/menus/demo.html >


Mozilla 1.4 linux wont let me click on any sub menu item, just ignores it.

EC
..
Jul 20 '05 #8

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

Similar topics

14
by: Maggie | last post by:
Is there a way to create 3 level menu in CSS? Thanks!
4
by: michael | last post by:
Is it possible for a single-level css dropmenu, whereby headings are aligned horizontally in navbar style, and their subpoints appearing directly below on hover, to have the following list...
1
by: CW | last post by:
I have been using (vertical) data list to simulate menus on left pane of pages (I don't use drop-down and pull-down menus because javascript must be enabled). However, the problem with data list is...
5
by: dpomt | last post by:
When the ASP.NET menu is rendered on downlevel browers, the text "^ up one level" is displayed. Any ideas how I can change that text? I did not find a property for the menu control where I can...
4
by: snowweb | last post by:
I am trying to implement a CSS hierarchical unfolding menu on a site. The thing is, it needs to be dynamically populated from the results of a database query. I previously had the menu working but...
1
by: =?Utf-8?B?SmVmZiBUdQ==?= | last post by:
Hi, I'm using two menu controls. One is displayed at the top of the page. The other menu is displayed on the left side using a single site map. The top menu is for displaying level 1. The left...
19
Stang02GT
by: Stang02GT | last post by:
Hello, I am creating a menu and a friend gave me some code to play with and i have gotten the menu just how i want it except of one thing. The code that generates the menu is only set up for 2...
3
by: jaddi1 | last post by:
Hi, I am trying to make a multi-level drop-down menu similar to what is seen here: http://www.cssplay.co.uk/menus/simple_vertical.html. My problem is that some of the menu will be populated from...
6
TheServant
by: TheServant | last post by:
Hi all, I am trying to make a multi-level menu for my site, however all of the info comes from the database. In the database (which I can change if there is a better structure) there is a bit more,...
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: 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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.