I am working on a skin
http://svp28.mysite4now.net/dnn/Default.aspx
Looks ok in FF, but Ie dumps my content pane in the right column pane.
I assume it is a problem with the css, but I don't see it. Any suggestions....
body,
* { margin:0;
padding:0;
}
body, html {
background:#3B5C7B;
}
body {
min-width:975px;
}
div#Wrap
{
background: white;
width:975px;
height:100%;
margin-left:auto;
margin-right:auto;
}
div#SearchContainer
{
float:right;
text-align:right;
float:right;
margin:0;
padding:2px;
background: white;
}
div#UserContainer
{
margin:0;
padding:2px;
float:right;
background: white;
}
div#MenuContainer
{
float:left;
margin:0;
padding:2px;
background: white;
width: 50%;
}
div#RightPaneContainer
{
background: white;
float: right;
background-image: url(Fund_RightPanel_bg.jpg);
background-repeat: repeat-y;
width:170px;
padding: 0px;
margin: 0px;
border: 1px solid red;
}
div#RightPaneContainer h3 {
padding: 0px;
margin: 10px 0 5px 20px;
font-family: Arial;
font-size: 1.1em;
font-variant:small-caps;
font-weight: heavy;
color:#8DA1C6;
}
div#RightPaneContainer ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
height: 350px;
}
div#RightPaneContainer li {
list-style-type: none;
font-family: verdana;
background-image: url(arrow.gif);
background-repeat: no-repeat;
background-position: 1em .7em;
margin: 0px;
padding: 5px 0 5px 25px;
font-family: verdana;
font-size: .65em;
height: 1.3em;
}
div#RightPaneContainer li A:link{text-decoration: none; color:#D9F9FF;}
div#RightPaneContainer li A:visited{text-decoration: none; color:#D9F9FF;}
div#RightPaneContainer li A:hover {text-decoration: none; color: #84D731;}
div#ContentPaneContainer
{
float:Left;
width:700px;
margin:0 0 0 0;
background:#fff;
border: 1px solid yellow;
}
div#footer
{
background:#3B5C7B;
clear:both;
color:#D9F9FF;
font-size:.9em;
padding:2px;
width:100%;
text-align:center;
border: 1px solid green;
}