Jump to content

Testimonials


rogersco

Recommended Posts

I like the second one you suggested. I am very new to website design, so please forgive my questions.

 

How do I incorporate this into the webpage. Just cut and paste? I have an image of someone and their name beneath them. I would like to make the name show the testimonial when it is rolled over or clicked on.

 

And then how do I change it to the testomonial instead of the RSS feed?

Link to comment
Share on other sites

I cut and pasted everything. But it is not working correctly. I put the javascript in the head, the html in the body, and the css in the css page. I did not want this to be a link to anything. I just want it to have the testimonial popup when you roll across the name.

 

Any suggestions?

Link to comment
Share on other sites

Copied and created a new file.

 

Here is what the

looks like. Where am I supposed to put the link?

 

/p>

"http://www.w3.org/TR/html4/loose.dtd">

RogersCo.com

 

$(document).ready(function(){

 

$(".rss-popup a").hover(function() {

$(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");

}, function() {

$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");

});

 

});

 

 

Link to comment
Share on other sites

Will you tell me if this is right.

 

The Javascript goes into the

anywhere?

The HTML goes into the body, in front of the image I am using

The CSS, into the CSS page

 

Copied the jquery.js and made a new file.

Put the above the other javascript.

 

In the HTML RSS Feed do I need to change this?

 

Have I left anything out?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...