I got everything working with:
body {
padding: 1em;
font-family: georgia, times, "times new roman", serif;
color: #000;
}
img {
border:0px;
}
.container {
width: 1000px;
margin: 0 auto;
border: 1px solid #333;
}
.banner {
border-bottom: 1px solid #333;
}
.banner h1 {
margin: 0;
padding: .5em;
}
.side {
width: 400px;
float: right;
padding: 1em;
overflow: auto;
height: 400px;
}
.sectionHeader {
text-align: center;
padding-bottom: 1em;
}
.side p {
margin-top: 0;
}
.content {
position: absolute;
padding: 1em;
overflow: auto;
height: 400px;
}
.content h2 {
margin-top: 0;
}
.footer {
clear: both;
background-color: #666;
text-align: center;
}
.pageHeader {
text-align: center;
padding-top: 1em;
}
but am still having trouble with my calander popup... Any idea?
--
View this message in context:
http://www.nabble.com/IExplorer-Troubles...-t1736799.html#a4734535
Sent from the MyFaces - Users forum at Nabble.com.