Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Q. What's the onmouseover statement to all text on web page?

Reply
Thread Tools

Q. What's the onmouseover statement to all text on web page?

 
 
George
Guest
Posts: n/a
 
      01-02-2005
Hi,

Can someone please detail for me, the onmouseover statement which
would change the font type of all text on the web page to verdana, for
instance?

Thanks,
George.
 
Reply With Quote
 
 
 
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      01-02-2005
George wrote:

> Can someone please detail for me, the onmouseover statement which
> would change the font type of all text on the web page to verdana,
> for instance?


If there is a JavaScript answer for that, I don't know it, but
question why you would want to. Why not look for a CSS-file switching
script instead, with different font families in them?

You might want to read this page as well:
http://www.xs4all.nl/~sbpoley/webmatters/verdana.html

--
-bts
-This space intentionally left blank.
 
Reply With Quote
 
 
 
 
George
Guest
Posts: n/a
 
      01-02-2005
On Sun, 02 Jan 2005 00:29:40 -0500, "Beauregard T. Shagnasty"
<> wrote:

>George wrote:
>
>> Can someone please detail for me, the onmouseover statement which
>> would change the font type of all text on the web page to verdana,
>> for instance?

>
>If there is a JavaScript answer for that, I don't know it, but
>question why you would want to. Why not look for a CSS-file switching
>script instead, with different font families in them?
>
>You might want to read this page as well:
>http://www.xs4all.nl/~sbpoley/webmatters/verdana.html
>
>--
> -bts
> -This space intentionally left blank.


I don't understand your response.
I've re-read my original thread, and it reads clearly enough.
How is your response supposed to answer my question?


 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      01-02-2005
George wrote:

> On Sun, 02 Jan 2005 00:29:40 -0500, "Beauregard T. Shagnasty"
> <> wrote:
>
>> George wrote:
>>
>>> Can someone please detail for me, the onmouseover statement
>>> which would change the font type of all text on the web page to
>>> verdana, for instance?

>>
>> If there is a JavaScript answer for that, I don't know it, but
>> question why you would want to. Why not look for a CSS-file
>> switching script instead, with different font families in them?
>>
>> You might want to read this page as well:
>> http://www.xs4all.nl/~sbpoley/webmatters/verdana.html

>
> I don't understand your response. I've re-read my original thread,
> and it reads clearly enough. How is your response supposed to
> answer my question?


I've re-read my response, and it seems clear enough. I gave you
alternatives to consider.

Remember, Usenet is not a help desk; it's a discussion board.

--
-bts
-This space intentionally left blank.
 
Reply With Quote
 
Leif K-Brooks
Guest
Posts: n/a
 
      01-02-2005
George wrote:
> Can someone please detail for me, the onmouseover statement which
> would change the font type of all text on the web page to verdana, for
> instance?


Why on Earth would you want to change the font of your text on hover? In
a best case scenario, the font before and after the hover would be
exactly the same size, but the user would be confused as to why his text
changed shape for no apparent reason. In a worse case scenario, the two
fonts would be different sizes, and the user's cursor would no longer be
over the differently-sized text, which would cause a flickering effect:
hovering would cause the font to change; the new text would no longer be
under the cursor, so as soon as the mouse moved, it would go back to the
old font; the text would then be under the cursor, continuing the cycle.

Even if you had a good reason to change fonts on hover, Verdana is an
especially poor choice of font due to its unusually large size:
<URL:http://www.xs4all.nl/~sbpoley/webmatters/verdana.html>.
 
Reply With Quote
 
Jukka K. Korpela
Guest
Posts: n/a
 
      01-02-2005
"Beauregard T. Shagnasty" <> wrote:

> Remember, Usenet is not a help desk; it's a discussion board.


For the OP, it might be just a trolling forum; the question was
multiposted, and without a very good explanation of why on &Planet;
he wants to change all text to Verdana, it is fairly obvious that
he is just trolling or seriously clue challenged.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html


 
Reply With Quote
 
George
Guest
Posts: n/a
 
      01-02-2005
On Sun, 2 Jan 2005 09:20:53 +0000 (UTC), "Jukka K. Korpela"
<> wrote:

>"Beauregard T. Shagnasty" <> wrote:
>
>> Remember, Usenet is not a help desk; it's a discussion board.

>
>For the OP, it might be just a trolling forum; the question was
>multiposted, and without a very good explanation of why on &Planet;
>he wants to change all text to Verdana, it is fairly obvious that
>he is just trolling or seriously clue challenged.
>
>--
>Yucca, http://www.cs.tut.fi/~jkorpela/
>Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
>
>


