PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > macromedia.dreamweaver > vertical scroll bars for text
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
vertical scroll bars for text

Réponse
 
LinkBack Outils de la discussion
Vieux 10/06/2008, 15h21   #1
jameswoody
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut vertical scroll bars for text

I need to make a site with an area of text that scrolls in its box when you
hover your curser over an 'up' or 'down' image.

I think i need to do this with javascript but it might be java. This is
probably too complex for someone to post an entire tutorial here, but could
someone provide me with a link to one? Ive been searching for a while without
finding anything but im sure there are tutorials out there one this.
thanks
james

  Réponse avec citation
Vieux 10/06/2008, 15h37   #2
Michael Fesser
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

..oO(jameswoody)

>I need to make a site with an area of text that scrolls in its box when you
>hover your curser over an 'up' or 'down' image.


Bad idea.

> I think i need to do this with javascript but it might be java. This is
>probably too complex for someone to post an entire tutorial here, but could
>someone provide me with a link to one? Ive been searching for a while without
>finding anything but im sure there are tutorials out there one this.


The most important question is why you want that. Are you aware of all
the usability and accessibility problems that this will cause?

Micha
  Réponse avec citation
Vieux 10/06/2008, 16h06   #3
jameswoody
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

Its a portfolio site for a friend of mine, and its not expecting a lot of
traffic. Accessibility is not an issue. So long as it looks ok on a normal
computer thats fine, unless there is another way of doing it?

  Réponse avec citation
Vieux 10/06/2008, 16h06   #4
jameswoody
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

Its a portfolio site for a friend of mine, and its not expecting a lot of
traffic. Accessibility is not an issue. So long as it looks ok on a normal
computer thats fine, unless there is another way of doing it?

  Réponse avec citation
Vieux 10/06/2008, 18h55   #5
Nancy O
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

Have a look at Project VII's Vertical Scroller.
http://www.projectseven.com/products...ller/index.htm


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com


"jameswoody" <webforumsuser@macromedia.com> wrote in message
news:g2m2lk$7fo$1@forums.macromedia.com...
> I need to make a site with an area of text that scrolls in its box when

you
> hover your curser over an 'up' or 'down' image.
>
> I think i need to do this with javascript but it might be java. This is
> probably too complex for someone to post an entire tutorial here, but

could
> someone provide me with a link to one? Ive been searching for a while

without
> finding anything but im sure there are tutorials out there one this.
> thanks
> james
>



  Réponse avec citation
Vieux 10/06/2008, 19h23   #6
jameswoody
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

Very cool but I dont want to spend 60 USD just for this site. I will consider
it if I need to do more sites like this.

In the mean time, exactly how bad is the method I already talked about? I dont
know anyone who uses a screen reader, etc or looks at sites regularly on a
mobile device. Are these the only people I would be affecting?

  Réponse avec citation
Vieux 10/06/2008, 20h29   #7
Nancy O
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

Also bad for people with older browsers or who have JavaScript disabled for
security reasons. The beauty of Project VII's script is that it degrades
well in older browsers and if Jscript happens to be off, the entire panel is
revealed; not hidden. $60 may seem pricey for just one site. But their
products and customer support are well-worth it to me when I need to get the
job done quickly.

--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com


"jameswoody" <webforumsuser@macromedia.com> wrote in message
news:g2mgr3$mtj$1@forums.macromedia.com...
> Very cool but I dont want to spend 60 USD just for this site. I will

consider
> it if I need to do more sites like this.
>
> In the mean time, exactly how bad is the method I already talked about? I

dont
> know anyone who uses a screen reader, etc or looks at sites regularly on a
> mobile device. Are these the only people I would be affecting?
>



  Réponse avec citation
Vieux 10/06/2008, 20h34   #8
jameswoody
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

Thanks Nancy,
Are their any other similar resources out there you would recommend??Never know when stuff like this will come in handy.
James
  Réponse avec citation
Vieux 10/06/2008, 20h41   #9
Michael Fesser
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

..oO(jameswoody)

>Very cool but I dont want to spend 60 USD just for this site. I will consider
>it if I need to do more sites like this.
>
> In the mean time, exactly how bad is the method I already talked about?


Affecting a site's accessibility is _always_ a bad thing. The function
should be more important than the design, especially on a portfolio. Why
not just let the entire page scroll? This is what users expect and how
billions of websites work. There's still enough room for nice designs.

>I dont
>know anyone who uses a screen reader, etc or looks at sites regularly on a
>mobile device. Are these the only people I would be affecting?


No. Besides those it will affect every user

* who don't use JavaScript (yes, there are some)

* who don't recognize your own scroll widgets: Most users in the WWW
are rather inexperienced and only familiar with their own system's
GUI controls. Using non-standard controls may just confuse them.

Even worse is the non-standard use of such controls, like scroll
buttons triggered without a click.

* who just want to conveniently surf the web: Using non-standard GUI
controls usually breaks the default browser behaviours.

Such scrolling boxes might even affect the site's look. The worst I've
seen so far were three(!) scrollbars side by side. For a scrolling box
you have to define a height, but you'll never know how big the browser
window will be. If the height of your box is too small, the user has to
scroll endlessly, if it's too high, it will cause multiple scrollbars.

So in short: Scrolling boxes don't do any good except for some very rare
cases. Even worse are non-standard GUI controls. You should really think
twice before using such things. Accessibility is _always_ an issue.

YMMV.

Micha
  Réponse avec citation
Vieux 10/06/2008, 21h52   #10
Nancy O
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

My web site lists a few DW extension developers
http://alt-web.com/tools.shtml

Scripts
www.dynamicdrive.com



--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com

"jameswoody" <webforumsuser@macromedia.com> wrote in message
news:g2mkvp$rbr$1@forums.macromedia.com...
> Thanks Nancy,
> Are their any other similar resources out there you would recommend??Never

know when stuff like this will come in handy.
> James



  Réponse avec citation
Vieux 20/06/2008, 18h56   #11
DizzDizzy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: vertical scroll bars for text

thats sit i was searching for such tutorials.cherrs !
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 04h29.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,15476 seconds with 19 queries