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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:09:45+00:00 2026-06-14T05:09:45+00:00

I just started doing HTML/CSS, So please correct me if i have made any

  • 0

I just started doing HTML/CSS, So please correct me if i have made any huge mistakes in my code.

The problem is as seen on this picture (Sorry about the some of the black boxes, that was just to hide some content, it’s only the image at the top that is the problem)

https://i.stack.imgur.com/p3YrZ.png

You can see that the picture is overlapping the border. So i’m wondering if there is any way to to fix that with CSS, or do i have to edit the picture so it fits with my border corners?

Here is the code

I have done some research throughout the internet, i might have an idea about it’s something to do with my position absolute or/maybe relative? But i’m not sure at all, so i hope you guys can help me along

  • 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-06-14T05:09:46+00:00Added an answer on June 14, 2026 at 5:09 am

    Try giving “header” the same border radius at the top as your wrapper element has and adding overflow:hidden. I think that may work.

    #header {
     -webkit-border-top-left-radius: 50px;
     -webkit-border-top-right-radius: 50px;
     -moz-border-radius-topleft: 50px;
     -moz-border-radius-topright: 50px;
     border-top-left-radius: 50px;
     border-top-right-radius: 50px;
    overflow:hidden;
    }
    

    As an aside your use of absolute positioning for your site is not needed.

    To center your site just give your #wrapper element “margin:0 auto;”

    All of your orther elements are using absolurte positiong as well. Just let them flow one after another and use floats – don’t use absolute positioning to achieve layout like this.

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

Sidebar

Related Questions

Correct me If I am doing wrong, I have just started to check WCF
I just started creating my first WP theme after doing the HTML/CSS. All good
I have just started using Eclipse PDT, and I have a similar problem to
I just started doing OOP, so I apologize in advance if there is a
I've just started doing some real-world performance testing on my Fluent NHibernate / SQLite
I just started working with play, and I modified the way I'm doing a
I'm doing a .NET unit as part of my studies. I've only just started,
Just started mongo and started having issue with querying already. i have a collection
I just started using Rails and am not sure what I'm not doing correctly.
I have just started exploring TWILL . Twill is an amazing scripting language for

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.