PC Review


Reply
Thread Tools Rating: Thread Rating: 2 votes, 1.00 average.

Balloon text box on mouse over?

 
 
=?Utf-8?B?U3V1emll?=
Guest
Posts: n/a
 
      9th Jun 2005
Hi everyone. I'm using FrontPage 2002 and am very new to web design but have
got a site up and running which has got a question and answer quiz on 2
separate pages. Not sure if this is possible but.. Is there any way you can
format the question text so that when the mouse hovers over it, it will
display the answer in a balloon type of box (something like screen tips but
bigger)? The address is www.ashburtonfencingclub.org.uk if you need an idea
of what I mean. Any help or ideas would be much appreciated..
--
Thank you in advance, one and all..

Suuzie

 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      9th Jun 2005
Check out this free (donations welcomed) tooltips javascript. One of the
configurable tooltip boxes is a rather large one.

http://www.walterzorn.com/tooltip/tooltip_e.htm

"Suuzie" wrote:

> Hi everyone. I'm using FrontPage 2002 and am very new to web design but have
> got a site up and running which has got a question and answer quiz on 2
> separate pages. Not sure if this is possible but.. Is there any way you can
> format the question text so that when the mouse hovers over it, it will
> display the answer in a balloon type of box (something like screen tips but
> bigger)? The address is www.ashburtonfencingclub.org.uk if you need an idea
> of what I mean. Any help or ideas would be much appreciated..
> --
> Thank you in advance, one and all..
>
> Suuzie
>

 
Reply With Quote
 
=?Utf-8?B?U3V1emll?=
Guest
Posts: n/a
 
      9th Jun 2005
Thanks for the quick response Dan. I've downloaded the JavaScript file and
printed the instructions but never having edited the HTML in any of my pages,
I'm terrified at the thought - it looks a bit too complicated for a novice!
Is there anything else I can use that will create a large tooltip
automatically and just let me type the text I want in? Something like the
Pixel Persuasion meta tag maker would be brilliant - that was so easy to do..
Am I asking for the moon?
--
Thank you
Suuzie



"Dan L" wrote:

> Check out this free (donations welcomed) tooltips javascript. One of the
> configurable tooltip boxes is a rather large one.
>
> http://www.walterzorn.com/tooltip/tooltip_e.htm
>
> "Suuzie" wrote:
>
> > Hi everyone. I'm using FrontPage 2002 and am very new to web design but have
> > got a site up and running which has got a question and answer quiz on 2
> > separate pages. Not sure if this is possible but.. Is there any way you can
> > format the question text so that when the mouse hovers over it, it will
> > display the answer in a balloon type of box (something like screen tips but
> > bigger)? The address is www.ashburtonfencingclub.org.uk if you need an idea
> > of what I mean. Any help or ideas would be much appreciated..
> > --
> > Thank you in advance, one and all..
> >
> > Suuzie
> >

 
Reply With Quote
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      9th Jun 2005
Actually, if you use an anchor with the Title attribute you can type as much
info as you want and the box will expand to ensure all text fits. The
quickest and easiest solution, in my opinion, is using Title, e.g.,

<a title="The answer to this question is "Microsoft". Search for Windows
2000 training and resources in a format that is best suited for your training
needs. Instructor-led courses and self-paced training materials will help you
keep current on Windows 2000 products. With our Find Training and Resources
tool, you can sign up for courses with a training provider in an area near
you, purchase a book, and access the latest Microsoft Official
Courseware.">answer</a>

"Suuzie" wrote:

