I've used CSS to create a "frame" within my page that has scrollbars. I matched the width to the table cell the box is inside. For some reason the container scrolls horizontally as well as vertically and I can't figure out why.
<!-- m --><a class="postlink" href="http://www.drinkingh2o.com/">http://www.drinkingh2o.com/</a><!-- m -->
What am I missing? How do I get rid of the horizontal scrolling?
Thanks!!
erica =)Try using overflow-x:hidden;I couldn't find your stylesheet, but I would say try changing the overflow:scroll to just overflow:auto in the div you want to act as a frame.thanks! i changed it to auto instead of scroll and that fixed it
<!-- m --><a class="postlink" href="http://www.drinkingh2o.com/">http://www.drinkingh2o.com/</a><!-- m -->
What am I missing? How do I get rid of the horizontal scrolling?
Thanks!!
erica =)Try using overflow-x:hidden;I couldn't find your stylesheet, but I would say try changing the overflow:scroll to just overflow:auto in the div you want to act as a frame.thanks! i changed it to auto instead of scroll and that fixed it