Log In · Register

 
 
Closed TopicStart new topic
status bar
whhaat
post 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.
 
queen
post 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 -->
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: