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

  • Home
  • SEARCH
  • 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'd like to make a simple html form where a person can upvote or
My HTML is all marked up, ready to make it rain CSS. The problem
Given this HTML: <div>foo</div><div>bar</div><div>baz</div> How do you make them display inline like this: foo
make is not only useful for building your programming project, but it seems to
I'm looking for some kind of text-parser for ASP.NET that can make HTML from
Is it possible in ASP.NET to take a string containing some HTML and make
With HTML/CSS, how can I make an element that has a width and/or height
I have used extension methods to extend html helpers to make an RSS repeater:
For the following example: http://developer.yahoo.com/yui/examples/tabview/frommarkup_clean.html I would like to make the tabs right aligned
I am trying to load a html page through UIWebview.I need to disable all

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.