How's this for a clue for you, You're a troll that follows a troll.

you try to make yourself sound big, because the internet is the only
place you can do it. I bet in real life, your a sickly, weakling of a
patient, not even worth my time.

I can stand behind what I say, but
you can't.

Go ahead and post that wherever you want to.

And no, I won't see your sorry site, as ignorant people don't have
anything I want to read.


 
Reply With Quote
 
Neal
Guest
Posts: n/a
 
      01-02-2005
On Sun, 02 Jan 2005 18:30:07 GMT, George
<h_arle/yNO.SPAMd_avidso/> wrote:

> How's this for a clue for you, You're a troll that follows a troll.
>
> you try to make yourself sound big, because the internet is the only
> place you can do it. I bet in real life, your a sickly, weakling of a
> patient, not even worth my time.
>
> I can stand behind what I say, but
> you can't.
>
> Go ahead and post that wherever you want to.
>
> And no, I won't see your sorry site, as ignorant people don't have
> anything I want to read.


Some-bod-y has is---sues...
 
Reply With Quote
 
George
Guest
Posts: n/a
 
      01-02-2005
On Sun, 02 Jan 2005 01:53:22 -0500, Leif K-Brooks
<> wrote:

>George wrote:
>> Can someone please detail for me, the onmouseover statement which
>> would change the font type of all text on the web page to verdana, for
>> instance?

>
>Why on Earth would you want to change the font of your text on hover? In
>a best case scenario, the font before and after the hover would be
>exactly the same size, but the user would be confused as to why his text
>changed shape for no apparent reason. In a worse case scenario, the two
>fonts would be different sizes, and the user's cursor would no longer be
>over the differently-sized text, which would cause a flickering effect:
>hovering would cause the font to change; the new text would no longer be
>under the cursor, so as soon as the mouse moved, it would go back to the
>old font; the text would then be under the cursor, continuing the cycle.
>
>Even if you had a good reason to change fonts on hover, Verdana is an
>especially poor choice of font due to its unusually large size:
><URL:http://www.xs4all.nl/~sbpoley/webmatters/verdana.html>.


To all the 3 responders to my thread.

Wake up!
I never made mention of 'users' or public page, or even that it
absolutely had to be Verdana. Any font would do.

I use Verdana on some pages, and have only gotten praises on my
presentations..

You think maybe then, most people know what systems to use to surf
the web?

Anyway, I got the answer to the question I had, from someone, who
unlike some of you, didn't have their head stuck up where the sun
doesn't shine.

If I had the answer, and someone posted the question, I'd be happy
to post the straight answer, than to show ignorance, like at least one
of you did.

George "just answer the freakin' question, if you know it" Wyler

 
Reply With Quote
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      01-02-2005
George wrote:

> How's this for a clue for you, You're a troll that follows a
> troll.


<LOL> On a roll, I see.

> you try to make yourself sound big, because the internet is the
> only place you can do it. I bet in real life, your a sickly,
> weakling of a patient, not even worth my time.


No, I've seen his picture. He looks healthy.

> I can stand behind what I say, but you can't.


You haven't said much yet, George.

> Go ahead and post that wherever you want to.
>
> And no, I won't see your sorry site, as ignorant people don't have
> anything I want to read.


George, don't be afraid to admit that you're a newbie to Usenet. This
is not your personal help desk. You pose a question and everyone else
is free to discuss it.

I found 10 posts by you, in Google Groups. You said something similar
to another poster in a different group:

"What a horrible and totally mis-led exaggeration you imagine.
There are doctors for that.
I take what you've implied as slanderous, against me.
And for what?
If that's how you want to respond to any more questions I post,
then stay out of my threads."


The Help Desk is over that way ------>
Have your credit card ready.

--
-bts
-This space intentionally left blank.
 
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
Status bar shows anchor href, not text I set in onmouseover Christopher Nelson Javascript 17 10-31-2005 02:10 PM
OnClick and OnMouseover on same text? dgmoore@erols.com Javascript 3 05-17-2005 05:43 PM
onMouseOver to change/hide text CQMMAN Javascript 4 11-30-2003 07:52 PM
onMouseOver to change/hide text CQMMAN Java 2 11-29-2003 01:57 PM
onmouseover effects for body text some dude somewhere HTML 2 10-17-2003 03:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57