> Thanks for the quick response Dan. I've downloaded the JavaScript file and
> printed the instructions but never having edited the HTML in any of my pages,
> I'm terrified at the thought - it looks a bit too complicated for a novice!
> Is there anything else I can use that will create a large tooltip
> automatically and just let me type the text I want in? Something like the
> Pixel Persuasion meta tag maker would be brilliant - that was so easy to do..
> Am I asking for the moon?
> --
> Thank you
> Suuzie
>
>
>
> "Dan L" wrote:
>
> > Check out this free (donations welcomed) tooltips javascript. One of the
> > configurable tooltip boxes is a rather large one.
> >
> > http://www.walterzorn.com/tooltip/tooltip_e.htm
> >
> > "Suuzie" wrote:
> >
> > > Hi everyone. I'm using FrontPage 2002 and am very new to web design but have
> > > got a site up and running which has got a question and answer quiz on 2
> > > separate pages. Not sure if this is possible but.. Is there any way you can
> > > format the question text so that when the mouse hovers over it, it will
> > > display the answer in a balloon type of box (something like screen tips but
> > > bigger)? The address is www.ashburtonfencingclub.org.uk if you need an idea
> > > of what I mean. Any help or ideas would be much appreciated..
> > > --
> > > Thank you in advance, one and all..
> > >
> > > Suuzie
> > >

 
Reply With Quote
 
=?Utf-8?B?U3V1emll?=
Guest
Posts: n/a
 
      9th Jun 2005
Thanks again Dan. Just to clarify (sorry if I sound a bit dense!) - if I add
that whole section from <a ..to a> after the question in the HTML, then edit
it with my own answer, it will create a pop up tool tip when the mouse hovers
over the question?
At the moment the HTML for the first question is as follows:
<div align="center">
<center><table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="640"
id="AutoNumber12">
<tr>
<td width="37">
<img border="0" src="1.png" width="31" height="30"></td>
<td width="603">
<font face="Verdana" size=3><B><font color="#333333">Name one of any
three weapons used in modern day fencing.</font></B></font></td>
</tr>
</table>

Each question is in a separate table embedded in the main table. If you
could steer me along the right course, it would be much appreciated.
--
Cheers for your help
Suuzie



"Dan L" wrote:

> Actually, if you use an anchor with the Title attribute you can type as much
> info as you want and the box will expand to ensure all text fits. The
> quickest and easiest solution, in my opinion, is using Title, e.g.,
>
> <a title="The answer to this question is "Microsoft". Search for Windows
> 2000 training and resources in a format that is best suited for your training
> needs. Instructor-led courses and self-paced training materials will help you
> keep current on Windows 2000 products. With our Find Training and Resources
> tool, you can sign up for courses with a training provider in an area near
> you, purchase a book, and access the latest Microsoft Official
> Courseware.">answer</a>
>
> "Suuzie" wrote:
>
> > Thanks for the quick response Dan. I've downloaded the JavaScript file and
> > printed the instructions but never having edited the HTML in any of my pages,
> > I'm terrified at the thought - it looks a bit too complicated for a novice!
> > Is there anything else I can use that will create a large tooltip
> > automatically and just let me type the text I want in? Something like the
> > Pixel Persuasion meta tag maker would be brilliant - that was so easy to do..
> > Am I asking for the moon?
> > --
> > Thank you
> > Suuzie
> >
> >
> >
> > "Dan L" wrote:
> >
> > > Check out this free (donations welcomed) tooltips javascript. One of the
> > > configurable tooltip boxes is a rather large one.
> > >
> > > http://www.walterzorn.com/tooltip/tooltip_e.htm
> > >
> > > "Suuzie" wrote:
> > >
> > > > Hi everyone. I'm using FrontPage 2002 and am very new to web design but have
> > > > got a site up and running which has got a question and answer quiz on 2
> > > > separate pages. Not sure if this is possible but.. Is there any way you can
> > > > format the question text so that when the mouse hovers over it, it will
> > > > display the answer in a balloon type of box (something like screen tips but
> > > > bigger)? The address is www.ashburtonfencingclub.org.uk if you need an idea
> > > > of what I mean. Any help or ideas would be much appreciated..
> > > > --
> > > > Thank you in advance, one and all..
> > > >
> > > > Suuzie
> > > >

 
Reply With Quote
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      9th Jun 2005
See below in your code. You might want to color the text of the "See answer"
to be something distinctive and noticeable. When they hover over "See
answer", *whatever* you type within the quotes after Title= will appear in
the tool tip box.

"Suuzie" wrote:

