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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T20:29:25+00:00 2026-05-29T20:29:25+00:00

i am trying to design a page by CSS , the problem is when

  • 0

i am trying to design a page by CSS , the problem is when i am trying to show my page on browsers otherthan Google Chrome , it doesn’t work, it shows me wrecked design page, the design only works perfectly on chrome , i used code prefixer to make my css3 code match all browsers .

here is my code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>anaawez</title>
</head>
<style>
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 97%;
    background-image: url(bg.jpg);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-position-x: initial;
    background-position-y: initial; /*background-origin*/
-webkit-background-origin: initial;
    -moz-background-origin: initial;

    background-origin: initial; /*background-clip*/
-webkit-background-clip: initial;
    background-color: #718693;
}

#wrapper {
    background: white;
    border: 1px solid #000;
    margin: auto;
    margin-top: 10px;
    font: 1.5em arial, verdana, sans-serif;
    width: 960px;
    height: 100%%; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#header {
    height: 8%;
    background-color: white;
    font-family: verdana;
    font-size: 15px;
    margin: 10px; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}

#headerleft {
    text-align: left;
    vertical-align: top;
    float: left;
}

#headerright {
    text-align: right;
    float: right;
}

#search {
    height: 5%;
    text-align: center;
}

#container {
    height: 50%;
    text-align: right;
    font-family: verdana;
    font-size: 15px;
    margin: 10px; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

#blockcontainer {
    height: 80%;
}

#blockouterleft {
    float: left;
    width: 65%;
    height: 39%;
    margin-top: 5px; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#blockinnerleftleft {
    float: left;
    width: 45%;
    height: 100%;
    background-color: #FDFDFD; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: thin dotted #999;
    height: 100% vertical-align: middle;
}

#blockinnerleftmiddle {
    float: right;
    width: 45%;
    height: 100%;
    background-color: #FDFDFD; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: thin dotted #999;
}

#blockouterright {
    float: right;
    width: 35%;
    height: 39%;
    margin-top: 5px; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#blockinnerrightleft {
    float: right;
    width: 84.1%;
    height: 100%;
    background-color: #FDFDFD; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: thin dotted #999;
}

#tagcloud {
    height: 18%;

    background-image: -webkit-linear-gradient(bottom, rgb(17,28,46) 13%, rgb(13,21,26) 66%);
    background-image: -moz-linear-gradient(bottom, rgb(17,28,46) 13%, rgb(13,21,26) 66%);
    background-image: -o-linear-gradient(bottom, rgb(17,28,46) 13%, rgb(13,21,26) 66%);
    background-image: -ms-linear-gradient(bottom, rgb(17,28,46) 13%, rgb(13,21,26) 66%);
    background-image: linear-gradient(bottom, rgb(17,28,46) 13%, rgb(13,21,26) 66%);
    -image-image background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.13, rgb(17,28,46)), color-stop(0.66, rgb(13,21,26)) );
    text-align: right;
    font-family: verdana;
    font-size: 15px; /*border-radius*/

-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

#contenttext {
    margin: 3px;
    font-size: 10px;
    height: 100%;
}

#image {
    float: left;
    margin: 3px;
    font-size: 10px;
    height: 100%;
}

</style>
<body >
<div id="wrapper">
  <div id="header" >
    <div id="headerright">Login with Facebook | Contact Us| Help </div>
    <div id="headerleft"><img src="anaawez.png"  /></div>
  </div>
  <div id="search">
    <form>
      <label>ANA AWEZ</label>
      <input type="text" />
      <select name="type">
        <option name="work" value="work">work</option>
      </select>
      <input type="button" value="submit" />
    </form>
  </div>
  <div id="container">
    <div id="blockcontainer">
      <div id="blockouterleft">
        <div id="blockinnerleftleft">
        <div >
        <div id="image" ><p ><img src="dta2.png" align="left" height="90px" width="90px"/></p></div></div>
          <div id="contenttext">i want you to spread my shitty facebook application , please i need to steal your data ASAP ! :D <a href="#">view ad</a></div>
        </div>
        <div id="blockinnerleftmiddle"></div>
      </div>
      <div id="blockouterright">
        <div id="blockinnerrightleft"></div>
      </div>
      <div id="blockouterleft">
        <div id="blockinnerleftleft"></div>
        <div id="blockinnerleftmiddle"></div>
      </div>
      <div id="blockouterright">
        <div id="blockinnerrightleft"></div>
      </div>
      <div id="blockouterleft">
        <div id="blockinnerleftleft"></div>
        <div id="blockinnerleftmiddle"></div>
      </div>
      <div id="blockouterright">
        <div id="blockinnerrightleft"></div>
      </div>
    </div>
  </div>
  <div id="tagcloud">BlackBerry IPHONE 4GS SAMSUNG GALAXY SII MIDO BADER JOB PROGRAMMER </div>
  <div id="bottom"></div>
</div>
</body>
</html>

JS Fiddle reproduction of the above HTML/CSS.

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

    In #wrapper you have height specified as 100%%.

    Changing that to 100% appears to fix most of the issues.

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

Sidebar

Related Questions

I am trying to design an object model (for C#), and can't work out
I am trying to design a web page that provides content depending on the
I am trying to create a CSS layout where the page looks like it's
I've a CSS question. I'm using Rails 3.0 and trying to design a site
I am trying to create a scatter chart on my web page with CSS
I'm trying to design a page that has two columns of content, div#left and
i'm kinda new in web programming, i'm trying to design a search page. i
I am trying to design a page that would hold widget boxes in a
Am trying to design login page for my website and I am looking for
I am trying to design a user profile page layout with HTML, I have

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.