Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8518893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:06:09+00:00 2026-06-11T06:06:09+00:00

I’m working on a web application that has a footer that works as a

  • 0

I’m working on a web application that has a footer that works as a toolbar and it also displays information. The layout of the app is elastic, so the footer is always visible at the bottom of the page; there is no scrolling. For reasons that are not relevant to this question, we think that the bottom of the page is the ideal place form the elements of the toolbar.

The problem I’m having with Chrome, is that there are two situations in which the status bar gets in the way and covers some of the information being displayed. The first is when hovering over a suckerfish-style menu. The status bar shows the destination when hovering over a menu element (so far so good), but in some situations it just gets stuck and never goes away until the page is refreshed (Chrome bug?).

The second issue can be seen in this jsfiddle. Since the Jquery UI slider uses an anchor tag, moving it triggers a status bar that shows the current location (pretty useless IMHO). The problem is that some of the information on the footer is updated while moving the slider, so Chrome’s status bar prevents me from presenting information this way. The status bar also gets stuck, since the anchor tag gains focus, but I was able to prevent that with this code:

$("#slider").on("slidestop", function(event, ui)
{
    $("a.ui-slider-handle").blur();
});

The status bar still gets in the way while sliding, and this breaks our current design. Is there something I can do to these tags to prevent them from triggering the status bar? Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T06:06:10+00:00Added an answer on June 11, 2026 at 6:06 am

    You could do it by removing the href attribute from the links and reapplying their link functionality in a click handler.

    Here’s an example: http://jsbin.com/ikated/1/edit

    BUT this is bad design, and breaks an important browser feature for the user. It hides what the link does, hides what the link IS (unless you restyle it to use text-decoration: underline; cursor: pointer; or whatever styling you use for links, and breaks middle-click functionality. You could replace it with another handler, but hiding the link destination is still a deceptive and user-hostile pattern IMO.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I've got a string that has curly quotes in it. I'd like to replace
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have a French site that I want to parse, but am running into
In my XML file chapters tag has more chapter tag.i need to display chapters

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.