Is it possable to scroll the content of a page with out using javascript ? If so how?

J

Joker7

Is it possable to scroll the content of a page with out using javascript ?
If so how?

Cheers
Chris

kick-butt.co.uk
 
J

Joker7

: > Is it possable to scroll the content of a page with out using javascript
?
: > If so how?
:
: Use the mouse and the scrollbar.
:
:
Thanks for you help .......

Cheers
Chris
kick-butt.co.uk
 
J

Joker7

body {position: relative; margin: 0; padding: 0;}
body {background: white url(bkg.jpg) 0 0 repeat-x fixed;}


Cheers
Chris
kick-butt.co.uk
 
J

Jonathan N. Little

Joker7 said:
body {position: relative; margin: 0; padding: 0;}
body {background: white url(bkg.jpg) 0 0 repeat-x fixed;}


Cheers
Chris
kick-butt.co.uk

That will make the background image static with respect to the viewport,
but it will not have anything to do with the 'scrolling' of the page's
content which was your original question.

Scrolling is a behavior, under the auspices of JavaScript. The only
other way is with plugin apps like flash or java applets...
 
J

Joker7

:: That will make the background image static with respect to the viewport,
: but it will not have anything to do with the 'scrolling' of the page's
: content which was your original question.
:
: Scrolling is a behavior, under the auspices of JavaScript. The only
: other way is with plugin apps like flash or java applets...
:
: --
: Take care,
:
: Jonathan

It was just my attempt at sarcasm !!!

Cheers
Chris
kick-butt.co.uk
 
J

Jonathan N. Little

Joker7 said:
:: That will make the background image static with respect to the viewport,
: but it will not have anything to do with the 'scrolling' of the page's
: content which was your original question.
:
: Scrolling is a behavior, under the auspices of JavaScript. The only
: other way is with plugin apps like flash or java applets...
:
: --
: Take care,
:
: Jonathan

It was just my attempt at sarcasm !!!

Cheers
Chris
kick-butt.co.uk

Oooooh, gotcha! ;-)

But I still stand by my anwser, that is the only way I know of....
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top