The templating business drives me crazy - Joomla! Forum - community, help and support
hello,
the templating business drives me crazy, must make xhtml-strict site , i'm there.
the following page xhtml-strict:
http://www.bataviacareercampus.com/job/jobbel/joomla/index.php?option=com_content&task=view&id=28&itemid=117
the problem have there space between content (mosmainbody) , "footer" or "bottom"
this because place of "footer" fixed, , has variable.
how can content height variable, can adjust place "footer"automaticly?
many in advance
the templating business drives me crazy, must make xhtml-strict site , i'm there.
the following page xhtml-strict:
http://www.bataviacareercampus.com/job/jobbel/joomla/index.php?option=com_content&task=view&id=28&itemid=117
the problem have there space between content (mosmainbody) , "footer" or "bottom"
this because place of "footer" fixed, , has variable.
how can content height variable, can adjust place "footer"automaticly?
many in advance
the height here:
change height "auto" or value convenable in css file of template.
all best
code: select all
div#wrapper {
text-align : left;
position : relative;
margin : 0 auto;
width : 750px;
height : 800px;
}change height "auto" or value convenable in css file of template.
all best
Comments
Post a Comment