> Thanks again Dan. Just to clarify (sorry if I sound a bit dense!) - if I add
> that whole section from <a ..to a> after the question in the HTML, then edit
> it with my own answer, it will create a pop up tool tip when the mouse hovers
> over the question?
> At the moment the HTML for the first question is as follows:
> <div align="center">
> <center><table border="0" cellpadding="0" cellspacing="0"
> style="border-collapse: collapse" bordercolor="#111111" width="640"
> id="AutoNumber12">
> <tr>
> <td width="37">
> <img border="0" src="1.png" width="31" height="30"></td>
> <td width="603">
> <font face="Verdana" size=3><B><font color="#333333">Name one of any
> three weapons used in modern day fencing.</font></B><br><a title="Epee. The Epee is the same length as the foil and sabre, however, the blade is heavier than that of the foil and is triangular in section. The Epee has a large cup-shaped guard.">See answer</a></font></td>

</font></td>
> </tr>
> </table>
>
> Each question is in a separate table embedded in the main table. If you
> could steer me along the right course, it would be much appreciated.
> --
> Cheers for your help
> Suuzie
>
>
>
> "Dan L" wrote:
>
> > Actually, if you use an anchor with the Title attribute you can type as much
> > info as you want and the box will expand to ensure all text fits. The
> > quickest and easiest solution, in my opinion, is using Title, e.g.,
> >
> > <a title="The answer to this question is "Microsoft". Search for Windows
> > 2000 training and resources in a format that is best suited for your training
> > needs. Instructor-led courses and self-paced training materials will help you
> > keep current on Windows 2000 products. With our Find Training and Resources
> > tool, you can sign up for courses with a training provider in an area near
> > you, purchase a book, and access the latest Microsoft Official
> > Courseware.">answer</a>
> >
> > "Suuzie" wrote:
> >
> > > Thanks for the quick response Dan. I've downloaded the JavaScript file and
> > > printed the instructions but never having edited the HTML in any of my pages,
> > > I'm terrified at the thought - it looks a bit too complicated for a novice!
> > > Is there anything else I can use that will create a large tooltip
> > > automatically and just let me type the text I want in? Something like the
> > > Pixel Persuasion meta tag maker would be brilliant - that was so easy to do..
> > > Am I asking for the moon?
> > > --
> > > Thank you
> > > Suuzie
> > >
> > >
> > >
> > > "Dan L" wrote:
> > >
> > > > Check out this free (donations welcomed) tooltips javascript. One of the
> > > > configurable tooltip boxes is a rather large one.
> > > >
> > > > http://www.walterzorn.com/tooltip/tooltip_e.htm
> > > >
> > > > "Suuzie" wrote:
> > > >
> > > > > Hi everyone. I'm using FrontPage 2002 and am very new to web design but have
> > > > > got a site up and running which has got a question and answer quiz on 2
> > > > > separate pages. Not sure if this is possible but.. Is there any way you can
> > > > > format the question text so that when the mouse hovers over it, it will
> > > > > display the answer in a balloon type of box (something like screen tips but
> > > > > bigger)? The address is www.ashburtonfencingclub.org.uk if you need an idea
> > > > > of what I mean. Any help or ideas would be much appreciated..
> > > > > --
> > > > > Thank you in advance, one and all..
> > > > >
> > > > > Suuzie
> > > > >

 
Reply With Quote
 
=?Utf-8?B?U3V1emll?=
Guest
Posts: n/a
 
      9th Jun 2005
Thanks Dan - you're a star! I will try this tomorrow as a bit late now but
it looks much easier to do than the JavaScript program. What would we all do
without you guys!
--
Thanks again
Suuzie



"Dan L" wrote:

