Can someone give me an idea of why the footer of this site:

www.wansbeckonline.com

sometimes (and olny sometimes) jumps up the page to just under the middle 
content?  I've tried using the 'clear:' tag in multiple instances but it 
doesn't seem to fix it.

Here's a snippet of the css for the 3 main colums:

#content{ margin-right: 17%; margin-left: 196px; font-family: Arial, Helvetica, 
sans-serif;
font-size: 0.7em; padding: 6px 0px 6px 10px; position: relative;}

#sidebarleft {float:left; width: 196px; left: 0; font-family: Arial, Helvetica, 
sans-serif;
font-size: 0.7em; padding: 6px 0px 6px 0px;  text-align: left; clear: both;}

#sidebaright {float:right;  width: 17%; right: 0; font-family: Arial, 
Helvetica, sans-serif;
font-size: 0.7em; padding: 1px 0px 6px 5px; clear: both;}

html > body #sidebaright {width: 17%; clear: both;}

And for the footer:

#footer {
position: relative;
height: 26px;
padding: 6px 0px 0px 20px;
background: #303030 url(../images/botlogos.gif) no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #ffffff;
text-align: center;
clear: right; 
}
html > body #footer {
height: 20px;
padding: padding: 6px 0px 0px 20px;
clear: right;}

Thanks in advance!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to