Hi,
I have a Problem with my template on
www.christiansaga.de
I made a fullscreen template, on which the footer will stay at the bottom of the page, till the content is bigger than one page, then it will stay at the end of the content.
Using Firefox, everything is fine, and looks how I wanted it to. But the IE seems to ignore some .css command.
The menu column should go from top to bottom, as displayed in Firefox.
As you can see here:
#leftcontent{
background-image:url(../images/menu_left_background.png);
position:absolute;
top:138px;
bottom:35px;
left:0;
width:150px;
The IE seems to Ignore the bottom tag?
Does someone knows a solution?
Thanx in advance
Christian