5, December 2008

Dreamweaver Behaviors - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ 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 501 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 »
My name is Bong, James Bong
*
Gender: Male
Posts: 12
84 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
What a dork
*
Posts: 16
104 credits
Members referred : 0


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

Have you solved your issue?
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....

Topic sponsors:
Get a permanent link here for $1.99!


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?
Dec 05, 2008, 04:02:07 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: 38.000
Total Topics: 7.685
Total Members: 4.470
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: srinivasarao

30 Guests, 4 Users online :

9 users online today:



Readers

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