I worked on centering a div horizontally and finally got it to work, but only in Firefox/Safari. Does anyone have a thought for IE?
Reference:
http://robvanwyen.com/cv/sweetgourmet/
<style type="text/css"><!--
.test {
background-color: #1d64bc;
width: 100%;
height: 90;
}
.opaque {
opacity: .3;
filter: alpha(opacity=30);
}
body {
text-align:center;
}
#wrapper {
position:absolute;
top: 236px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 660px;
text-align: left;
z-index: 1;
}
--></style>