They are positioning themselves outside the content div. I have tried setting the content div positioning to absolute. I am not sure if I am missing something or doing something wrong. Could someone please help me?
Here is the code that I am using
#content {
position: relative;
width: 940px;
margin-left: auto;
margin-right: auto;
height: auto;
overflow: visible;
}
.message {
width: 950px;
height: 25px;
}
.admin {
width: 200px;
border:#CCC thin solid;
margin: 0;
padding: 0;
position: absolute; left: 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 10px #888;
-moz-box-shadow: 0px 0px 10px #888;
-webkit-box-shadow: 0px 0px 10px #888;
background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF));
background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE);
}
.misc {
width: 200px;
border:#CCC thin solid;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
min-height: 50px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 10px #888;
-moz-box-shadow: 0px 0px 10px #888;
-webkit-box-shadow: 0px 0px 10px #888;
background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF));
background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE);
position: absolute; left: 650px; top: 250px;
}
ul {
padding: 0;
margin: 0;
list-style-type: none;
list-style-position:outside;
text-indent: 5px;
}
li {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
display:block;
width: 200px;
margin-bottom: 3px;
}
li a {
text-decoration: none;
color: #006;
}
li a:hover {
padding-left: 5px;
color: #006;
text-decoration: underline;
}
.top {
font-variant:small-caps;
text-transform:capitalize;
display: block;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 5px;
width: 200px;
height: 25px;
line-height:25px;
background-color:#CCC;
text-align:center;
}

New Topic/Question
Reply



MultiQuote




|