CSS - Too Much Room Under Footer
My site, http://www.in-a-dream.org, is having problems with space under the footer. Before it was a lot smaller, and then when I changed the layout somehow it became super stretched. I have no idea what is going on. The layout is not completely finished and I know there are broken images right now which will be changed. For right now the css is:
Code: /* Begin Typography & Colors */ body { font-size: 70%; /* Resets 1em to 10px */ font-family: Verdana, Arial, Sans-Serif,'Trebuchet MS'; background: #6C6C6C url('images/background.jpg'); color: #333; text-align: center; } #page { text-align: left; position:relative; left:0; top:-1320px; width: 894px; } #header { background: #BB2845 url('images/header.jpg') no-repeat bottom center; position:relative; left:0; top:0px; width: 676px; } #topbackground { background: #C7D67F url('images/topbackground2.jpg'); height: 1300px; } #headerimg { margin: 7px 9px 0; height: 370px; width: 676px; } #content { font-size: 1.2em; background: #FFFFFF url('images/contentbackground.jpg'); position:relative; left:0; top:0px; text-align: left; padding: 0px 8px 0px 8px; width: 660px; } .narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; } #footer { background: #DFE1E3 url('images/footerbackground.jpg'); border-bottom-color: #D2AED2; border-bottom-width: 3px; border-bottom-style: solid; text-align: center } h1, h2, h3 { font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; font-weight: normal; border-bottom: 1px dashed; line-height: 1.6em; } h1 { font-size: 4em; text-align: center; } h2 { font-size: 1.6em; } #sidebar h2 { font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; font-size: 1.2em; font-weight: bold; text-align: right; } h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; } h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; } .entry p a:visited { color: #E0316C; } .commentlist li, #commentform input, #commentform textarea { font: 0.9em Verdana, Arial, Sans-Serif,'Trebuchet MS'; } .commentlist li { font-weight: bold; } .commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; } .commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; } #commentform p { font-family: Verdana, Arial, Sans-Serif,'Trebuchet MS'; } .commentmetadata { font-weight: normal; } #sidebar { font: 1em Verdana, Arial, Sans-Serif,'Trebuchet MS'; background: #FFFFFF url('images/sidebarbackground.jpg'); } small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; } code { font: 1.1em Verdana, Arial, Sans-Serif,'Trebuchet MS'; } a { color: #E03164; font-weight: bold; text-decoration: none; font-family: Verdana, Arial, Sans-Serif, 'Trebuchet MS'; } a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; } a:visited:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; } .images { margin: 0px 12px 0 0; padding: 10px; background-color: #E6E6E6; border-bottom: 1px solid #CBCBCB; border-right: 1px solid #CBCBCB; } .images:hover { margin: 0px 12px 0 0; padding: 10px; background-color: #D6D6D6; border-bottom: 1px solid #D6D6D6; border-right: 1px solid #D6D6D6; } .sideimages { margin: 0px 0px 0 0; padding: 5px; background-color: #E6E6E6; border-bottom: 1px solid #CBCBCB; border-right: 1px solid #CBCBCB; } .sideimages:hover { margin: 0px 0px 0 0; padding: 5px; background-color: #E2C1A2; border-bottom: 1px solid #E2C1A2; border-right: 1px solid #E2C1A2; } .images2 { margin: 0px 6px 0 0; padding: 5px; background-color: #E6E6E6; border-bottom: 1px solid #CBCBCB; border-right: 1px solid #CBCBCB; } .images2:hover { margin: 0px 6px 0 0; padding: 5px; background-color: #D6D6D6; border-bottom: 1px solid #D6D6D6; border-right: 1px solid #D6D6D6; } /* End Typography & Colors */ /* Begin Structure */ body { margin: 0 0 20px 0; padding: 0; } #page { background-color:transparent; margin: 20px auto; padding: 0; width: 894px; } #header { background-color: #73a0c5; margin: 0 0 0 1px; padding: 0; height: 370px; width: 676px; } #headerimg { margin: 0; height: 370px; width: 100%; } .narrowcolumn { float: left; padding: 0px 0px; margin: 0px 0px 0px 1px; width: 894px; } #footer { clear: both; padding: 8px 8px 8px 8px; width: 660px; margin: 0px 1px; height: 142px; font-family: Verdana, Arial, Sans-Serif,'Trebuchet MS'; color: #FFFFFF; } /* End Structure */ /* Begin Headers */ h1 { padding-top: 70px; margin: 0; } h2 { margin: 15px 0 0; } #sidebar h2 { margin: 5px 0 0; padding: 0; } /* End Headers */ /* Begin Images */ p img { padding: 0; max-width: 100%; } img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; } img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; } .alignright { float: right; } .alignleft { float: left } /* End Images */ /* Begin Lists */ html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: -10px; } html>body .entry li { margin: 7px 0 8px 10px; } .entry ul li:before, #sidebar ul ul li:before { content: "�BB �20"; } #sidebar ul, #sidebar ul ol { margin: 0; padding: 0; } #sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px; } /* End Entry Lists */ /* Begin Form Elements */ #commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 3px; } #commentform textarea { width: 80%; padding: 2px 2px 0 0; margin: 5px 5px 1px 3px; } /* End Form Elements */ /* Begin Comments*/ .alt { margin: 0; padding: 10px; } .commentlist li { margin: 15px 0 3px; padding: 5px 10px 3px; list-style: none; } #commentform p { margin: 5px 0; } /* End Comments */ /* Begin Sidebar */ #sidebar { margin-top: -2px; margin-left: 677px; padding: 0px 9px 8px 8px; width: 199px; text-align: justify; border-bottom-width: 2px; border-bottom-color: #769BD2; border-bottom-style: solid; border-top-width: 2px; border-top-color: #769BD2; border-top-style: solid; } /* End Sidebar */ /* Begin Various Tags & Classes */ blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; } blockquote cite { margin: 5px 0 0; display: block; } .center { text-align: center; } hr { display: none; } a img { border: none; } /* End Various Tags & Classes*/ Also, how do I get my footer to stick to the content bar no matter how long or short it is so that it doesn't hang below the sidebar when the content area is shorter than the sidebar? Similar Tutorialsi have tried margins and padding but its not working! Code: .contenttable { font-family: Verdana; font-size: 12px; color: #606060; } .contenttable tr { margin-top:10px; margin-bottom:10px; padding-top:10px; padding-bottom:10px; } the table is here. any ideas how i can improve it otherwise, after the <tr> margins are fixed? I've got the div below Code: <style> div { height: 100px; position: absolute; overflow-y: auto; } </style> <div> Some text goes here<br> Some text goes here<br> Some text goes here<br> Some text goes here<br> Some text goes here<br> Some text goes here<br> Some text goes here<br> Some text goes here<br> Some text goes here<br> </div> This div is the width required to hold the text. Unfortunately once the scroll bar is added to the div it obscures the text. Is there a way to make the div expand horizontally that bit extra required by the scrollbar? I know i can put padding-right on the div. I'm looking for a way that will only expand if further if a scrollbar is needed. I'm having trouble with my website structure... view this page for an example... css is here... The Footer (which currently consists just of the validation images) is suppossed to be at the bottom of the page... It works in IE except there is a little line between the images (it is also part of the link...), and it doesn't work at all in FF... how do I get rid of the line in IE, and what do I need to add or change in my css to get it to be viewed properly in FF? Thanks Bryan I've read through a few CSS documents and I can't find any references to this, so excuse me if I've missed something (which I hope I have!). I want to be able to place a footer on my pages and always have it stuck to the bottom of the browser window, regardless of the amount of content in the page. So even if the page were nothing but the header and footer, the footer would be right at the bottom of the page. Can I do this in CSS? Hey All, I'm stumped on a problem I'm having with css. Here's the website I'm working on: johnraymondonline.com/mjbfoundation/ It's wordpress and I was working to modify a template. The problem I'm having is with the div for the footer. I've made the width 100% and it's not expanding the full width of the page. I've checked to see if it was encased in a div and it appears as if it isn't. I'm not sure what to do at this point...use absolute positioning? Any help would be appreciated. Thanks in advance!!! Here is my page: http://dev.donmyersministries.com/ The CSS in on the page itself still. My problem: I want my footer to go at the bottom after the two columns, but I just can't figure it out. I have read several tutorials on keeping the footer at the bottom, but nothing has worked for me. This is my first (good) CSS only layout. Help! Thank you all. later So I have this site and I'm not great with css, but this one has to be done all in css I think. And I've got everything working except for the footer. The footer needs to display below the background image which is aligned center top. So if there is plenty of text, the footer should display below all of the text, and if there isn't much text then it should display under the background image. This is how its currently set up: container div header div wrapper div wrapper div left div middle div right div footer div wrapper div the footer has position: absolute; bottom: 0; the container with position: relative puts the footer up the top over the top of the header. With position: absolute it does something else weird, and with neither it puts the footer at the bottom of the screen over the top of the content. the wrapper has relative position, which seems to be why the left, middle and right divs are positioning correctly with their positions as absolute. I think the header just positions correctly since its up top. So it would seem I'd need the footer to be inside another div that is position relatively. I just tried that, but it also positions the footer at the bottom of the screen with more content under it.. I guess what I want really is to have the site split into three horizontal divs, header, main and footer. Then within each of those to center all of the content to only 975px wide. And really its only the main div that needs the background image at all. Can anyone help? I want my footer to have no whitespace under it (like 1px ). I have it set like this: #footer { border-top:1px solid; text-align:right; margin:0px; font-size:smaller; padding-bottom:0px; } and it doesn't work so I'm guessing it is somewhere else in the file but I've tried messing around with most (all?) of the padding / margins and it still doesn't work. How could I do this? What I want is like the footer at http://www.oswd.org . Code: http://xbox-free.co.uk/ Can anyone advise as to why my footer is overlapping/floating to the right? Cheers, Neil Hi all, I'm having troubles with my footer and I hope someone will be able to help: test.katiefleming .ca (remove space) User: wendy Pass: letmein The footer is supposed to span across the bottom forever should the user increase the browser window (this works). However, my text moves as the window is expanded/contracted. I want it to be fixed. No idea how to do this. Any help would be great! Hello All, My question regards footers using CSS. How would you have a footer like they do on Linkworth(dot)com so that it fluctuates depending on how long the page is? So if you have a really long scrolling page, the footer is at the bottom and likewise if the page is really short, the footer is also at the bottom, but so there is never any white space below it. I have a similar design I am working on, but when there is too much type, it runs behind the footer image and the footer never moves down accordingly. Thank you for your help - appreciated. Hi, Im trying to make my footer on my page be a certain height of around 150px. BUT I want it to fill to the bottom of the page even when there is less content or the window is made larger or smaller. So basically a sticky footer which fills to the bottom of the page. An example would be the footer he yoast.com My current CSS is he #fwrap { background-color:#BAAE9F; border-top: 1px solid white; border-top-width: 1px; border-top-style: solid; border-top-color: white; width:100%; height:100%; height:145px; } Any help would be appreciated! Thanks Hello. Maybe this would be a better post on CSS. Here is my code. Right now I'm trying to add a set of links at the bottom of the web page. Any thoughts? This has been driving me nuts! Thanks again everyone HTML Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "(URL address blocked: See forum rules)"> <html> <head> <title> Attorneys at Law, New York Lawyer</title> <meta name="" content=""> <META NAME="Generator" CONTENT="Microsoft FrontPage 5.0"> <meta name="KeyWords" content="HTML"> <link rel="stylesheet" type="text/css" href="index.css" /> <script src="index.js"> </script> </head> <body> <div id="mainContainer"> <div id="topBar"><img src="webbanner.jpg" width="760" height="100"> <!--#include file="left_bar.shtml" --> <!-- Main Content--> <div id="mainContent"> <!-- Google Search--> <form action="" id="cse-search-box"> <div align="right"> <input type="hidden" name="cx" value="013298611985327428493:xedrvpp2ns4" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" size="31" /> <input type="submit" name="sa" value="Search" /> </div> </form> <script type="text/javascript" src="(URL address blocked: See forum rules)=cse-search-box&lang=en"></script> <!-- BreadCrumb Nav--> <div id="navBreadCrumb"> <a href="(URL address blocked: See forum rules)">Home</a> <img src="breadcrumb_arrow.png" width="8" height="5" /> <a href="">Areas of Practice</a> <img src="breadcrumb_arrow.png" width="8" height="5" /> <a href=""> Real Estate</a> <img src="breadcrumb_arrow.png" width="8" height="5" /> <strong>Foreclosure</strong> </div> <h1><font face="times new roman, times, serif" size="5">About Our Firm</font> <hr size="2" width="100%" /> <!-- end content --></h1> <p align="justify"><strong>Lawyer</strong> is a full-service law firm with conveniently located offices in ... and ... Counties. As the largest suburban general practice in ..., we have a skilled team of 31 attorneys, including a physician-attorney, as well as two on-staff Registered Nurses and an extensive support staff to serve our clients.</p> <p align="justify">Test Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test Testv</p> <h5>Why should you choose .... at your New York Attorney?</h5> <p align="justify">Test Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test Testv </p> <p align="justify">individual circumstances.</p> <p align="justify">Test Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test Testv</p> <p align="justify">Test Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestvTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test Testv</p> <p align="justify">Test Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestvTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestvTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test Testv</p> <h5>Affiliations</h5> <p align="justify">Test Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestvvTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test TestTest Test Testv</p> <p align="justify">Please visit our <a class="con" href="practice_areas.php"> areas of practice</a> for further information on our legal services or <a class="con" href="email.php"> contact us </a>directly for an initial consultation.</p> </div> </div> </div> </body> </html> CSS Code: html{ height:100%; } body{ font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size:0.8em; margin:0px; padding:0px; background-color:#001b4f; text-align:center; } .clear{ clear:both; } #mainContent{ padding-right:10px; padding-left:210px; padding-bottom:10px; background-color:#fff; } #mainContainer{ width:760px; text-align:left; margin:0 auto; background-color: #fff; border-left:1px solid #272727; border-right:1px solid #272727; padding-bottom:10px; } #topBar{ width:760px; height:100px; padding-bottom:0px; padding-top:0px; border-bottom:2px solid #272727 } #searchbox{ position:absolute:0,0; } #leftMenu{ width:200px; padding-left:10px; padding-right:1px; float:left; background-color: #fff; padd padding-top:25px; } #botTable{ display: table-footer-group; float: top; bottom: 100% This page describes an effect I am trying to achieve, but doesn't work in either Safari or IE 5 on the Mac. The footer always appears at the bottom of the canvas and not at the bottom of the viewport as it is claimed to do in the first demo. How else can this type of footer be done so that it will work with these browsers (and have better browser compatibility in general?) Thanks! http://scott.sauyet.name/CSS/Demo/FooterDemo1.html HI there I am wondering if anyone can help with a css issue I am strugging to resolve. The url is simplyroomsandsuites co uk (forward slash) blog You can see where the footer image is floating left.. I have tried to float it centrally but it disappears. Thanks for any help. .footerArea {float: left; display: inline; width: 950px; background: url(/images/main_area_bottom_curve.png) top left no-repeat; padding: 30px 0 20px 0;} I have two issues: 1. I have been trying to make a habit of validating my stuff and when I tried to validate my page, I get these errors: Quote: 1. Error Line 31 column 64: end tag for "img" omitted, but OMITTAG NO was specified. ..."index.htm"><img src="images/logo.gif" alt="ICOM"></a> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". ✉ 2. Info Line 31 column 23: start tag was here. <a href="index.htm"><img src="images/logo.gif" alt="ICOM"></a> 3. Error Line 36 column 89: end tag for "img" omitted, but OMITTAG NO was specified. ..."images/index_img.jpg" alt="ICOM"></a></div> ✉ 4. Info Line 36 column 43: start tag was here. ...iv id="indeximg"><a href="about.htm"><img src="images/index_img.jpg" alt="ICO I don't know what this means. 2 (and the primary reason for posting this). I made a page and I have a footer that I want to keep at the bottom of the page regardless of whether the page stretches down that far. In Firefox, it works great. In IE, the footer looks like it moves to the left about 50% and then proceeds to stretch the page 50% more off to the left. My site is: www.icomministries.com My CSS file is: www.icomministries.com/style.css Hi can someone please help me position the footer so that it is always at the bottom of the page. Any help at all would be appreciated. http://www40.brinkster.com/jessjav/en/biography_e.asp I have a css file which looks good enough in internet explorer 6 but when i check it in firefox the footer box goes to the top of the page and the footer links go to the right column box. Where am I going wrong with this? Can anyone please point me in teh right direction please? Here is the css:- Code: body { background-color: #4A4237; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; background-image:url(../../../My Pictures/page_background.gif); } * { margin: 0px; padding: 0px; } html {height:100%; margin-bottom:1px;} #wrapper { width: 700px; margin-right: auto; margin-left: auto; background-repeat: repeat-y; text-align: left; background-color: #FFFFFF; } #nav { background-color: #775d42; padding-top: 10px; padding-bottom: 5px; padding-left: 15px; } #navlist li { display: inline; list-style-type: none; padding-right: 20px; text-transform: capitalize; } #navlist a { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 15px; font-weight: bolder; } #navlist a:hover { color: #AF9981; } #col1 { float: left; width: 500px; } #col2 { float: left; width: 200px; } #col1content p { margin-bottom: 10px; color: #666666; font-size: 12px; line-height: 140%; text-align: justify; } #col1content { padding: 0px 15px 15px; } .footer { BORDER-TOP: #a4d0ed 2px solid; FONT-SIZE: 10px; PADDING-BOTTOM: 20px; WIDTH: 700px; COLOR: #707070; PADDING-TOP: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #333333; TEXT-ALIGN: center; height: 60px; } .footer A:link { COLOR: #9ebd18; TEXT-DECORATION: none } .footer A:visited { COLOR: #9ebd18; TEXT-DECORATION: none } .footer A:hover { COLOR: #a5cfeb; TEXT-DECORATION: underline } .footer A:hover { COLOR: #a5cfeb; TEXT-DECORATION: underline } #col2content { padding: 15px; text-align: center; } .imageborder { padding: 5px; border: 1px solid #3A4A14; background-color: #F2F3F4; } .subhead { font-size: 11px; color: #78442C; margin-top: 5px; margin-bottom: 5px; } .sidebar { margin-bottom: 10px; color: #666666; font-size: 10px; line-height: 140%; } h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 36px; color: #DAD6CF; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; } h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #B4AA9E; padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 15px; } h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #B4AA9E; padding-bottom: 10px; padding-top: 5px; } #footer p { color: #EEEBE8; font-size: 9px; padding-top: 2px; padding-bottom: 3px; padding-left: 15px; } a:link { color:#0059b4; text-decoration: none; } a:visited { color:#0059b4; text-decoration: none; } a:hover { color:#0059b4; text-decoration: underline; } a:active { color:#0059b4;} If anyone can help me it would be very much appreciated as i am absolutely puzzled. I am not sure if i have put something wrong in the footer or if it is the wrapper. Thanks in advance I am having problems with the footer of our site on the homepage at http://www.themax.co/ . This problem is ONLY occurring in the AOL browser (yes, it's annoying). See the attached image... In the AOL browser, the footer links (HOME, ABOUT, etc.) are sitting ontop of the READ MORE buttons (in the 3 bottom boxed). I tried adding a <div style="clear:both"></div> between the footer and the boxes, but that didn't work. Then I tried a min-height hack - I added the <div class="prop"></div> and <div class="clear"></div> tags to each of the boxes. But that didn't work (the prop and clear class are defined in my stylesheet) ... but that didn't work either. Ug. Running out of ideas. Please help. |