On most of my web site (http://sellsbrothers.com), the right-hand column where I keep the search bar and the ads stays on the right-hand side as I intended. However, on some pages (http://www.sellsbrothers.com/Posts/Details/12670), it doesn't. How do I fix the ones that don't? Thanks!
views:
34answers:
2
A:
I checked it with firefox 3.6.2 and was able to see both search box and the ads on both pages. You can check for yourself at Browsershots. It is very possible that on certain browser it might not behave it should.
Two Pages at Browsershot:
Web Logic
2010-05-24 20:13:37
A:
Looks fine on my machine - generally though, I have this problem if the combined widths including padding and margins are too large. This can sometimes happen when the contents of a div forces it to be larger than you have specified, so you have to take this into account. Try experimenting with the padding/margin/width of each element.
Robert
2010-05-24 20:14:10
is there a way to restrict the content of a div so that it doesn't overflow the boundaries of the div?
2010-05-25 02:46:53
OK, I pulled in the content and that made it stop wrapping, but what's with the damn scrollbar?!
2010-05-25 03:04:01