+ Reply to Thread
Results 1 to 3 of 3

 

Thread: Status Bar hiding code and no underline links.

  1. #1
    pericom
    Guest



    Anyone got any code to mask the satus bar with a message ?

    Also looking for some code that removes the underline from links when you move the mouse over them.

    ta

  2. #2
    ukhighstreet
    Guest

    put this in your header add the <> round the script tags

    SCRIPT language="JavaScript"

    status_text();function status_text()
    {window.status="YOUR MESSAGE HERE";setTimeout("status_text()",1);}

    /SCRIPT

    use this format for your links

    <A HREF="http://www.yoursite.com" STYLE="text-decoration:none;">your site</a>

  3. #3
    pericom
    Guest

    Cheers UKH.S.,

    Just what I was looking for!

+ Reply to Thread


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2