|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
Under Firefox, you can't scroll using the keyboard on this links page unless you click on the div first: http://numbrosia.com/?cmd=links Is there a way to automatically set focus to a div? Amir |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
..oO(Amir Michail)
>Under Firefox, you can't scroll using the keyboard on this links page >unless you click on the div first: > >http://numbrosia.com/?cmd=links > >Is there a way to automatically set focus to a div? What about fixing the site? I can't scroll there at all, neither keyboard nor mouse wheel are working. I have to turn off CSS in order to make the site usable. Really broken. Micha |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Amir Michail wrote:
> Under Firefox, you can't scroll using the keyboard on this links page > unless you click on the div first: > > http://numbrosia.com/?cmd=links Eww. Why - if I scroll to the right (a no-no itself) do I find an extra scrollbar lodged inside my own vertical scrollbar? Why: "Please enable JavaScript." So I can see your Google ads? (obtrusive ads are one big reason a lot of people surf with JavaScript disabled) > Is there a way to automatically set focus to a div? <div id="somename"> ... content ... </div> and with a link of: http://example.com/mypage.html#somename -- -bts -Motorcycles defy gravity; cars just suck |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Feb 28, 2:21 pm, "Beauregard T. Shagnasty"
<a.nony.m...@example.invalid> wrote: > Amir Michail wrote: > > Under Firefox, you can't scroll using the keyboard on this links page > > unless you click on the div first: > > >http://numbrosia.com/?cmd=links > > Eww. > > Why - if I scroll to the right (a no-no itself) do I find an extra > scrollbar lodged inside my own vertical scrollbar? This is not a problem under Firefox. I don't know how to fix this under IE7. > > Why: "Please enable JavaScript." So I can see your Google ads? > (obtrusive ads are one big reason a lot of people surf with JavaScript > disabled) > > > Is there a way to automatically set focus to a div? > > <div id="somename"> ... content ... </div> > > and with a link of: http://example.com/mypage.html#somename > Yes, that works, thanks. Amir > -- > -bts > -Motorcycles defy gravity; cars just suck |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Amir Michail wrote:
> "Beauregard T. Shagnasty" wrote: >> Amir Michail wrote: >>> Under Firefox, you can't scroll using the keyboard on this links >>> page unless you click on the div first: >> >>> http://numbrosia.com/?cmd=links >> >> Eww. >> >> Why - if I scroll to the right (a no-no itself) do I find an extra >> scrollbar lodged inside my own vertical scrollbar? > > This is not a problem under Firefox. I don't know how to fix this > under IE7. Remove the overflow:auto; ? I would use the blue sun as a body background image, set to no-repeat, and just place that long menu in the content. Seems simple enough. This would also greatly reduce the scrolling lag .. to 'none'. Your page is not scrollable at all in Opera. -- -bts -Friends don't let friends drive Vista |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
Beauregard T. Shagnasty replied to hisself:
> I would use the blue sun as a body background image, set to no-repeat, > and just place that long menu in the content. Seems simple enough. > > This would also greatly reduce the scrolling lag .. to 'none'. Oh wait. The blue sun image is actual size of 1024x576 but you have 1037x628 in your code. So every time someone scrolls, the image is trying to resize itself. Change either the code to the image size, or resize the image to what you want on the page. Exactly. -- -bts -Friends don't let friends drive Vista |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
On Feb 28, 3:05 pm, "Beauregard T. Shagnasty"
<a.nony.m...@example.invalid> wrote: > Beauregard T. Shagnasty replied to hisself: > > > I would use the blue sun as a body background image, set to no-repeat, > > and just place that long menu in the content. Seems simple enough. > > > This would also greatly reduce the scrolling lag .. to 'none'. > > Oh wait. The blue sun image is actual size of 1024x576 but you have > 1037x628 in your code. So every time someone scrolls, the image is > trying to resize itself. Change either the code to the image size, or > resize the image to what you want on the page. Exactly. > I wanted to resize the image to the current window size. So I used a hack I found on the web to do that. Amir > -- > -bts > -Friends don't let friends drive Vista |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
Amir Michail wrote:
> > I wanted to resize the image to the current window size. So I used a > hack I found on the web to do that. Just because you can, doesn't mean you should. -- Berg |
|
![]() |
| Outils de la discussion | |
|
|