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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:00:16+00:00 2026-05-28T18:00:16+00:00

I have a mouseover effect that when a client hovers a flag, a picture

  • 0

I have a mouseover effect that when a client hovers a flag, a picture above it comes with a little icon of their country and a message, “View this website in English”, or “Regardez la website en francais” or whatever.

I have tried my css position using pixels as well as percents, and still, if you’re using a 1280 or a 1900 screen resolution, the picture could be way off. Here’s what I want it to look like:

                                                 picture should be here
                                   flag 1 flag2 flag3 flag4 flag5 flag6

So when they hover over, the picture shows. Treemonkey helped me get there earlier today, and now I just have to get the CSS down. Currently, my CSS is this:

  .map{
  display:none;
  }
  a.flagbutton:hover .map{
  display:block;
  position:fixed;
  top:14%;
  right:20%;
  } 

If anybody could make any recommendations as to what I can do to remedy this issue with different screen resolutions — if it’s possible — I’d greatly appreciate it!

  • 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-28T18:00:18+00:00Added an answer on May 28, 2026 at 6:00 pm

    You could use a container for all the fields and another for the flag links

    <div class="top_container">
    
        <div class='map_cont'>map</div>
    
        <div class='flags_cont'>
            <a href="#" class='flagbutton'>flag 1</a>
            <a href="#" class='flagbutton'>flag 2</a>
            <a href="#" class='flagbutton'>flag 3</a>
            <a href="#" class='flagbutton'>flag 4</a>
        </div>
    </div>
    

    Make the top container’s margin set to auto so it keeps a distance on each side and then float both the ‘map_cont’ and the ‘flags_cont’ containers to the right so they appear on the right side of the screen.

    .top_container { width:90%; margin:auto; }
    .map_cont{ float:right; }
    .flags_cont { clear:both; float:right }
    a.flagbutton { margin-left:5px; }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web page with DIV s with a mouseover handler that is
I have some javascript code that creates an img tag with a mouseover callback,
I have a DataGrid that needs to show a gradient background on mouseover of
I have a function that binds to a tr tag to provide a mouseover
I have made this piece of code that makes a roll hover effect on
I have the following jQuery script that makes an orange transparent hover effect cover
So I have this Div that has a roll over effect on it where
I have some code, that simulate google images effect. How can I animate nested
I have a small task in Flash, that I'm having a little trouble with.
I just noticed that EditorGridPanel doesn't have row over effect as in GridPanel so

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.