Jump to content

problem


Recommended Posts

Piece of global.css

/* global layout */
#page {
width: 1000px;
margin: 0 auto 2px auto;
text-align:left;
background-color: #FFFFFF;
}
h1#logo {
background : #055C77 url(../img/header.png) no-repeat center top;
height:224px;

width: 1000px;
margin-top: 0px;
padding-left: 0px;

}
#header {
background-color: fff;
float: left;
height:109px;
width: 980px;
text-align: right;
margin: 0 10px 0 10px;
}
#left_column, #center_column, #right_column {
float:left;
}
#left_column {
clear:left;
width:192px;
margin-left: 8px;

padding : 4px;
background-color: #B8CC2F;
border: 1px solid #000000;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

}
#center_column {
width: 560px;
margin: 0px 10px 10px 10px;
}
#right_column {

clear:right;
width: 192px;
margin-right: 8px;
padding : 4px;
background-color: #F9B621;
border: 1px solid #000000;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

Link to comment
Share on other sites

hi
you squeezed it in a spezific height see pic

get firebug for firefox

will help you in the future

sd

ps: problem is not a good topic for a threat, everybody has a problem,
topic should be more specific, mark it as solved if so.

problem with global css (solved)

9743_2a9sCyvX4h1PcffWyadl_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...