> See below in your code. You might want to color the text of the "See answer"
> to be something distinctive and noticeable. When they hover over "See
> answer", *whatever* you type within the quotes after Title= will appear in
> the tool tip box.
>
> "Suuzie" wrote:
>
> > Thanks again Dan. Just to clarify (sorry if I sound a bit dense!) - if I add
> > that whole section from <a ..to a> after the question in the HTML, then edit
> > it with my own answer, it will create a pop up tool tip when the mouse hovers
> > over the question?
> > At the moment the HTML for the first question is as follows:
> > <div align="center">
> > <center><table border="0" cellpadding="0" cellspacing="0"
> > style="border-collapse: collapse" bordercolor="#111111" width="640"
> > id="AutoNumber12">
> > <tr>
> > <td width="37">
> > <img border="0" src="1.png" width="31" height="30"></td>
> > <td width="603">
> > <font face="Verdana" size=3><B><font color="#333333">Name one of any
> > three weapons used in modern day fencing.</font></B><br><a title="Epee. The Epee is the same length as the foil and sabre, however, the blade is heavier than that of the foil and is triangular in section. The Epee has a large cup-shaped guard.">See answer</a></font></td>

> </font></td>
> > </tr>
> > </table>
> >
> > Each question is in a separate table embedded in the main table. If you
> > could steer me along the right course, it would be much appreciated.
> > --
> > Cheers for your help
> > Suuzie
> >
> >
> >
> > "Dan L" wrote:
> >
> > > Actually, if you use an anchor with the Title attribute you can type as much
> > > info as you want and the box will expand to ensure all text fits. The
> > > quickest and easiest solution, in my opinion, is using Title, e.g.,
> > >
> > > <a title="The answer to this question is "Microsoft". Search for Windows
> > > 2000 training and resources in a format that is best suited for your training
> > > needs. Instructor-led courses and self-paced training materials will help you
> > > keep current on Windows 2000 products. With our Find Training and Resources
> > > tool, you can sign up for courses with a training provider in an area near
> > > you, purchase a book, and access the latest Microsoft Official
> > > Courseware.">answer</a>
> > >
> > > "Suuzie" wrote:
> > >
> > > > Thanks for the quick response Dan. I've downloaded the JavaScript file and
> > > > printed the instructions but never having edited the HTML in any of my pages,
> > > > I'm terrified at the thought - it looks a bit too complicated for a novice!
> > > > Is there anything else I can use that will create a large tooltip
> > > > automatically and just let me type the text I want in? Something like the
> > > > Pixel Persuasion meta tag maker would be brilliant - that was so easy to do..
> > > > Am I asking for the moon?
> > > > --
> > > > Thank you
> > > > Suuzie
> > > >
> > > >
> > > >
> > > > "Dan L" wrote:
> > > >
> > > > > Check out this free (donations welcomed) tooltips javascript. One of the
> > > > > configurable tooltip boxes is a rather large one.
> > > > >
> > > > > http://www.walterzorn.com/tooltip/tooltip_e.htm
> > > > >
> > > > > "Suuzie" wrote:
> > > > >
> > > > > > Hi everyone. I'm using FrontPage 2002 and am very new to web design but have
> > > > > > got a site up and running which has got a question and answer quiz on 2
> > > > > > separate pages. Not sure if this is possible but.. Is there any way you can
> > > > > > format the question text so that when the mouse hovers over it, it will
> > > > > > display the answer in a balloon type of box (something like screen tips but
> > > > > > bigger)? The address is www.ashburtonfencingclub.org.uk if you need an idea
> > > > > > of what I mean. Any help or ideas would be much appreciated..
> > > > > > --
> > > > > > Thank you in advance, one and all..
> > > > > >
> > > > > > Suuzie
> > > > > >

 
Reply With Quote
 
Wally S
Guest
Posts: n/a
 
      10th Jun 2005
The trouble with this is that the balloon only stays on for a few seconds,
not long enough to read such a long text. By the way, the title attribute
also works with the span tag.

Wally S

"Dan L" <(E-Mail Removed)> wrote in message
news:BED51130-1C59-46D9-9E0A-(E-Mail Removed)...
> Actually, if you use an anchor with the Title attribute you can type as

much
> info as you want and the box will expand to ensure all text fits. The
> quickest and easiest solution, in my opinion, is using Title, e.g.,
>
> <a title="The answer to this question is "Microsoft". Search for Windows
> 2000 training and resources in a format that is best suited for your

