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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:22:24+00:00 2026-05-16T17:22:24+00:00

Orginal CSS Code http://www.faressoft.org/BlueCristalTheme/postView.php Result should be

  • 0

Orginal CSS Code
http://www.faressoft.org/BlueCristalTheme/postView.php

alt text

Result should be

alt text

  • 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-16T17:22:24+00:00Added an answer on May 16, 2026 at 5:22 pm

    few things going on here:

    • your comment box div has a fixed height of 100px
    • all the elements inside this div are absolutely positioned, which takes them out of the normal flow of the document, which results in the containing comment box div not able to wrap / stretch to fit around the children
    • use floats or just remove the positioning for the larger content which looks like the second <p>. use margins to position this <p>, see below

    I was able to fix the problem by changing your CSS as follows:

    #comments .commentBox { /* style.css line 483 */
    background-color:#DCDCDC;
    /*height:100px; --removed this */
    min-height:100px;
    position:relative;
    }
    
    #comments .commentBox .comment-content { /* style.css line 523 */
    color:#676767;
    font-size:0.91em;
    font-weight:bold;
    line-height:24px;
    margin:52px 92px 0 0; /* -- added this */
    /* -- removed these
    position:absolute;
    right:95px;
    top:52px;
    width:570px;
    */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

(The original question was asked there : http://www.ogre3d.org/phpBB2/viewtopic.php?t=44832 ) Someone asked : While I
So i wanted to make some pretty buttons like http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html and everything is working
Question: What ruleset do I need to do the following redirects: [1] http://www.xyzblog.com/foo/bar.php =>
I need to parse some CSS code like: color: black; font-family:Courier New; background:url('test.png'); color:
Don't let below code scare you away . The question is really simple, only
I used the code from the following question to insert a YouTube video into
I've got a tr:table that I need to style using CSS. All the normal
Here is the code i'm working on it's not a page it's a treasure
The google translate that you actually embed on your page... http://translate.google.com/translate_tools If you have
I 've created a small photo tour using HTML, CSS and jQuery. It works

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.