css footer problems (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets and Accessibility



Message


vision2000 -> css footer problems (2/6/2005 8:38:46)

Hi,

How can I get the height of the footer to be the same as the top green stripe so it renders well in IE6 and Firefox? Now it is too high.

http://www.ihost-websites.com/atlas2/

Also, how do I get the leftnav to render well in Firefox? (in my browser there is space between the vertical line and the blue letnav). It's fine in IE.




Giomanach -> RE: css footer problems (2/8/2005 19:10:21)

quote:

#footer
{
clear: both;
margin: 0;
padding: 4px;
color: #fff;
background-color: #66CC99;
border-top: 1px solid #0F6C7E;
}

Add the height attribute:

#footer
{
clear: both;
margin: 0;
padding: 4px;
color: #fff;
background-color: #66CC99;
border-top: 1px solid #0F6C7E;
height: 40px;
}


[;)]

Dan




vision2000 -> RE: css footer problems (2/8/2005 19:50:55)

Thanks Dan...I did but the green footer still appears too high.

Herman




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.0625