Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





Pages (2): [1] 2 »   Last Thread  Next Thread
Author
Thread Post New Thread   

menu behavior
 

Bill




quote this post edit post

IP Loged report this post

Old Post  09-21-05 - 12:40 AM  
Hi

I want to make a menu with dropdown submenus.
I know some ways to do it (JS, php ...) but I wonder if there's one using
CSS.  ???

Ex:

item1
subitem1.1
subitem1.2
item2
subitem2.1
subitem2.2
.....


Like directory listings.

Thanks




Post Follow-Up to this message ]
Re: menu behavior
 

David Dorward




quote this post edit post

IP Loged report this post

Old Post  09-21-05 - 12:40 AM  
Bill wrote:

> I want to make a menu with dropdown submenus.

Why? As far as usability goes, its far nicer (in almost every case) to just
give the user an expanded menu to start with.

> I know some ways to do it (JS, php ...) but I wonder if there's one using
> CSS.

Yes ... if you don't mind the menus vanishing the instant the mouse drifts
away from them and not working in Internet Explorer.

If you must have expanding menus - stick to JavaScript.

--
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Post Follow-Up to this message ]
Re: menu behavior
 

Bill




quote this post edit post

IP Loged report this post

Old Post  09-21-05 - 12:40 AM  
Thanks

> If you must have expanding menus - stick to JavaScript.




Post Follow-Up to this message ]
Re: menu behavior
 

Rincewind




quote this post edit post

IP Loged report this post

Old Post  09-22-05 - 12:34 AM  
On Tue, 20 Sep 2005 14:01:34 -0400, Bill wrote:

> Hi
>
> I want to make a menu with dropdown submenus.
> I know some ways to do it (JS, php ...) but I wonder if there's one using
> CSS.  ???
>
> Ex:
>
> item1
>     subitem1.1
>     subitem1.2
> item2
>     subitem2.1
>     subitem2.2
> .....
>
> Like directory listings.
>
> Thanks

Yes http://www.positioniseverything.net/css-dropdowns.html and it works in
IE FF and Opera, at least the versions I have on my machine.


Post Follow-Up to this message ]
Re: menu behavior
 

Stan Brown




quote this post edit post

IP Loged report this post

Old Post  09-22-05 - 12:34 AM  
On Wed, 21 Sep 2005 12:12:22 GMT in
comp.infosystems.www.authoring.stylesheets, Rincewind favored us
with...
> On Tue, 20 Sep 2005 14:01:34 -0400, Bill wrote: 
>
> Yes http://www.positioniseverything.net/css-dropdowns.html and it works in
> IE FF and Opera, at least the versions I have on my machine.

It looks very cool, but the problem is that it's usually hard to
use such a thing because you have to guess which main category
contains the sub-category you want.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator:      http://validator.w3.org/
CSS 2.1 spec:   http://www.w3.org/TR/CSS21/
validator:      http://jigsaw.w3.org/css-validator/
Why We Won't Help You:

http://diveintomark.org/archives/20...e_wont_help_you


Post Follow-Up to this message ]
Re: menu behavior
 

Stan Brown




quote this post edit post

IP Loged report this post

Old Post  09-22-05 - 12:34 AM  
On 21 Sep 2005 07:02:35 -0700 in
comp.infosystems.www.authoring.stylesheets, sschling@XXXXXXXXXX
favored us with...
> You can also check out son-of-suckerfish
> (http://www.htmldog.com/articles/suckerfish/dropdowns/) who has taken
> the idea that Rincewind mentioned a little further and cleans it up a
> bit.

Enlighten me: how does adding Javascript constitute "cleaning it
up"? :-)

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator:      http://validator.w3.org/
CSS 2.1 spec:   http://www.w3.org/TR/CSS21/
validator:      http://jigsaw.w3.org/css-validator/
Why We Won't Help You:

http://diveintomark.org/archives/20...e_wont_help_you


Post Follow-Up to this message ]
Re: menu behavior
 

Rincewind




quote this post edit post

IP Loged report this post

Old Post  09-22-05 - 12:34 AM  
On Wed, 21 Sep 2005 11:06:43 -0400, Stan Brown wrote:

> On Wed, 21 Sep 2005 12:12:22 GMT in
> comp.infosystems.www.authoring.stylesheets, Rincewind favored us
> with... 
>
> It looks very cool, but the problem is that it's usually hard to
> use such a thing because you have to guess which main category
> contains the sub-category you want.

What?

So if you  had 2 headings, 1 says cars, 1 says houses, you would have to
*guess* where to look for "Ford"?


Post Follow-Up to this message ]
Re: menu behavior
 

Rincewind




quote this post edit post

IP Loged report this post

Old Post  09-22-05 - 12:34 AM  
On 21 Sep 2005 07:02:35 -0700, sschling@XXXXXXXXXX wrote:

> You can also check out son-of-suckerfish
> (http://www.htmldog.com/articles/suckerfish/dropdowns/) who has taken
> the idea that Rincewind mentioned a little further and cleans it up a
> bit.

yes but your stuffed if Javascript is off :-)) whereas my recommendation
uses nothing but CSS.


Post Follow-Up to this message ]
Re: menu behavior
 

Eric Kenneth Bustad




quote this post edit post

IP Loged report this post

Old Post  09-24-05 - 12:40 AM  
In article <14uqdhb9j967u.1mi5ff4iz8gxj.dlg@40tude.net>,
Rincewind  <the_rincewind@hotmail.com> wrote:
>On Wed, 21 Sep 2005 11:06:43 -0400, Stan Brown wrote:
> 
>
>What?
>
>So if you  had 2 headings, 1 says cars, 1 says houses, you would have to
>*guess* where to look for "Ford"?

An awful lot of pages use some sort of Marketingspeak for their
catagory labels, which makes it really hard to figure out where
the information one is looking for is hidden.

--
= Eric Bustad, Norwegian bachelor programmer


Post Follow-Up to this message ]
Re: menu behavior
 

Stan Brown




quote this post edit post

IP Loged report this post

Old Post  09-24-05 - 12:40 AM  
On Wed, 21 Sep 2005 20:59:50 GMT in
comp.infosystems.www.authoring.stylesheets, Rincewind favored us
with...
> On Wed, 21 Sep 2005 11:06:43 -0400, Stan Brown wrote: 
>
> What?
>
> So if you  had 2 headings, 1 says cars, 1 says houses, you would have to
> *guess* where to look for "Ford"?

Did you miss that word "usually"? Most real-life menus that I've
seen are MUCH more ambiguously structured.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator:      http://validator.w3.org/
CSS 2.1 spec:   http://www.w3.org/TR/CSS21/
validator:      http://jigsaw.w3.org/css-validator/
Why We Won't Help You:

http://diveintomark.org/archives/20...e_wont_help_you


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 07:22 AM. Post New Thread   
Pages (2): [1] 2 »   Previous Last Thread   Next Thread next
Stylesheets archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top