Hello everyone,
Im currently making my hosting website and i have added WHMCS to my site, on these pages the content overlaps the footer and i would love to know how i can resolve this.
https://secure456.websitewelcome.com/~concept/clients/
Heres a example - ignore the URL im currently using a shared SSL untill i have enough for a private SSL.
Code:
/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {font-size:100%; line-height:1.0625em; background:#dfdfdf}
html, input, textarea { font-family: Arial, Helvetica, sans-serif;
color:#888888; }
.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}
div.container { overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top; }
form {
margin: 0px;
}
body,td,input,select,textarea {
font-family: Tahoma;
font-size: 11px;
}
.wrapper {
width: 730px;
border: 0px;
padding: 5px;
border-collapse: collapse;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
}
.p{
text-decoration: none;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
a{color:#000000; text-decoration:underline}
a:hover{text-decoration:none}
.link{color:#000000; background:url(images/marker.gif) top left no-repeat; padding-left:20px; background-position:0 5px; text-decoration:none; font-size:.916em }
.link:hover{text-decoration:underline }
.rss{color:#000000; background:url(images/rss.gif) center right no-repeat; padding-right:20px; text-decoration:none; float:right; font-weight:bold }
.rss:hover{text-decoration:underline }
ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/tail.gif) bottom left repeat-x; margin:0; }
ul li a{color:#888888; font-weight:bold; text-decoration:none; line-height:1.83em; background:url(images/marker.gif) top left no-repeat; background-position:0 2px; padding-left:20px;}
ul li a:hover { color:#000000;text-decoration: none; }
.ul li{background:none; margin:0; }
.ul li div{ float:right }
.ul li span{ margin-right:122px }
.ul li a{color:#252525; font-weight:bold; text-decoration:none; line-height:1.83em; background:none; padding-left:0px;}
.ul li a:hover { color:#888888;text-decoration: none; }
/*header*/
#header {font-size:0.75em; color:#FFFFFF }
#header .logo{ margin:35px 0 17px 0 }
#header .title{ margin:0px 0 0px 171px }
#header .bunner{ margin:0px 0 0px 357px; position:absolute }
#header .indent{padding:24px 0 0 34px}
#header .indent-1{ position:absolute; margin:56px 0 0 535px; width:348px}
/*content*/
#content{ font-size:0.75em; width:100%; text-align:left;}
#content .indent-main{padding:31px 26px 36px 35px}
#content .title{ margin-bottom:6px}
#content .title1{ margin:26px 0 6px 0}
#content .title-1{ margin:9px 0 0px 225px; position:absolute}
#content .title-2{ margin:11px 0 0px 224px; position:absolute}
#content .img-left{ float:left; margin:0 20px 16px 0}
#content .img-left1{ float:left; margin:0 1px 0 0}
#content .img-indent{ margin:0 0 16px 0}
#content p{ margin:0 0 13px 0}
#content .p{ margin:0 0 17px 0}
#content .p1{ margin:0}
#content h4{color:#252525; font-size:1em; margin-bottom:5px; }
#content h3{color:#106290; font-size:1em; }
#content .tail{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:9px; margin-bottom:11px}
.txt{ font-weight:bold; float:right; display:block; margin-bottom:25px; color:#252525}
.txt1{ font-weight:bold; float:right; display:block; color:#252525}
.indent-3{ padding:23px 0px 0px 35px}
.indent-4{ padding:23px 0px 0px 36px}
/*footer*/
#footer { color:#252525; font-weight:bold; font-size: 10px; text-align:right}
#footer .indent-footer{ padding:13px 24px 0 50px;}
#footer a {color:#252525; text-decoration:none}
#footer a:hover { text-decoration:underline}
select{ width:93px; margin:0 7px 0 4px; vertical-align:middle; font-size:1em; color:#1f6b97; height:20px; font-family:Tahoma; background:#c8ebfe; border-left:1px solid #8fb2c5; border-top:1px solid #8fb2c5; border-right:1px solid #bbddee; border-bottom:1px solid #bbddee;}
.indent-2{ position:relative; padding-left:20px; float:left}
.h{ height:25px}
.block-contact span{ float:right; margin-right:20px}
.input{
border-left:1px solid #8fb2c5;
border-top:1px solid #8fb2c5;
border-right:1px solid #bbddee;
border-bottom:1px solid #bbddee;
background:#c8ebfe;
vertical-align:middle;
width:165px; height:18px;
font-size:1em;
color:#1f6b97;
font-family:Arial, Helvetica, sans-serif;
padding-left:5px;
padding-top:2px
}
input{
border:1px solid #a4a4a4;
background:#FFFFFF;
font-family:Tahoma, Geneva, sans-serif;
width:253px; height:18px;
font-size:11px;
padding-left:5px;
padding-top:2px
}
textarea{
border:1px solid #a4a4a4;
background:#FFFFFF;
font-family:Tahoma, Geneva, sans-serif;
width:268px; height:95px;
font-size:11px;
padding-left:5px;
margin-bottom:11px;
overflow:auto
}
span.h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
color: #006696;
line-height: 24px;
}
span.h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #000000;
line-height: 24px;
}
span.h3{
font-family: tahoma;
font-size: 12px;
line-height: 11pt;
color: #000000;
text-align:justify;
}
span.h4{
font-family: tahoma;
font-size: 15px;
line-height: 11pt;
color: #006696;
text-align:justify;
}
span.h5{
font-family: tahoma;
font-size: 14px;
line-height: 11pt;
color: #016694;
text-align: left;
}
/*plans*/
table.plans{
width: 543px;
font-size: 0.7em;
}
td.plan_header{
padding: 6px;
background: #81D1FF;
border: 1px solid white;
}
td.plan_option{
padding: 5px;
width: 40%;
background: #F0F0F0;
border: 1px solid white;
}
td.plan_list, td.plan_list_head{
padding: 5px;
width: 20%;
text-align: center;
}
td.plan_list_head{
padding: 8px 5px 8px 5px;
border: 1px solid white;
background: #F0F0F0;
}
td.plan_list_head a{
color: #000000;
}
td.plan_empty {
width: 40%;
}
.heading {
font-family: Tahoma;
font-size: 18px;
font-weight: normal;
color: #65A5E6;
}
.heading2 {
font-family: Tahoma;
font-size: 16px;
font-weight: bold;
text-decoration: none;
color: #000000;
}
.heading3 {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
color: #16679F;
}
.contentbox {
width: 75%;
text-align: center;
background-color: #f7f7f7;
border: 1px dashed #cccccc;
padding: 5px;
margin-left: auto;
margin-right: auto;
}
.errorbox {
border: 1px dashed #cc0000;
font-weight: bold;
background-color: #FBEEEB;
text-align: center;
width: 90%;
padding: 10px;
color: #cc0000;
margin-left: auto;
margin-right: auto;
}
.clientarealinks {
background-color: #FDFCDD;
padding: 10px;
}
.clientarealinks a {
color: #555555;
}
table.topnavbar {
width: 100%;
}
tr.topnavbar {
background-color: #efefef;
font-weight:bold;
text-align: center;
}
tr.topnavbar a {
color: #000000;
text-decoration: none;
}
tr.topnavbar a:hover {
color: #666666;
}
table.frame {
width: 100%;
border: 1px solid #8FBCE9;
padding: 0px;
}
.fieldarea {
background-color: #EFF2F9;
text-align: right;
}
.clientareatable {
width: 100%;
background-color: #cccccc;
}
tr.clientareatableheading {
background-color: #efefef;
font-weight: bold;
text-align: center;
}
tr.clientareatableactive {
background-color: #ffffff;
text-align: center;
}
tr.clientareatablepending {
background-color: #FFFFE2;
text-align: center;
}
tr.clientareatablesuspended {
background-color: #E9FFD2;
text-align: center;
}
tr.clientareatableterminated {
background-color: #FFE1E1;
text-align: center;
}
.networkissuessummary {
background-color: #f6f6f6;
border: 1px dashed #cccccc;
padding: 10px;
text-align: center;
}
.networkissuesopen {
font-size: 16px;
font-weight: bold;
color: #65CC00;
padding-right: 20px;
}
.networkissuesscheduled {
font-size: 16px;
font-weight: bold;
color: #EEDD00;
padding-right: 20px;
}
.networkissuesclosed {
font-size: 16px;
font-weight: bold;
color: #888888;
}
.networkissuedescription {
border-left: 5px solid #efefef;
padding: 20px;
padding-top: 1px;
}
.networkissueaffected {
background-color: #FDFCDD;
padding: 10px;
margin-top: 10px;
}
.clientticketreplyheader {
margin-top: 20px;
background-color: #92BDEA;
font-weight: bold;
color: #ffffff;
padding: 4px 20px 4px 20px;
}
.clientticketreply {
min-height: 80px;
background-color: #ffffff;
background-image: url('images/clientticketreplybg.gif');
background-repeat: repeat-x;
padding: 10px;
}
.adminticketreplyheader {
margin-top: 20px;
background-color: #888888;
font-weight: bold;
color: #ffffff;
padding: 4px 20px 4px 20px;
}
.adminticketreply {
min-height: 80px;
background-color: #ffffff;
background-image: url('images/adminticketreplybg.gif');
background-repeat: repeat-x;
padding: 10px;
}
.closeticket {
border: 1px dashed #cc0000;
font-weight: bold;
background-color: #FBEEEB;
color: #cc0000;
}
.textblack {
color: #000000;
}
.textblue {
color: #224488;
}
.textgreen {
color: #779500;
}
.textgrey {
color: #888888;
}
.textgold {
color: #ffbb55;
}
.textorange {
color: #ff6600;
}
.textred {
color: #cc0000;
}
Heres my CSS
Thanks a lot for any help!
Jack
|