Results 1 to 6 of 6

Thread: IE Status Bar

  1. #1
    BG
    Guest

    IE Status Bar

    Is there any way to keep the url from showing in the first panel of the statusbar in IE when a hyperlink on one of my pages is rolled over?

    Thanks
    B

  2. #2
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Try this:
    Code:
    <a href="yourpage.html" onMouseOver="window.status='';return true;">link text</a>
    Alcohol & calculus don't mix.
    Never drink & derive.

  3. #3
    BG
    Guest
    Perfect Thanks!

  4. #4
    Beware that some users (including me ) find that really irritating the way JS takes over the statusbar. So use it only when you really really need to.

  5. #5
    BG
    Guest
    There was a farmer who had a dog and BG was his nameo

    And on this farm BG had to do alot of things that annoy him also to get his darn paychecko!

    Not my Idea or website Brother!

  6. #6
    Works for me, then.

Posting Permissions

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



Click Here to Expand Forum to Full Width