training
> needs. Instructor-led courses and self-paced training materials will help

you
> keep current on Windows 2000 products. With our Find Training and

Resources
> tool, you can sign up for courses with a training provider in an area near
> you, purchase a book, and access the latest Microsoft Official
> Courseware.">answer</a>
>
> "Suuzie" wrote:
>
> > Thanks for the quick response Dan. I've downloaded the JavaScript file

and
> > printed the instructions but never having edited the HTML in any of my

pages,
> > I'm terrified at the thought - it looks a bit too complicated for a

novice!
> > Is there anything else I can use that will create a large tooltip
> > automatically and just let me type the text I want in? Something like

the
> > Pixel Persuasion meta tag maker would be brilliant - that was so easy to

do..
> > Am I asking for the moon?
> > --
> > Thank you
> > Suuzie
> >
> >
> >
> > "Dan L" wrote:
> >
> > > Check out this free (donations welcomed) tooltips javascript. One of

the
> > > configurable tooltip boxes is a rather large one.
> > >
> > > http://www.walterzorn.com/tooltip/tooltip_e.htm
> > >
> > > "Suuzie" wrote:
> > >
> > > > Hi everyone. I'm using FrontPage 2002 and am very new to web design

but have
> > > > got a site up and running which has got a question and answer quiz

on 2
> > > > separate pages. Not sure if this is possible but.. Is there any

way you can
> > > > format the question text so that when the mouse hovers over it, it

will
> > > > display the answer in a balloon type of box (something like screen

tips but
> > > > bigger)? The address is www.ashburtonfencingclub.org.uk if you need

an idea
> > > > of what I mean. Any help or ideas would be much appreciated..
> > > > --
> > > > Thank you in advance, one and all..
> > > >
> > > > Suuzie
> > > >



 
Reply With Quote
 
Wally S
Guest
Posts: n/a
 
      10th Jun 2005
Here is a tutorial for doing it with CSS:
http://www.communitymx.com/abstract.cfm?cid=4E2C0

Wally S

"Suuzie" <(E-Mail Removed)> wrote in message
news:46FBE81C-5594-4FFA-90BC-(E-Mail Removed)...
> Hi everyone. I'm using FrontPage 2002 and am very new to web design but

have
> got a site up and running which has got a question and answer quiz on 2
> separate pages. Not sure if this is possible but.. Is there any way you

can
> format the question text so that when the mouse hovers over it, it will
> display the answer in a balloon type of box (something like screen tips

but
> bigger)? The address is www.ashburtonfencingclub.org.uk if you need an

idea
> of what I mean. Any help or ideas would be much appreciated..
> --
> Thank you in advance, one and all..
>
> Suuzie
>



 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      10th Jun 2005
Suzzie,

Have fun with this.

One reply said that the answer only stays for a short time.

However, wz_tooltip doesn't have this problem. I have tried it and I ike it

It may seem a little complicated at first, but just start simple and then
apply other options such as sticky tags, delay, size etc

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Suuzie wrote:
> Thanks Dan - you're a star! I will try this tomorrow as a bit late
> now but it looks much easier to do than the JavaScript program. What
> would we all do without you guys!
> --
> Thanks again
> Suuzie
>
>
>
> "Dan L" wrote:
>
>> See below in your code. You might want to color the text of the
>> "See answer" to be something distinctive and noticeable. When they
>> hover over "See answer", *whatever* you type within the quotes after
>> Title= will appear in the tool tip box.
>>
>> "Suuzie" wrote:
>>
>>> Thanks again Dan. Just to clarify (sorry if I sound a bit dense!)
>>> - if I add
>>> that whole section from <a ..to a> after the question in the HTML,
>>> then edit
>>> it with my own answer, it will create a pop up tool tip when the
>>> mouse hovers
>>> over the question?
>>> At the moment the HTML for the first question is as follows:
>>> <div align="center">
>>> <center><table border="0" cellpadding="0" cellspacing="0"
>>> style="border-collapse: collapse" bordercolor="#111111" width="640"
>>> id="AutoNumber12">
>>> <tr>
>>> <td width="37">
>>> <img border="0" src="1.png" width="31" height="30"></td>
>>> <td width="603">
>>> <font face="Verdana" size=3><B><font color="#333333">Name one
>>> of any
>>> three weapons used in modern day fencing.</font></B><br><a
>>> title="Epee. The Epee is the same length as the foil and sabre,
>>> however, the blade is heavier than that of the foil and is
>>> triangular in section. The Epee has a large cup-shaped guard.">See
>>> answer</a></font></td>

