How can I disable the scrolling bars on the main page, and remove the horizontal scrolling bars on the inner websites?
http://www-etud.iro.umontreal.ca/~duryjean/cna/selection.htm
HTML
CNA
CSS :
#backgroundImage table, #backgroundImage td {
height: 100%;
overflow: hidden;
width: 100%
}
#backgroundImage div {
height: 200%;
left: -50%;
position: absolute;
top: -50%;
width: 200%;
z-index: -200;
}
#backgroundImage td {
text-align: center;
vertical-align: middle
}
#backgroundImage img {
margin: 0 auto;
min-height: 50%;
min-width: 50%