ive just recently got this new css for my site
CODE
#pstats{
position: absolute;
top: 0;
left: 15;
}
#staffedit{
position: absolute;
top: 37.5%;
right: 20%;
}
/*
Created by CSS Portal Layout Generator
http://www.cssportal.com
*/
{ padding: 0; margin: 0; }
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
p{
padding: 10px;
}
#wrapper {
margin: 0 auto;
width: 100%;
}
#content {
float: left;
color: #333;
background: #C8C8C8;
height: 100%;
width: 92%;
display: inline;
}
#header {
color: #333;
width: 100%;
float: left;
height: 125px;
background: #669900;
}
#leftcolumn {
color: #333;
background: #669900;
height: 100%;
width: 125px;
float: left;
}
/*
Created by CSS Portal Layout Generator
http://www.cssportal.com
*/
and it works fine at a certainsetting however change this setting or change the browser size and then the content dissapears, any ideas why this happens ??
it actually just goes below the other stuff, and in ie it shows up completely differant :S
This post has been edited by ghqwerty: 30 Jun, 2009 - 08:51 AM