HighDots Forums  

mouseover text to create popup text box

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss mouseover text to create popup text box in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
whatthefrance
 
Posts: n/a

Default mouseover text to create popup text box - 07-06-2004 , 11:32 PM






i'm trying to figure out how to create a text box appear when you mouseover a
certain part of a text. Is there a simple way to create this effect in
dreamweaver or does anyone have any resources? i have very little experience
with code as anything i know about it has been trial and error. an example of
what i am talking about is at the bottom of this page if you mouseover Log In
or Create a New Account.
http://www.mdg.ca/3x_HorizonBook.asp?bus=0&country=ca&lang=en
Thanks


Reply With Quote
  #2  
Old   
tb
 
Posts: n/a

Default Re: mouseover text to create popup text box - 07-06-2004 , 11:56 PM






they use overlib check out their website http://www.bosrup.com/web/overlib/


"whatthefrance" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
i'm trying to figure out how to create a text box appear when you
mouseover a
certain part of a text. Is there a simple way to create this effect in
dreamweaver or does anyone have any resources? i have very little
experience
with code as anything i know about it has been trial and error. an
example of
what i am talking about is at the bottom of this page if you mouseover Log
In
or Create a New Account.
http://www.mdg.ca/3x_HorizonBook.asp?bus=0&country=ca&lang=en
Thanks




Reply With Quote
  #3  
Old   
Lossed
 
Posts: n/a

Default Re: mouseover text to create popup text box - 07-07-2004 , 12:27 AM



Hi,

They use JavaScript for that. I'm not sure if it's possible but you may be
able to do something without JavaScript by styling the alt tab, but even if
possible, it'll probably only work in I.E..
Fortunately, the JS they use on that page is an open source creation. Go to:
http://www.bosrup.com/web/overlib/"whatthefrance"
<webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
i'm trying to figure out how to create a text box appear when you
mouseover a
certain part of a text. Is there a simple way to create this effect in
dreamweaver or does anyone have any resources? i have very little
experience
with code as anything i know about it has been trial and error. an
example of
what i am talking about is at the bottom of this page if you mouseover Log
In
or Create a New Account.
http://www.mdg.ca/3x_HorizonBook.asp?bus=0&country=ca&lang=en
Thanks




Reply With Quote
  #4  
Old   
Lossed
 
Posts: n/a

Default Re: mouseover text to create popup text box - 07-07-2004 , 12:28 AM



sorry, sloppy pasting of the link. Should be:

http://www.bosrup.com/web/overlib/
"Lossed" <blankemail (AT) hotmail (DOT) com> wrote

Quote:
Hi,

They use JavaScript for that. I'm not sure if it's possible but you may be
able to do something without JavaScript by styling the alt tab, but even
if
possible, it'll probably only work in I.E..
Fortunately, the JS they use on that page is an open source creation. Go
to:
http://www.bosrup.com/web/overlib/"whatthefrance"
webforumsuser (AT) macromedia (DOT) com> wrote in message
news:ccfqsu$bn2$1 (AT) forums (DOT) macromedia.com...
i'm trying to figure out how to create a text box appear when you
mouseover a
certain part of a text. Is there a simple way to create this effect in
dreamweaver or does anyone have any resources? i have very little
experience
with code as anything i know about it has been trial and error. an
example of
what i am talking about is at the bottom of this page if you mouseover
Log
In
or Create a New Account.
http://www.mdg.ca/3x_HorizonBook.asp?bus=0&country=ca&lang=en
Thanks






Reply With Quote
  #5  
Old   
Lossed
 
Posts: n/a

Default Re: mouseover text to create popup text box - 07-07-2004 , 12:38 AM



where is my head today? alt is an attribute of the img tag so I'm not sure
that could even be styled and probably pointless on a text link (unless made
an image?) so i guess the JS is the way. but anyone reading this, is it
possible to style an alt attribute?
Maybe another way is to use show hide layer behaviour onmouseover
onmouseout?

"Lossed" <blankemail (AT) hotmail (DOT) com> wrote

Quote:
Hi,

They use JavaScript for that. I'm not sure if it's possible but you may be
able to do something without JavaScript by styling the alt tab, but even
if
possible, it'll probably only work in I.E..
Fortunately, the JS they use on that page is an open source creation. Go
to:
http://www.bosrup.com/web/overlib/"whatthefrance"
webforumsuser (AT) macromedia (DOT) com> wrote in message
news:ccfqsu$bn2$1 (AT) forums (DOT) macromedia.com...
i'm trying to figure out how to create a text box appear when you
mouseover a
certain part of a text. Is there a simple way to create this effect in
dreamweaver or does anyone have any resources? i have very little
experience
with code as anything i know about it has been trial and error. an
example of
what i am talking about is at the bottom of this page if you mouseover
Log
In
or Create a New Account.
http://www.mdg.ca/3x_HorizonBook.asp?bus=0&country=ca&lang=en
Thanks






