scrolling not working...

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

It seems that when a block-level element has the css
property "overflow" set to "auto" then, whether it has
scrollbars or not, any autoscroll functionality, arrow
keys, and similar do not scroll the entire content when
it is selected. Because of the nature and purpose of
this property, scrolling should work fine when "auto"
behaves like "show" or "hide".
 
Scott,
Have you tried using the TABINDEX="1" attribute?

Example:

<DIV TABINDEX="1" STYLE="overflow: auto;height: 100;width: 300;background:
red;">Need to add enough content here so the example will have a scroll bar.
Need to add enough content here so the example will have a scroll bar. Need
to add enough content here so the example will have a scroll bar. Need to add
enough content here so the example will have a scroll bar.</DIV>

If your looking for something different, please provide a working example
and I will take another look.

Alex Scott [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top