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

Is there a simple way to make an HTML page automatically adjust for mobile
I am just playing around and trying to make a very simple CMS. Right
Is there any way to make an area of a webpage reference another HTML
im totally new when it comes to trying to make HTML code. I was
I want to make an HTML form with 2 select boxes. The selected option
I'm writing some html code to make an html email. I've done some research
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
see jsbin I have to make my html table vertically scrollable. I have used
I would like to ask how can i make an html anchor (a element)

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.