Search Results

1
vote

Fixed page layout in IE6

Add the following code to the <head> <!--[if lte IE 6]> <style type="text/css"> html, body { height: 100%; overflow: auto; } .ie6fixed { p …