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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:21:31+00:00 2026-05-27T15:21:31+00:00

Okay, so on my website, I’m trying to get this to work: The visitor

  • 0

Okay, so on my website, I’m trying to get this to work: The visitor hovers over this div (a circle) and the border expands. The problem is that this only occurs when the user hovers on that specific div, the circle div. Once the visitor moves his/her cursor over the content div inside the circle div, the hover effect for the circle (the border expanding) no longer works. I’m trying to find a way around this.

This is my code:

CSS:

#circle1 {
float: left;
margin: 20px;
width: 300px;
height: 300px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #C2DD91;
opacity:0.5;
border: 20px solid #738356;
// for IE5-7
filter: alpha(opacity=50);
position: relative; }

#circle1:hover {
border: 30px solid #738356;
margin: 10px; }

.circle1content {
position: relative;
width: 220px;
top: -300px;
left: 78px;
z-index: 999;
opacity:1.5;
text-align: justify;
 }

.circle1content h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
color: #F3FFDE;
text-shadow: #bbb 0.1em 0.1em 0.1em;
text-align: center; }

about1 {
font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2em;
color: #777; }

Implementation:

 <div id="circle1"></div>
          <div class="circle1content">
            <h1>about</h1>
            </br>
            <about1>
            Some text here.... blah blah blah..
            </about1>
           <div>

Thank-you for looking!

  • 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-27T15:21:32+00:00Added an answer on May 27, 2026 at 3:21 pm

    Here’s a way to solve this:

    #circle1 {
    float: left;
    margin: 20px;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #C2DD91;
    opacity:0.5;
    border: 20px solid #738356;
    // for IE5-7
    filter: alpha(opacity=50);
    position: relative; }
    
    #circle1:hover {
    border: 30px solid #738356;
    margin: 10px; }
    
    .circle1content {
    position: relative;
    width: 220px;
    top: -300px;
    left: 78px;
    z-index: 999;
    opacity:1.5;
    text-align: justify;
     }
    
    .circle1content h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: -1px;
    line-height: 1.2em;
    color: #F3FFDE;
    text-shadow: #bbb 0.1em 0.1em 0.1em;
    text-align: center; }
    
    #about1 {
    font-family: Georgia, serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2em;
    color: #777; }
    
    #wrapperAll {
        position: relative;
    }
    
    #textWrapper {
        position: absolute;
        top: 80px;
        left: 80px;
    }
    
    h1 {
        margin: 0;
        padding: 0;
    }
    

    Html:

        <div id="wrapperAll">
               <div id="textWrapper">
                <h1>about</h1>
                <br />
                <div id="about1">
                Some text here.... blah blah blah..
                </div>
                </div>
            <div id="circle1"></div>
              <div class="circle1content">
    
               </div>
      </div> 
    

    You had a few errors in your HTML. I fixed those as well and changed your about tag into a div element. You can change that back if that’s the way you want it.

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

Sidebar

Related Questions

Okay this question is very simple: I have a facebook page, and a website.
okay...im really puzzled with this. I want to create a regular asp.net webforms website
Okay, so here's my problem: I have a list of members on a website,
Okay, here's my problem: I'm using WatiN to navigate a website, but then a
Okay, I'm trying to reverse engineer a feature on a website I found -
So James Patterson keeps trying to hack my website! Okay, not really, but he
Okay, so basicly I have this website that auto refreshes every couple of seconds,
Okay so I have a problem with a website I am working on.. infact
Okay so this is my first html/css/javascript website. I am not sure what's going
Okay, I'm thoroughly stumped on this one. I'm trying to build a menu of

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.