|
Posted by Spartanicus on 11/26/05 13:45
Please do not top post, corrected this once.
"Jeff" <it_consultant1@hotmail.com.NOSPAM> wrote:
>>>I'm trying to use a DIV in my xhtml code so that if the content placed
>>>within the DIV is larger than the DIV, then a vertical scrollbar is added
>>>to
>>>the DIV
>>
>> "Scrolling divs" are a usability nightmare, scrolling them using the
>> mouse wheel is poorly supported, for keyboard users scrolling is nigh
>> impossible.
>I see...
>
>What if I use Iframe instead of DIV, is it then possible to only have
>vertical scrollbar on iframe?
What I wrote didn't relate to "only have vertical scrollbar", it related
to a fundamental usability problem of scroll bars on a div element.
>If it is possible, how do I set up the iframe to only have vertical
>scrollbar (no horizontal scrollbar)?
Opening a new viewport within the principle viewport causes usability
problems whatever method you choose. If you have an amount of content
that you deem to be to large to show in it's entirety on a given page,
don't create a new viewport, place a teaser with a "... More" link after
it that links to another page with the full content on it.
--
Spartanicus
Navigation:
[Reply to this message]
|