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 517275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:49:02+00:00 2026-05-13T07:49:02+00:00

How do I make an html < area /> visible at all times, not

  • 0

How do I make an html < area /> visible at all times, not just on focus?

Seems it should be as simple as this:

html:

<img src="image.png" width="100" height="100" usemap="#Map" />
<map name="Map" id="Map">
<area shape="circle" coords="50,50,50" href="#" alt="circle" />
</map>

css:

area {border: 1px solid red}

No matter what I do, it seems I cannot affect the styling of an area at all, it genuinely appears immune to css. Any ideas? Also, any other examples of un-style-able tags?

  • 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-05-13T07:49:03+00:00Added an answer on May 13, 2026 at 7:49 am

    jQuery Plugin, MapHilight:

    You might find the jQuery plugin MapHilight (dead link!!!) to be of interest here.

    • Map of the United States Demo (dead link!!!)

    New link: https://github.com/kemayo/maphilight

    New demo: https://home.ctw.utwente.nl/slootenvanf/wp-content/uploads/examples/archive/jquery_plugins/imagemap/

    HTML/CSS Alternative

    I would suggest using a div, with absolute links within. The reason being, this will degrade very nicely and show all of the options as a list of links. Image maps won’t be so friendly. Furthermore, this alternative will deliver the same results, with cleaner and more modern practices.

    #myImage {
      position:relative; width:640px; height:100px; 
      background-image:url("bkg.jpg");
    }
    a.apples {
      display:block; position:absolute; 
      top:0; left:0; width:100px; height:100px;
      border:1px solid red;
    }
    a.taters {
      display:block; position:absolute;
      top:0; left:200px; width:25px; height:25px;
      border:1px dotted orange;
    }
    #myImage a span {
      display:none;
    }
    

    —

    <div id="myImage">
      <ul>
        <li><a href="page1.html" class="apples"><span>Apples</span></a></li>
        <li><a href="page2.html" class="taters"><span>Taters</span></a></li>
      </ul>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am just playing around and trying to make a very simple CMS. Right
I have a UIWebView. Using something like this: http://blog.evandavey.com/2009/02/how-to-make-uiwebview-transparent.html .. I have made the
I want to make an HTML form with 2 select boxes. The selected option
So I want to make a HTML news letter to be sent out. I
I'm trying to make a HTML file with command line, but there is one
I would like to ask how can i make an html anchor (a element)
I have to make a JSP/HTML pages. How to fix height and width on
I am using html to make text in a JLabel span multiple lines. However
Can I use Html Agility Pack to make the output look nicely indented, unnecessary
I would like to make a form in HTML where a user enters some

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.