
July 30th, 2006, 02:13 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 7
Time spent in forums: 49 m 38 sec
Reputation Power: 0
|
|
|
Style sheets anyone?
Code:
#header {
position:absolute;
top:0;
left:0;
width:100%;
height:125px;
overflow:no;
background:#53829d;
color:#fff;
}
#footer {
position:absolute;
bottom:0;
left:0;
width:100%;
height:*;
overflow:auto;
text-align:right;
background:#73a2bd;
}
#contents {
height:*;
width:100%;
position:fixed;
top:125px;
left:0;
bottom:125px;
right:0;
overflow:auto;
background:#fff;
/* for internet explorer */
* html body {
padding:200px 0 80px 0;
}
* html #contents {
height:100%;
width:100%;
}
Thats what my sheet looks like currently, trouble is, works fine in Firefox, cant get it to display correctly in IE. content gets choped off at the top and bottom.
http://www.420ganjaheaven.com/test/test.shtml
As you can see firefox understand my style sheet just fine, need help with the IE side...
Could prolly give someone some free hosting space if they can provide some good assistance.
V/R
Paul
|