>> </font></td>
>>> </tr>
>>> </table>
>>>
>>> Each question is in a separate table embedded in the main table.
>>> If you
>>> could steer me along the right course, it would be much appreciated.
>>> --
>>> Cheers for your help
>>> Suuzie
>>>
>>>
>>>
>>> "Dan L" wrote:
>>>
>>>> Actually, if you use an anchor with the Title attribute you can
>>>> type as much info as you want and the box will expand to ensure
>>>> all text fits. The quickest and easiest solution, in my opinion,
>>>> is using Title, e.g.,
>>>>
>>>> <a title="The answer to this question is "Microsoft". Search for
>>>> Windows 2000 training and resources in a format that is best
>>>> suited for your training needs. Instructor-led courses and
>>>> self-paced training materials will help you keep current on
>>>> Windows 2000 products. With our Find Training and Resources tool,
>>>> you can sign up for courses with a training provider in an area
>>>> near you, purchase a book, and access the latest Microsoft
>>>> Official Courseware.">answer</a>
>>>>
>>>> "Suuzie" wrote:
>>>>
>>>>> Thanks for the quick response Dan. I've downloaded the
>>>>> JavaScript file and printed the instructions but never having
>>>>> edited the HTML in any of my pages, I'm terrified at the thought
>>>>> - it looks a bit too complicated for a novice! Is there anything
>>>>> else I can use that will create a large tooltip automatically and
>>>>> just let me type the text I want in? Something like the Pixel
>>>>> Persuasion meta tag maker would be brilliant - that was so easy
>>>>> to do.. Am I asking for the moon? --
>>>>> Thank you
>>>>> Suuzie
>>>>>
>>>>>
>>>>>
>>>>> "Dan L" wrote:
>>>>>
>>>>>> Check out this free (donations welcomed) tooltips javascript.
>>>>>> One of the configurable tooltip boxes is a rather large one.
>>>>>>
>>>>>> http://www.walterzorn.com/tooltip/tooltip_e.htm
>>>>>>
>>>>>> "Suuzie" wrote:
>>>>>>
>>>>>>> Hi everyone. I'm using FrontPage 2002 and am very new to web
>>>>>>> design but have got a site up and running which has got a
>>>>>>> question and answer quiz on 2 separate pages. Not sure if this
>>>>>>> is possible but.. Is there any way you can format the question
>>>>>>> text so that when the mouse hovers over it, it will display the
>>>>>>> answer in a balloon type of box (something like screen tips but
>>>>>>> bigger)? The address is www.ashburtonfencingclub.org.uk if you
>>>>>>> need an idea of what I mean. Any help or ideas would be much
>>>>>>> appreciated.. --
>>>>>>> Thank you in advance, one and all..
>>>>>>>
>>>>>>> Suuzie



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Can't change balloon text margins lorourke11 Microsoft Word Document Management 1 9th Apr 2009 04:17 AM
how do I format comments to appear in balloon text laurab Microsoft Word Document Management 1 21st Oct 2008 10:11 PM
Still trying to turn off the balloon hint when you point the mouse at the Start button Talahasee Windows XP General 2 15th Mar 2006 10:43 PM
balloon text in track changes =?Utf-8?B?cnI=?= Microsoft Word Document Management 2 3rd Mar 2006 08:47 PM
Pop up balloon things when mouse moves over??? Mike P. Microsoft Windows 2000 1 17th Feb 2004 06:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:53 AM.