media 65
Home | Login | Register | Password Reset |

Media 65 Technologies | Beta 0.6 |
User Name:   Password: 

Password Reset
Close


Go Back   Media 65 Forums > Joomla > Joomla Templates

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-12-2007, 10:03 PM
Junior Member
 
Join Date: May 2007
Posts: 9
Default Footer Problem

I am starting to design a new template for my site and I am starting off by getting the basic layout done, but I ran into a problem with the footer. I have a 2 column layout- the menu is on the left and the main body is on the right, but for some reason the footer does not line up at the bottom of the page. Instead it lines up in at the bottom of the main body. This happens both in Firefox and Opera, but in Internet Explorer it lines up at the bottom, but the site is not centered (i used a fixed width). I am not an expert at html and css, so the problem is most likely in how I set my div tags and I was wondering if you could help me fix it. Heres the layout:

Code:
<div id="container">
<div id="header">
<div id="head">
</div>
<div id="headtool">
  <?php if (mosCountModules('user9')>0) mosLoadModules('user9',-2); ?>
</div>
</div>
<div id="main">
  <div id="leftcol">
    <?php if (mosCountModules('left')>0) mosLoadModules('left',-2); ?>
  </div>
	<div id="content">
  <?php mosMainBody(); ?>
  &nbsp;
  </div>
</div>
<div id="footer">
  <?php include_once('includes/footer.php'); ?>
</div>
</div>
And here is the layout in the CSS:
Code:
/* ######################  LAYOUT SETTINGS       ############################## */
#container{width:800px; background-color:#CCCCCC; margin: auto;}
#header {width:800px; height:150px; background-color:#000033;}
#head {width:800px; height:100px;}
#headtool {width:auto; height:50px; background-color:#331234}
#main {width:800px; background-color:#FFFFFF;}
#leftcol {width: 150px; background-color:#FF0000; float:left;}
#content {width: 650px; background-color:#FFFFFF; float:right;}
#footer {width:800px; height:15px; background-color:#FFFFFF;
	padding: 10px 0}

/* ######################  LAYOUT SETTINGS       ############################## */
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -4. The time now is 05:27 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0