Reply With Quote
  #6  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: mouseover text to create popup text box - 07-07-2004 , 09:33 AM



They are using something called overlib -

onmouseover="return overlib('For existing users.');" onmouseout="return
nd();">Log In</a> or <a class="blue"
href="javascript:StartPopup('https://ws1.korax.net/~mdg2/new_login.asp?count
ry=ca&amp;lang=en&amp;l_m=0&amp;dest=www.mdg.ca&am p;returnto=3x_HorizonBook'
,'yes','')" onmouseover="return overlib('If you do not have account click
here.');" onmouseout="return nd();">Create a new account</a>

It's a javscript routine for creating such mouseover effects - you can find
it by searching google for "overlib".

However, if you don't have much text to display, you can get a similar
effect by using the title attribute -

<a href="foo.html" title="this is the text to display onmouseover">

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"whatthefrance" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
i'm trying to figure out how to create a text box appear when you
mouseover a
certain part of a text. Is there a simple way to create this effect in
dreamweaver or does anyone have any resources? i have very little
experience
with code as anything i know about it has been trial and error. an
example of
what i am talking about is at the bottom of this page if you mouseover Log
In
or Create a New Account.
http://www.mdg.ca/3x_HorizonBook.asp?bus=0&country=ca&lang=en
Thanks




Reply With Quote
  #7  
Old   
Lossed
 
Posts: n/a

Default Re: mouseover text to create popup text box - 07-07-2004 , 08:16 PM



Hi Murray,

Is there any way to style the title attribute?

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
They are using something called overlib -

onmouseover="return overlib('For existing users.');" onmouseout="return
nd();">Log In</a> or <a class="blue"

href="javascript:StartPopup('https://ws1.korax.net/~mdg2/new_login.asp?count

ry=ca&amp;lang=en&amp;l_m=0&amp;dest=www.mdg.ca&am p;returnto=3x_HorizonBook'
,'yes','')" onmouseover="return overlib('If you do not have account click
here.');" onmouseout="return nd();">Create a new account</a

It's a javscript routine for creating such mouseover effects - you can
find
it by searching google for "overlib".

However, if you don't have much text to display, you can get a similar
effect by using the title attribute -

a href="foo.html" title="this is the text to display onmouseover"

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"whatthefrance" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:ccfqsu$bn2$1 (AT) forums (DOT) macromedia.com...
i'm trying to figure out how to create a text box appear when you
mouseover a
certain part of a text. Is there a simple way to create this effect in
dreamweaver or does anyone have any resources? i have very little
experience
with code as anything i know about it has been trial and error. an
example of
what i am talking about is at the bottom of this page if you mouseover
Log
In
or Create a New Account.
http://www.mdg.ca/3x_HorizonBook.asp?bus=0&country=ca&lang=en
Thanks






Reply With Quote
  #8  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: mouseover text to create popup text box - 07-07-2004 , 08:37 PM



No.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Lossed" <blankemail (AT) hotmail (DOT) com> wrote

Quote:
Hi Murray,

Is there any way to style the title attribute?

"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:ccgu31$p6q$1 (AT) forums (DOT) macromedia.com...
They are using something called overlib -

onmouseover="return overlib('For existing users.');" onmouseout="return
nd();">Log In</a> or <a class="blue"


href="javascript:StartPopup('https://ws1.korax.net/~mdg2/new_login.asp?count


ry=ca&amp;lang=en&amp;l_m=0&amp;dest=www.mdg.ca&am p;returnto=3x_HorizonBook'
,'yes','')" onmouseover="return overlib('If you do not have account
click
here.');" onmouseout="return nd();">Create a new account</a

It's a javscript routine for creating such mouseover effects - you can
find
it by searching google for "overlib".

However, if you don't have much text to display, you can get a similar
effect by using the title attribute -

a href="foo.html" title="this is the text to display onmouseover"

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO
GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"whatthefrance" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:ccfqsu$bn2$1 (AT) forums (DOT) macromedia.com...
i'm trying to figure out how to create a text box appear when you
mouseover a
certain part of a text. Is there a simple way to create this effect
in
dreamweaver or does anyone have any resources? i have very little
experience
with code as anything i know about it has been trial and error. an
example of
what i am talking about is at the bottom of this page if you mouseover
Log
In
or Create a New Account.
http://www.mdg.ca/3x_HorizonBook.asp?bus=0&country=ca&lang=en
Thanks








Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.