I would like to make the foot height automatic so that as I add stuff, it will continue pushing the footer down. I have tried to separate the div and to play about with absolute/relative position, but it ain't working.
I tried that , it didn't work but original designer of the template sent me a code that seem to have worked. Now I am working on IE bug Thanks people. S
what was the code ?? it would be helpful for other people if they come across this problem , thanks !!!!
I recommend the following... (Can then adjust as best for your site ...) .footer { color: #fff; background-color: #000; width: 100%; height: 100px; float: left; clear: both; } Code (markup): The colors eoo height is simply the title of example ... This when the footer is to take the whole page. Want only if you have a certain width, must do the following: .footer { color: #fff; background-color: #000; width: 790px; height: 100px; float: left; clear: both; margin: 0 auto; };padding: 0; Code (markup): In this case the body will be adjustments adquados to work ...
slimboyfatz32,JK Net ,shallowink are you CSS/HTML designers? and would you like to design a template at a fee for me? if yes, PM me your proposals. Thanks