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

Ask A Question

Stats

  • Questions 247k
  • Answers 247k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer What's happening in your page lifecycle events (i.e. Page_Init, Page_Load,… May 13, 2026 at 8:41 am
  • Editorial Team
    Editorial Team added an answer Here's a diagram from Kangax's cheat sheet, who is one… May 13, 2026 at 8:41 am
  • Editorial Team
    Editorial Team added an answer There is no native method. Here is a result for… May 13, 2026 at 8:41 am

Related Questions

We use automated tests to verify functionality of our web application. In order to
I have a webpage where I want the user to see a new image
I'm using ASP MVC RC1. A form I'm using contains a dropdownlist which I
Sorry if this was covered before in some way that I wasn't able to
How do you find the phone numbers in 50,000 HTML pages? Jeff Attwood posted

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.