paul8agrape
11-03-2006, 11:02 PM
Right off, I'll say I'm a bit new to CSS, so be gentle. :) I was recently told that in order to get a link like the one below (just a test sub-web) to work in IE6 (in which only the middle section would scroll), I had to insert this code:
html {
overflow:hidden;
}
body {
height:100%;
overflow:auto;
}
I have been trying this for a week and have checked in more than one forum for help. I am desperate. I just need someone to look at my code and suggest a way to clean it up and exactly where the code above should go in my .css file. :confused:
http://rain.edchinn.com/bio.shtml
html {
overflow:hidden;
}
body {
height:100%;
overflow:auto;
}
I have been trying this for a week and have checked in more than one forum for help. I am desperate. I just need someone to look at my code and suggest a way to clean it up and exactly where the code above should go in my .css file. :confused:
http://rain.edchinn.com/bio.shtml