Hi everyone,
I’m new to the forum and I’m in need of some assistance. I’m a graphic designer, so I’m not too great with web design. I built a page in Fluxv3 and when I publish the page, there’s quite a but of space below the footer. When I open the page in dreamweaver, the wrapper is shows as 1000x(1612px) which I’m assuming is the cause for the extra space below the footer. Any ideas/suggestions on how I can fix this?
here’s the html:
<html><head>
<meta http-equiv=“Content-Type” content=“text/html;charset=utf-8” >
<meta name=“author” content=“Flux User” >
<meta name=“description” content=“My Website” >
<meta name=“keywords” content=“Flux, Mac” >
<title>Hermitage High School Class of 2002 || 10-year Class Reunion</title>
<link href=“main.css” rel=“stylesheet” media=“screen” type=“text/css” ></head>
<body id=“body_main” >
<div id=“main_wrapper” ><div id=“main_top_banner” flux:locked=“true” ></div><div style=“position:relative; width:800px; height:20px; " ></div><div id=“main_image” flux:locked=“true” ></div><div style=“position:relative; width:800px; height:20px; left:0; top:2px; " flux:locked=“true” ></div><div id=“main_menu” ><img src=“images/navigation/nav_select_01.png” alt=”” ><img src=“images/navigation/nav_deselect_02.png” alt=“” ><img src=“images/navigation/nav_deselect_03.png” alt=“” ><img src=“images/navigation/nav_deselect_04.png” alt=“” ><img src=“images/navigation/nav_deselect_05.png” alt=“” ></div><div style=“position:relative; width:800px; height:20px; left:0; top:5px; " flux:locked=“true” ></div><div id=“main_left_content” ><img src=“images/header_buttons/red_buttons_02.jpg” alt=”" ></div><div id=“main_footer” style=“background-color:#0B0068; " ><br>HOME || REUNION || GALLERY || IN MEMORIAM || CONTACT US<br><br>Site designed by Shannon Williams of Ryano Graphics</div><div style=“position:relative; width:800px; height:20px; left:1px; top:-60px; " flux:locked=“true” ></div><div id=“main_right_content” ><img src=“images/header_buttons/red_buttons_06.jpg” alt=”” ><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><img src=“PastedObjects/red_buttons_08.jpg” alt=“” ></div></div></body></html>
and here’s the css:
#body_main {
background-image:url(images/js_woodslats.jpg);
max-height:inherit;
left:0;
top:-5px;
}
#main_right_content {
position:relative;
left:555px;
top:-602px;
background-color:#FFFFFF;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
height:510px;
width:225px;
}
#main_left_content {
position:relative;
left:0;
top:8px;
background-color:#FFFFFF;
height:505px;
width:501px;
padding:0px 15px 15px 15px;
}
#main_footer {
position:relative;
font-family:Arial;
color:#7D7E81;
font-size:8pt;
text-align:center;
padding:inherit;
height:50px;
width:800px;
padding-bottom:10px;
padding-top:10px;
left:0;
top:32px;
}
#main_menu {
position:relative;
width:800px;
height:106px;
left:0;
top:3px;
background-color:rgba(255,255,255,0.75);
}
#main_image {
position:relative;
width:800px;
height:190px;
left:0;
top:1px;
background-image:url(images/slideshow/herm.jpg);
}
#main_wrapper {
position:relative;
float:none;
margin-left:auto;
margin-right:auto;
display:block;
left:1px;
top:49px;
width:800px;
height:1000px;
}
#main_top_banner {
position:relative;
width:800px;
height:150px;
background-image:url(images/main_banner.jpg);
}
.mystyle {
}