Click to See Complete Forum and Search --> : Stopping overflow
cantthinkofanic
12-23-2008, 05:13 AM
Can someone help me make my header not overflow when the page is reduced? I have tried combinations of overflow:hidden but to no avail.
Site page is here (http://www.dorset-county-museum-music-society.org.uk).
You encountered some problems in IE6, I presume. Try this CSS:
html, body {
overflow: hidden;
}
cantthinkofanic
12-23-2008, 08:35 AM
Thanks, no that did not work. If you drag the right browser edge far enough to the right then in any browser the word "Society" will drop to a new line.
nickelleon
12-25-2008, 10:17 PM
I dont fully understand what the problem is. What browser are you using? What browser behavior is bugging you? What are you doing to reproduce this behavior? Be specific and concise and I am sure I can help you.
cantthinkofanic
12-26-2008, 02:15 AM
Got it now. I adjusted some width styles and this seemed to fix it. Thanks.