This is a discussion on "Please check this site is there any solution for this problem?" within the Web Page Design section. This forum, and the thread "Please check this site is there any solution for this problem? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Please check this site is there any solution for this problem?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Please check this site is there any solution for this problem?
I am facing the same problem as in the this link below : http://www.csscreator.com/node/11291
I am using absolute position to put my all divs #banner,#left ,#center,#right in liquid layout , everything fine. But when i tried to put the #footer i am faced the same prolem as in the link above. Is there any solution to avoid overlapping of the #footer div? Or no solution to this problem i have to using relative position instead of absolute position, but i don't want to use relative positioning. |
|
|
|
|||
|
Re: Please check this site is there any solution for this problem?
you need a #divclearer .... this runs all the way accross your page and is before the footer... but after the column divs ..... i cant remember the code off the top of my head, but basically the clearer effectivly pushes the footer down as the columns increase in lenght..... ill see if i can dig some more info up if this didnt help
|
|
|||
|
Re: Please check this site is there any solution for this problem?
Quote:
I created #divclear and put it before #footer but nothing happen same problem can u please explain more, see the code below #divcontent { position:absolute; top :70; left:20%; width:60%; font-size:0.8em; } #divclear { clear:both; } #divfooter { position:absolute; bottom:0px; left:0px; width:100%; height:20px; } In HTML <div id="divcontent"></div> <div id ="divclear"></div> <div id="divooter"></div> Footer is coming in the middle of the divcontent if u browse the HTML and if the divcontent height/lenght increased. Last edited by abdghadir; Dec 6th, 2006 at 12:25. |
|
||||
|
Re: Please check this site is there any solution for this problem?
im not an expert but that code doesnt look right - whats it meant to do?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
||||
|
Re: Please check this site is there any solution for this problem?
<div id="divooter"></div> should be <div id="divfooter"></div> unless it is just a typo here.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Please check this site is there any solution for this problem?
I don't know if this answers your question, but I always code my footer differently...
|
|
||||
|
Re: Please check this site is there any solution for this problem?
Don't forget the thingy
|
|
||||
|
Re: Please check this site is there any solution for this problem?
Yeah, never for get the ending thingy...hehehe
|
|
|||
|
Re: Please check this site is there any solution for this problem?
I hate when i forget the thingy. It makes me feel all dirty.
[quote "borat"]High Five[/quote] |
|
||||
|
Re: Please check this site is there any solution for this problem?
Haha, High Five!! That movie was so funny.
|
|
|||
|
Re: Please check this site is there any solution for this problem?
Quote:
|
![]() |
| Tags |
| absolute, positioning |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Check out my site | coldy | Free Web Site Critique | 2 | Apr 24th, 2008 11:39 |
| Check out this Web site, please! | phoon | Free Web Site Critique | 4 | Apr 10th, 2008 14:03 |
| solution to IE7 min-height problem? | edd_jedi | Web Page Design | 10 | Nov 21st, 2006 11:11 |
| Check out my site | webdude | Introduce Yourself | 6 | Nov 9th, 2006 07:50 |