Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   div layer (http://www.velocityreviews.com/forums/t155367-div-layer.html)

bender 10-19-2003 10:25 AM

div layer
 
Take a look at this website : http://larsandre.mine.nu/menu3.htm

How can I place the three layers on this page directly below their menu.
'about' and 'docs' belong to the main menu 'prosjekt'. They need to always
be directly below regardless of what resolution the user has.

Appreciate any response.



brucie 10-19-2003 10:37 AM

Re: div layer
 
In post <3f926750$1@news.broadpark.no>
bender said...

> Take a look at this website : http://larsandre.mine.nu/menu3.htm
>
> How can I place the three layers on this page directly below their menu.
> 'about' and 'docs' belong to the main menu 'prosjekt'. They need to always
> be directly below regardless of what resolution the user has.
>
> Appreciate any response.


a) about 100 million people (10-15%) don't have JS for one reason or
another.
b) a drop down type of menu isn't user friendly for site nav.

i recommend a rethink on the design.

--
brucie.
19/October/2003 08:34:25 pm

bender 10-19-2003 11:08 AM

Re: div layer
 

"brucie" <brucie-03@alt-html.org> wrote in message
news:bmtpc2$qa274$1@ID-117621.news.uni-berlin.de...
> In post <3f926750$1@news.broadpark.no>
> bender said...
>
> > Take a look at this website : http://larsandre.mine.nu/menu3.htm
> >
> > How can I place the three layers on this page directly below their menu.
> > 'about' and 'docs' belong to the main menu 'prosjekt'. They need to

always
> > be directly below regardless of what resolution the user has.
> >
> > Appreciate any response.

>
> a) about 100 million people (10-15%) don't have JS for one reason or
> another.
> b) a drop down type of menu isn't user friendly for site nav.
>
> i recommend a rethink on the design.
>
> --
> brucie.
> 19/October/2003 08:34:25 pm


Wasnt aware that so many users didnt have support for js. By that token I
guess using flash is also 'wrong' ?
What would you suggest I use ? simple html links ?

I personally have no problems using a dropdown menu, think it's easy to use.



brucie 10-19-2003 11:16 AM

Re: div layer
 
In post <3f92715f@news.broadpark.no>
bender said...

>> a) about 100 million people (10-15%) don't have JS for one reason or
>> another.
>> b) a drop down type of menu isn't user friendly for site nav.


> Wasnt aware that so many users didnt have support for js. By that token I
> guess using flash is also 'wrong' ?


no, you can use as much optional goodies as you like but relying on it
for critical functions is stupid.

> What would you suggest I use ? simple html links ?


they do have the advantage of being instantly recognizable and always
work. at least use them as an alternative to whatever type of nav you
decide upon.


--
brucie.
19/October/2003 09:12:43 pm

Kris 10-19-2003 11:17 AM

Re: div layer
 
In article <3f92715f@news.broadpark.no>, "bender" <b@email.com> wrote:

> > a) about 100 million people (10-15%) don't have JS for one reason or
> > another.
> > b) a drop down type of menu isn't user friendly for site nav.
> >
> > i recommend a rethink on the design.
> >
> > --
> > brucie.
> > 19/October/2003 08:34:25 pm

>
> Wasnt aware that so many users didnt have support for js. By that token I
> guess using flash is also 'wrong' ?
> What would you suggest I use ? simple html links ?
>
> I personally have no problems using a dropdown menu, think it's easy to use.


For a demonstration of what brucie tells you:
<http://www.joukedevries.nl/>

I personally believe that I executed the dropdown nicely; it degrades
nicely when CSS or JS are not available (also note the two-step
navigation, enabling you to click the main link and go deeper on the
resulting page), but it is just terrible to use.

It clearly needed more though, but that would become disproportional to
the time spend on the project. We did it anyway though. The lesson is
the most valuable we got out of it.

--
Kris
kristiaan@xs4all.netherlands (nl)

David Dorward 10-19-2003 12:07 PM

Re: div layer
 
Kris wrote:

>> I personally have no problems using a dropdown menu, think it's easy to
>> use.


> For a demonstration of what brucie tells you:
> <http://www.joukedevries.nl/>


Ouch. Move the mouse to click the "Videoclips" link, and a menu
(unexpectedly) appears on top of it. So you then have to move the mouse
away from the menu to make it go away, and then approach the link from a
different direction.

I'm not at all a far of things appearing in response to mouse movement.
(Appearing in response to clicks - maybe. Changing in response to mouse
movement - oh yes. But not appearing from mouse movement)

--
David Dorward http://dorward.me.uk/

Whitecrest 10-19-2003 12:17 PM

Re: div layer
 
In article <3f92715f@news.broadpark.no>, b@email.com says...
> > a) about 100 million people (10-15%) don't have JS for one reason or
> > another.
> > b) a drop down type of menu isn't user friendly for site nav.
> > i recommend a rethink on the design.

> Wasnt aware that so many users didnt have support for js. By that token I
> guess using flash is also 'wrong' ?
> What would you suggest I use ? simple html links ?
> I personally have no problems using a dropdown menu, think it's easy to use.


Using things like Javascript and flash will stop a small percentage of
people from seeing your site the way you want them to. But at the same
time it can be the reason people come to your site too. It is a two way
street.

Go to sites that do the same thing you do, What are they using?

--
Whitecrest Entertainment
www.whitecrestent.com

bender 10-19-2003 12:24 PM

Re: div layer
 

"bender" <b@email.com> wrote in message news:3f926750$1@news.broadpark.no...
> Take a look at this website : http://larsandre.mine.nu/menu3.htm
>
> How can I place the three layers on this page directly below their menu.
> 'about' and 'docs' belong to the main menu 'prosjekt'. They need to always
> be directly below regardless of what resolution the user has.
>
> Appreciate any response.
>



Can anyone actually answer my question ?



David Dorward 10-19-2003 12:46 PM

Re: div layer
 
bender wrote:

> Can anyone actually answer my question ?


It took you less then two hours to start nagging the group. Try remembering
these two things:

1. We aren't being paid to help you
2. Patience is a virtue

--
David Dorward http://dorward.me.uk/

bender 10-19-2003 12:49 PM

Re: div layer
 
"David Dorward" <dorward@yahoo.com> wrote in message
news:bmu118$l5k$1$8300dec7@news.demon.co.uk...
> bender wrote:
>
> > Can anyone actually answer my question ?

>
> It took you less then two hours to start nagging the group. Try

remembering
> these two things:
>
> 1. We aren't being paid to help you
> 2. Patience is a virtue
>
> --
> David Dorward http://dorward.me.uk/


I just thought the thread was focusing on the wrong issue. I apologize if my
above comments came of as me demanding an answer . Fully agree with your two
above points.




All times are GMT. The time now is 09:47 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57