So i have the following structure
<div id="container"> <div id="head"></div> <div id="body"></div> <div id="foot"></div> </div>
Here is my problem. I have to round corners on a
<a href=""></a>
The solution doesn't need to be supported by all browsers.
<div id="page"> <div id="header"> </div> <div id="content"> </div> <div id="footer"> </div> </div>
width:100%;height:100%
width:100%
I thought this was a simple fix:
body { height: 1054px; } html { height: 1054px; }
1054px
Lets say
.container{ padding:25px; height:100%; }
.container
.container{ padding:25px; ...