PDA

View Full Version : on mouse over preievew?


Jason
03-13-2003, 01:17 AM
is there a way to do a prieview with specified requirements using a mouse over? I guess to be more elaborate would be to say if I have a URL that can be clicked on and I put my mouse over I can see a description of what I would get if I were to have clicked on the URL button. So I can either go to that one or another if I didn't like the preview....does that make sense? Any ideas?


Jason

Vladdy
03-13-2003, 03:01 AM
title attribute ....

hkucsis
03-13-2003, 05:22 AM
You can use dreamweaver's "showHideLayera" to achieve this.

<a href="something.htm" onmouseover="MM_showHide..." onmouseout="MM_show...'>URL</a>

Jason
03-13-2003, 10:09 PM
Ok, I guess I am just stupid on this subject. I don't get it. I know I don't have dreamweaver but what is exactly achieved with that? Say in linux when you put the mouse over something it tells you whats behind it. I want that, I don't want a page to open unless the link gets clicked.


Jason