Ask questions via twitter! Message any question to @answers on twitter. We'll publish the question and send you a reply each time there's a new answer.
Next Question

Answered Question

 
 M¢50  Funded By Mahalo ? |  September 06, 2009 06:20 PM

Is it possible to replace a paragraph with an image using JavaScript?

I have been trying to replace letters in paragraphs using JavaScript, but I haven't had any success yet. Is there a simple way to do this?
Interesting Question?  Yes (0)   No (0)   
RSS
 
 

Best Answer  Chosen by Asker

 
September 06, 2009 09:38 PM
Yes. You can use javascript in the head section of your page. For example if you had a paragraph tag that looked like:

p this is the text im trying to cover up /p

You could give the section an id so that the new code would look like:

div id="coverup"
p this is the text im trying to cover up /p
/div

Then go to the head section of your page and put the line of code:

script type="text/css"
#coverup{position:absolute;
top:100px;
left:100px;
}
/script

By changing the px vaules to position where you want the image to cover up the paragraph, or changing the pixel values to percentages.
Asker's Rating:
• Thanks. I figured out how to replace text images by accessing the innerHTML of the attribute, and it worked!


Helpful Answer?  (0)   (0)    Tip mstaelens for this answer
Permalink | Report
   Reply  
 
 

Answer this Question

How tips and payments work

This question has already been resolved. You may add an answer to it but you will not be eligible to win best answer or any associated tips.

Ask a Question


140 characters left
Top of Page
Buy Mahalo Dollars with Credit Card or PayPal

Top Members

This Week All Time
  • cfinke
    cfinke
    2nd Degree Black Belt
    29426 Points
    M$29.75 Earned
  • bunnyphuph...
    bunnyphuph...
    2nd Degree Black Belt
    22074 Points
    M$803.24 Earned
  • opher
    opher
    Purple Belt with a Brown Tip
    6882 Points
    M$359.74 Earned
   See All
 

Most Popular Tags

mahalo(1845)
music(530)
iphone(496)
google(398)
online(382)
food(370)
money(313)
movies(301)
beer(299)
apple(265)
health(243)
video(237)
aotd(235)
free(233)
dog(219)
travel(216)
   See All
 

Categories

Welcome New Members


 
 
Mahalo Dollars are the currency of Mahalo Answers.

Each Mahalo Dollar costs $1.

Once you earn more than 40 Mahalo Dollars, you can request to be paid via PayPal. Each Mahalo Dollar is currently worth $0.75 when paid out via PayPal. Learn More

 
 

Please log in to use this function.