>:-(
Why is the world not unified in OS, Browser and Resolution?!? BLYAD!
(I have constructed a CSS layout. Upon testing the layout with other browsers, I've seen that they are not rendered the way I would like them. Please help modify my code or give me points on how to. I have written the CSS using Opera 5.)
html {
background-color: #fff;
font-family: verdana;
font-color: #000;
font-size: 12px;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#header{
border: 1px dashed black;
padding: 5px;
background-color: white;
}
#navbar{
margin: 10px;
background-color: transparent;
cursor: default;
}
a#navlnk{
color: #fff;
text-decoration: none;
text-transform: lowercase;
}
a:hover#navlnk{
color: #aaa;
text-transform: lowercase;
}
#midway{
background-color: white;
/*border: 1px dashed black;*/
height: 100%;
margin: 15px;
}
#left{
position: relative;
float:left;
border: 1px solid black;
width: 15%;
padding: 10px;
}
#content{
position: relative;
width: 69%;
float:left;
margin: 0px 15px 0px 15px;
border: 1px solid black;
padding: 10px;
}
#right{
width: 15%;
position: relative;
float: right;
border: 1px solid black;
padding: 10px;
}
#footer{
width: 100%;
}
If the zip with the files would be more convenient, please say so. Thanks.
Busy posted this at 22:51 — 1st July 2006.
He has: 6,151 posts
Joined: May 2001
A link to the page would be helpful so we could see whats happening
ptpspptps0 posted this at 23:30 — 1st July 2006.
He has: 52 posts
Joined: Apr 2006
I'm sorry. I do not have it hosted anywhere. However, I have zipped it up. I hope that this helps.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.