Can someone tell me why my Div "3buttons" is not showing in previews?
Thanks
<title></title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<link href="sax-style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="header"></div>
<!-- InstanceBeginEditable name="main" --><div class="fltlft" id="3buttons"></div>
<div class="fltrt" id="feature"></div>
<!-- InstanceEndEditable --></div>
</body>
<!-- InstanceEnd --></html>
---------------------------------------------------
CSS FROM STYLE SHEET
body {
background: #000000;
margin: 0;
padding: 0;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
background: #E1CC95;
height: 768px;
width: 1000px;
margin: 20px auto;
position: relative;
}
#header {
background: url(images/slices/header-bk.jpg) no-repeat;
height: 134px;
width: 1000px;
}
#feature {
height: 376px;
width: 764px;
background: url(images/slices/rack-feature.jpg) no-repeat;
}
#3buttons {
height: 376px;
width: 236px;
background: url(images/slices/3buttons.jpg);
}
.fltrt {
float: right;
}
.fltlft {
float: left;
}
Thanks
<title></title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<link href="sax-style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="header"></div>
<!-- InstanceBeginEditable name="main" --><div class="fltlft" id="3buttons"></div>
<div class="fltrt" id="feature"></div>
<!-- InstanceEndEditable --></div>
</body>
<!-- InstanceEnd --></html>
---------------------------------------------------
CSS FROM STYLE SHEET
body {
background: #000000;
margin: 0;
padding: 0;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
background: #E1CC95;
height: 768px;
width: 1000px;
margin: 20px auto;
position: relative;
}
#header {
background: url(images/slices/header-bk.jpg) no-repeat;
height: 134px;
width: 1000px;
}
#feature {
height: 376px;
width: 764px;
background: url(images/slices/rack-feature.jpg) no-repeat;
}
#3buttons {
height: 376px;
width: 236px;
background: url(images/slices/3buttons.jpg);
}
.fltrt {
float: right;
}
.fltlft {
float: left;
}