HighDots Forums  

trouble with pop up field

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss trouble with pop up field in the Macromedia Dreamweaver forum.



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

Default trouble with pop up field - 11-09-2004 , 08:34 AM






I want to create a small pop up filed as a mouse over effect. (not a new
browserwindow) The purpose is to write down a few keywords. When you roll over
these words or click them, there should open a small pop up field with more
explanation about the keyword. In MS excel you find a similar function. An
example of what I mean is http://www.okp.be/html/test.htm I am using
dreamweaver 4 thx for any input.


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

Default Re: trouble with pop up field - 11-09-2004 , 08:43 AM






<span title="This is what you are looking for">Here are some words</span>

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
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
==================

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

Quote:
I want to create a small pop up filed as a mouse over effect. (not a new
browserwindow) The purpose is to write down a few keywords. When you roll
over
these words or click them, there should open a small pop up field with
more
explanation about the keyword. In MS excel you find a similar function. An
example of what I mean is http://www.okp.be/html/test.htm I am using
dreamweaver 4 thx for any input.




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

Default Re: trouble with pop up field - 11-09-2004 , 08:48 AM



Use a simple show/hide layer?

Draw a layer on your page, choose hidden form the properties menu and
then make it visible when a user mouses over the keyword using the
show/hide layer behaviour.

First select the keyword, go to the properties menu and type the word
javascript:; into the link field to make it active.

With the keyword still selected go to behaviours and select the name of
the layer you want to show, then select for the event, onMouseOver.




Ericop wrote:

Quote:
I want to create a small pop up filed as a mouse over effect. (not a new
browserwindow) The purpose is to write down a few keywords. When you roll over
these words or click them, there should open a small pop up field with more
explanation about the keyword. In MS excel you find a similar function. An
example of what I mean is http://www.okp.be/html/test.htm I am using
dreamweaver 4 thx for any input.



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

Default Re: trouble with pop up field - 11-09-2004 , 08:53 AM



Murray *TMM* wrote:

Quote:
span title="This is what you are looking for">Here are some words</span


that's only ok for PC IE though isnt it?



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

Default Re: trouble with pop up field - 11-09-2004 , 08:54 AM



Nope. Title attributes are universally supported. It's the alt attribute
that only does tooltips on IE.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
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
==================

"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote

Quote:
Murray *TMM* wrote:

span title="This is what you are looking for">Here are some words</span



that's only ok for PC IE though isnt it?




Reply With Quote
  #6  
Old   
Osgood
 
Posts: n/a

Default Re: trouble with pop up field - 11-09-2004 , 08:57 AM



Murray *TMM* wrote:

Quote:
Nope. Title attributes are universally supported. It's the alt attribute
that only does tooltips on IE.

Doesnt seem to do much in Mac IE 5x or Safari. It does work in Firefox
though



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

Default Re: trouble with pop up field - 11-09-2004 , 09:00 AM



Works fine on Mac IE5 and Safari, dood.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
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
==================

"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote

Quote:
Murray *TMM* wrote:

Nope. Title attributes are universally supported. It's the alt
attribute that only does tooltips on IE.


Doesnt seem to do much in Mac IE 5x or Safari. It does work in Firefox
though




Reply With Quote
  #8  
Old   
Osgood
 
Posts: n/a

Default Re: trouble with pop up field - 11-09-2004 , 09:01 AM



Osgood wrote:
Quote:
Murray *TMM* wrote:

Nope. Title attributes are universally supported. It's the alt
attribute that only does tooltips on IE.


Doesnt seem to do much in Mac IE 5x or Safari. It does work in Firefox
though

oops tell a lie, it does work in Mac IE5x but there where a few seconds
delay so I thought it wasnt working. It doesnt appear to work in safari
1.0 though.



Reply With Quote
  #9  
Old   
James Shook
 
Posts: n/a

Default Re: trouble with pop up field - 11-09-2004 , 09:04 AM



Osgood wrote:

Quote:
Doesnt seem to do much in Mac IE 5x or Safari. It does work in Firefox
though
Both IE5.x/Mac and Safari support the title attribute. Perhaps they
don't support in <span>? They will show it for images and links.

--
James M. Shook
http://www.jshook.com


Reply With Quote
  #10  
Old   
Osgood
 
Posts: n/a

Default Re: trouble with pop up field - 11-09-2004 , 09:05 AM



James Shook wrote:

Quote:
Osgood wrote:

Doesnt seem to do much in Mac IE 5x or Safari. It does work in Firefox
though


Both IE5.x/Mac and Safari support the title attribute. Perhaps they
don't support in <span>? They will show it for images and links.

Maybe the span I dont know but it isnt working in my version of Safari
and it isnt very responsive in IE5.2 either. Not a good choice in my
opinion.



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.