•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 392,267 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,755 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1048 | Replies: 2
![]() |
•
•
Join Date: Jun 2006
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Hi everybody
How can I creat a (rollover image with text link) like this:
http://www.yahoo.com/
I mean a (rollover image with text link) like front buttons of yahoo home page, my image is in a diffrent layer from text link, thank you.
How can I creat a (rollover image with text link) like this:
http://www.yahoo.com/
I mean a (rollover image with text link) like front buttons of yahoo home page, my image is in a diffrent layer from text link, thank you.
Last edited by Sina : Jun 9th, 2006 at 8:27 am.
•
•
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,143
Reputation:
Rep Power: 10
Solved Threads: 258
ehmm, there is no rollover image in the top image bar. This images are static, or I should put it this way, when you position your mouse over them they do not change. If they been made as rollover they would change to something else or just change colour.
This yahoo bar is simple table like this
[HTML]<table>
<tr>
<td><a href="link_one.html"><img src="first_image"></a></td>
<td><a href="link_two.html"><img src="second_image"></a></td>
</tr>
<tr>
<td><a href="link_one.html">Text link one</a></td>
<td><a href="link_two.html">Text link two</a></td>
</tr>
</table>[/HTML]
This yahoo bar is simple table like this
[HTML]<table>
<tr>
<td><a href="link_one.html"><img src="first_image"></a></td>
<td><a href="link_two.html"><img src="second_image"></a></td>
</tr>
<tr>
<td><a href="link_one.html">Text link one</a></td>
<td><a href="link_two.html">Text link two</a></td>
</tr>
</table>[/HTML]
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
Publilius Syrus
(~100 BC)
If we helped you to solve your problem, answered your question please mark your post as SOLVED.
•
•
Join Date: Jun 2006
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Hi
You'r right, I konw they are not RollOver, but in my web page the image is in a diffrent layer from text link, it's my problem!
How can creat a link (image and CSS text link) like links of top of the Yahoo! home page with this diffrent "the image is in a diffrent layer from the text link"?
Thank you for your attention my friend
You'r right, I konw they are not RollOver, but in my web page the image is in a diffrent layer from text link, it's my problem!
How can creat a link (image and CSS text link) like links of top of the Yahoo! home page with this diffrent "the image is in a diffrent layer from the text link"?
Thank you for your attention my friend
Last edited by Sina : Jun 15th, 2006 at 6:34 am.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
- Mouseover/Rollover (JavaScript / DHTML / AJAX)
- Looking for a "rollover pop out" code... (HTML and CSS)
- I Need Help Making A Rollover Image! (Geeks' Lounge)
- Problem viewing motion .gif and rollover... (Windows NT / 2000 / XP / 2003)
Other Threads in the HTML and CSS Forum
- Previous Thread: Page Communication
- Next Thread: Help with making a survey form



Linear Mode