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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T20:35:18+00:00 2026-05-18T20:35:18+00:00

I have to create an html page for use on a CD. The navigation

  • 0

I have to create an html page for use on a CD. The navigation is an HTML map with co-ordinates set. When the user rolls over a co-ordinate, I want an image popup to appear beside it. There’s 8 map links, and 8 corresponding image popups.

I could do this easily through jQuery, but the CD will be used on IE mainly. IE doesn’t allow javascript to be run locally (without user interaction, which isn’t acceptable).

Through jQuery I absolutely positioned the rollover images, but I can’t set them visible through CSS with a hover. What’s the best method to approach this?

  • 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-18T20:35:19+00:00Added an answer on May 18, 2026 at 8:35 pm

    You could always try some serious styling effects based on the Pseudo-class of :hover.

    Without knowing your markup I would tackle along these lines…

    HTML Markup

    <div id="mapWrapper">
    <ul id="map">
     <li id="location-01"><span>Map Text</span> <div class="item">Additional Pop Up Text</div></li>
     <li id="location-02"><span>Map Text</span> <div class="item">Additional Pop Up Text</div></li>
     <li id="location-03"><span>Map Text</span> <div class="item">Additional Pop Up Text</div></li>
     ....
    </ul>
    </div>
    

    CSS Code

    #mapWrapper {position:relative;} /* include width, height and any bg imagery */
    ul#map, #map li {margin:0;padding:0;list-style-type:none} /* just to reset the list to be standard in different browsers */
    #location-01 {position:absolute;} /* include with, height and position top-left items as required */
    #location-02 {position:absolute;} /* include with, height and position top-left items as required */
    etc...
    #map li .item {display:none; } /* hide the pop up text, include defaults for position based on the location of the li */
    #map li:hover .item {display:block;} /* show the pop up text on hover of the LI*/
    
    /* Note: If you need to position each pop item uniquely you could use something like... If you do, remember to move the :hover effect to be the last item in your style sheet */
    #map li#location-01 .item {display:none; }
    

    Hope that helps you out, I have had to a similar map online (not with a CD) but wanted to do it without JS and that was the easiest way to do so.

    Note: If you need to offer IE6 support, you would probably be best changing the hover to be based on an ahref instead.
    eg: Map Text Additional Pop Up Text

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

Sidebar

Related Questions

I have to create an html page for use on a CD. The navigation
I have a website which uses PHP and HTML pages, I want to create
I want to create a navigation bar that cna be used on every page.
I know in the MVC Framework, you have the Html Class to create URLs:
i have to create an asp.net page dynamically on runtime. It should work like
I have a dynamically generated html page which is designed to be printed. I
I have html page and I need remove all div except the div with
I have the following script inside a HTML page: <script> function Test(){ alert(i got
I'm using an ASP repeater on my page, and I want it to create
I'm trying to create a page setup with two navigation areas (top and left)

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.