Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Newbie! Never ending Webpage!

Reply
Thread Tools

Newbie! Never ending Webpage!

 
 
Craven Birds
Guest
Posts: n/a
 
      08-01-2004
Hi,

I'm a complete novice, bear with me.

I have a problem with my personal WebPages. You can scroll for ever more
down the page

Is there any code that I can use either in the HTMl document or CSS to stop
this going beyond the info on the page?

http://www.craven-birds.co.uk/

TIA
--

Regards,
Chris,

Bird sightings based around 'Craven' Skipton, North Yorks.
http://www.craven-birds.co.uk/
Outgoing mail is certified Virus Free. Checked by the Norton auto-updated
anti-virus system.


 
Reply With Quote
 
 
 
 
Mark Parnell
Guest
Posts: n/a
 
      08-01-2004
On Sun, 1 Aug 2004 23:37:13 +0100, Craven Birds
<> declared in alt.html:

> I have a problem with my personal WebPages. You can scroll for ever more
> down the page
>
> http://www.craven-birds.co.uk/


It's your annoying menu - stop it from following me down the page. When
the menu is longer than the screen height, once it gets to where you are
putting it, it increases the page length. Put it on the page properly -
at the moment (besides it being annoying), it obscures half the page.

--
Mark Parnell
http://www.clarkecomputers.com.au
"Never drink rum&coke whilst reading usenet" - rf 2004
 
Reply With Quote
 
 
 
 
Craven Birds
Guest
Posts: n/a
 
      08-01-2004

"Mark Parnell" <> wrote in message
news:...
> On Sun, 1 Aug 2004 23:37:13 +0100, Craven Birds
> <> declared in alt.html:
>
> > I have a problem with my personal WebPages. You can scroll for ever more
> > down the page
> >
> > http://www.craven-birds.co.uk/

>
> It's your annoying menu - stop it from following me down the page. When
> the menu is longer than the screen height, once it gets to where you are
> putting it, it increases the page length. Put it on the page properly -
> at the moment (besides it being annoying), it obscures half the page.


LoL. I screwed my CSS up! Trying to figure it out. Webpage OK now, I think!

I think, the problem is the Auto- Scroll in the right bottom corner! I'll
get rid.

Regards,
Chris,

Bird sightings based around 'Craven' Skipton, North Yorks.
http://www.craven-birds.co.uk/
Outgoing mail is certified Virus Free. Checked by the Norton auto-updated
anti-virus system.


 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      08-02-2004
Craven Birdsberlin.de...

> LoL. I screwed my CSS up! Trying to figure it out. Webpage OK now, I

think!
>
> I think, the problem is the Auto- Scroll in the right bottom corner!


No it's not. It's the menu.

> I'll
> get rid.


Won't make any difference. It's the menu that is causing the problem.

--
Cheers
Richard.


 
Reply With Quote
 
Craven Birds
Guest
Posts: n/a
 
      08-02-2004

"rf" <rf@.invalid> wrote in message
news:cLfPc.28144$...
> Craven Birdsberlin.de...
>
> > LoL. I screwed my CSS up! Trying to figure it out. Webpage OK now, I

> think!
> >
> > I think, the problem is the Auto- Scroll in the right bottom corner!

>
> No it's not. It's the menu.
>
> > I'll
> > get rid.

>
> Won't make any difference. It's the menu that is causing the problem.



Any ideas then? I'm nearly there. But! Is there a way to stop it?
--

Regards,
Chris,

Bird sightings based around 'Craven' Skipton, North Yorks.
http://www.craven-birds.co.uk/
Outgoing mail is certified Virus Free. Checked by the Norton auto-updated
anti-virus system.


 
Reply With Quote
 
Sam Hughes
Guest
Posts: n/a
 
      08-02-2004
"Craven Birds" <> wrote in
news::

> I have a problem with my personal WebPages. You can scroll for ever
> more down the page


Somebody else already gave a helpful answer; I'm here to criticize.

> http://www.craven-birds.co.uk/


<< ALL >> of the javascript on your page is superfluous. Nobody needs
little links that make the page scroll at a speed which is usually not
their reading speed. Nobody wants to wait for your javascript marquee to
scroll over at a speed of one meter per century in order to discover
_any_ sort of information. Nobody is going to have a need to impulsively
click menu buttons in the middle of the page without scrolling back up to
the top, and it just gets annoying when you have to wait for the menu to
catch up every time you scroll. You can just leave that at the top.

I LOVE <3 <3 <3 <3 your choice of colors and the background image is
EXCELLENT (in that it doesn't intrude upon reading, and that it adds to
the page's visual appeal).

And the following is a minor snipe:
I don't like your icons that brag about your valid HTML and CSS.
While it's nice to have valid HTML and CSS, bragging about it or
trying to get others to use it is akin to a newspaper having little
notices on its front page bragging about its perfect grammar and
that the reader should write with perfect grammar all the time, too.
Remember that 99.9 +/- 80 percent of your visitors are NOT going to
be interested in the code behind your page, and that directing them
to this HTML Validation service isn't going to give them anything
they want or need.

 
Reply With Quote
 
Mark Parnell
Guest
Posts: n/a
 
      08-02-2004
On Mon, 2 Aug 2004 01:30:19 +0100, Craven Birds
<> declared in alt.html:

> Any ideas then? I'm nearly there. But! Is there a way to stop it?


Yes. Get rid of the annoying Javascript that makes the menu follow me
down the page.

--
Mark Parnell
http://www.clarkecomputers.com.au
"Never drink rum&coke whilst reading usenet" - rf 2004
 
Reply With Quote
 
Mark Parnell
Guest
Posts: n/a
 
      08-02-2004
On Mon, 02 Aug 2004 00:18:16 GMT, rf <rf@.invalid> declared in alt.html:

> Won't make any difference. It's the menu that is causing the problem.


At least it doesn't cover the content any more.

--
Mark Parnell
http://www.clarkecomputers.com.au
"Never drink rum&coke whilst reading usenet" - rf 2004
 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      08-02-2004
Craven Birds wrote:
>
> "rf" <rf@.invalid> wrote in message


> > Won't make any difference. It's the menu that is causing the problem.

>
>
> Any ideas then? I'm nearly there. But! Is there a way to stop it?


Yes, as others have said stop moving the menu. If you *must* move the menu
then amend your javascript so that it does not move if the bottom of said
menu is already below the bottom of the viewport (something that is Very
Hard to do reliably).

--
Cheers
Richard.


 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      08-02-2004
Mark Parnell
> On Mon, 02 Aug 2004 00:18:16 GMT, rf <rf@.invalid> declared in alt.html:
>
> > Won't make any difference. It's the menu that is causing the problem.

>
> At least it doesn't cover the content any more.


I was wondering about that, didn't for me. Obviously the OP had fixed it
before I got up this morning

--
Cheers
Richard.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hi Definition television: 'The never-ending story' XP NZ Computing 6 08-21-2006 02:30 AM
Hi Definition television: 'The never-ending story' zipdisk@clearxxxx.net.nz NZ Computing 3 08-14-2006 03:41 AM
Never ending php loop k.vidura@gmail.com HTML 1 03-16-2006 07:31 AM
autoplay never ending =?Utf-8?B?bWlrZW55Yw==?= Windows 64bit 0 08-20-2005 05:01 AM
never ending progress bar coldfact@gmail.com ASP .Net 1 05-05-2005 02:43 PM



Advertisments