![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
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 |
#5
| |||
| |||
|
|
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 |
#6
| |||
| |||
|
|
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 |
#7
| |||
| |||
|
|
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&lang=en&l_m=0&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 |
#8
| |||
| |||
|
|
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&lang=en&l_m=0&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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |