13, March 2010

Dreamweaver Behaviors - webmaster forum

 
Webdigity webmaster forums
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Design and Layout  >  Graphics & Multimedia (Moderator: Meth0d)
Topic: Dreamweaver Behaviors
« previous next »
Pages: [1] Print

Author Topic: Dreamweaver Behaviors  (Read 1124 times)
My name is Bong, James Bong
*
Posts: 10
96 credits
Members referred : 0


« on: Apr 30, 2008, 07:57:02 pm »

Hi all;

I don't know that much about this.
I want to move a mouse over a button or text which has a person's name--then have their picture appear in probably a 2 inch square; then as a second feature, to click on the button an have his or her page load.

This must seem very basic, but then again, so am I.

Thank you.
<snip /> go away spammer!
« Last Edit: Apr 30, 2008, 08:35:48 pm by Olaf »
I love Pokemon
*
Gender: Male
Posts: 14
96 credits
Members referred : 0


« Reply #1 on: Oct 29, 2008, 04:50:20 pm »

You could try a modified snippit somthing like this snippit i use, and place the snippit again  inside the  <p>Content goes here.</p> with a direrent Id

<script type="text/javascript" language="JavaScript"><!--
function HideContent(d) {
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
document.getElementById(d).style.display = "block";
}
function ReverseDisplay(d) {
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
else { document.getElementById(d).style.display = "none"; }
}
//--></script>
#####################################



<div id="uniquename" style="display:none;">
<p>Content goes here.</p>
</div>

###############################################

<a href="javascript:ShowContent('uniquename')">
Click to show.
</a>
################################################

<a href="javascript:HideContent('uniquename')">
Click to hide.
</a>


##################################################

If no URL is desired for the link, "#" can be used instead
Cyberpunk Wannabe
*
Posts: 40
280 credits
Members referred : 0


« Reply #2 on: Nov 05, 2008, 05:34:50 pm »

Have you solved your issue?
Cyberpunk Wannabe
*
Posts: 39
34 credits
Members referred : 0


« Reply #3 on: Feb 16, 2009, 05:55:40 pm »

http://www.daniweb.com/forums/thread121308.html
I believe he never had the problem
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=7719
Tags : webdesign multimedia Bookmark this thread : Digg Del.icio.us Dzone more....

Pages: [1] Print 
Webdigity Webmaster Forums  >  Design and Layout  >  Graphics & Multimedia (Moderator: Meth0d)
Topic: Dreamweaver Behaviors
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Mar 13, 2010, 11:08:18 pm





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 44.154
Total Topics: 8.615
Total Members: 8.187
Tutorials : 58
Resources : 929
Designs : 360
Latest Member: zbestseo

32 Guests, 4 Users online :

12 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2010 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.