Cool.
Cool.
Lets try this again...
Lets try this again... sorry.
Hello all,
I'm a bit of a noobie when it comes to CSS, learning my way through.
We are converting our website layout from mainly tables to css with divs. Had someone that used to work for me come and do a new stylesheet and template. Unfortunately, she left to go to school and is out of communication so I'm left to stumble through. So please bear with me.
On to the the problem.
On our pages we have anchor links to allow customers to see reviews further down the page. When the anchor link is clicked in ie/firefox/chrome (it works fine in opera though), instead of scrolling down to the a name tag, it seems to slide the entire div up into the header causing it to disappear.
URL: http://www.shearcomfort.com/Cordura-...vers-Scott.asp
Just click the link that says "Read Cordura Testimonials & Reviews" right below the stars.
I've left out the html code as it has a lot of asp code and includes in it. Hoping the link will help take care of that.
Relevant (I think) css styles:
#layout { text-align: center; margin: 0 auto; width: 976px; border-right: 5px #000 solid; border-left: 5px #000 solid; } #content { background-color: #fff; overflow: hidden; clear: all; width: 976px; } #sidebar-left { width: 190px; background: #8b8b8b url(../images/background/sidebar-fade.jpg) bottom repeat-x; border-right: 1px #000 solid; float: left; padding-bottom: 32767px; margin-bottom: -32767px; color: #ccc; text-align: left; } #copy { width: 584px; padding: 5px; text-align: left; background-color: #fff; float: left; padding-bottom: 32767px; margin-bottom: -32767px; } #copy-full { width: 770px; padding: 5px; text-align: left; background-color: #fff; float: left; padding-bottom: 32767px; margin-bottom: -32767px; } #sidebar-right{ width: 190px; background: #8b8b8b url(../images/background/sidebar-fade.jpg) bottom repeat-x; border-left: 1px #000 solid; float: left; padding-bottom: 32767px; margin-bottom: -32767px; color: #ccc; text-align: center; }
I hope someone can give me some insight.
Thanks,
Scott
