status bar |
![]() ![]() |
status bar |
Aug 1 2004, 10:17 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 215 Joined: Jul 2004 Member No: 26,920 |
is there a script when you hover over a link, it just says the name of the link.
for example: when you hover over the link of 'xanga'...then on the status bar it will say 'xanga' when you hover the link 'sign out' then on the status bar, it will say 'sign out' do i sound confusing? tell me if i do. thanks. |
|
|
|
Aug 1 2004, 10:49 PM
Post
#2
|
|
|
‹(. .)› ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,367 Joined: Jun 2004 Member No: 20,089 |
for your links:
CODE <!-- begin code provided by createblog.com --> <a href="http://blah.com" OnMouseOver="window.status='what you want it to say';return true" OnMouseOut="window.status=' ';return true">BLAH</a> <!-- end code provided by createblog.com --> ...be careful in deleting the apostrophe ;o if you want it to have a default status (not necessary), meaning when you're not hovering on links there's still something there on the bar, put this on your look and feel: CODE <!-- begin code provided by createblog.com -->
<script language="Javascript"> <!-- defaultStatus="what you want it to say" --> </script> <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |