Reply
How to display text on image rollover
Old 10-23-2009, 08:54 AM How to display text on image rollover
Junior Talker

Posts: 3
Name: Charles Sciascia
Trades: 0
What's up board members. I am in the process of designing a business directory for a local street in my area. On the homepage I want to have a 200x200 image of each businesses storefront. When a user highlights over a specified image I want to display the Business Name / Address / and Phone number. What is the best way to go about making this happen?
SciA is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 10-23-2009, 09:01 AM Re: How to display text on image rollover
chrishirst's Avatar
Super Moderator

Posts: 22,223
Location: Blackpool. UK
Trades: 0
http://www.candsdesign.co.uk/page-te...ery/layout.asp

code in the page
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-23-2009, 09:03 AM Re: How to display text on image rollover
Junior Talker

Posts: 3
Name: Charles Sciascia
Trades: 0
Thanks, I was actually trying to find the code for having the text display right on top of the image. Any suggestions?
SciA is offline
Reply With Quote
View Public Profile
 
Old 10-23-2009, 09:19 AM Re: How to display text on image rollover
chrishirst's Avatar
Super Moderator

Posts: 22,223
Location: Blackpool. UK
Trades: 0
Even easier

set the image to be the background to the element and then use innerHTML

HTML Code:
<div id="imageA" onmouseover="this.innerHTML='Text to show ove image';" onmouseout="this.innerHTML='';"></div>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | People Counting System | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-24-2009, 11:09 AM Re: How to display text on image rollover
Junior Talker

Posts: 3
Name: Charles Sciascia
Trades: 0
chris,
thanks man, great method
SciA is offline
Reply With Quote
View Public Profile
 
Old 10-28-2009, 11:02 AM Re: How to display text on image rollover
darkwell25's Avatar
Super Spam Talker

Posts: 769
Name: Jayron
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Wow neat ..thanks for the link! I find it useful
__________________
Just Got Back With Vengeance
darkwell25 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to display text on image rollover
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.14880 seconds with 13 queries