Juggledad: Thanks for the reply. My web site is: vegansprout.com
I found this page surfing the internet:
http://www.egil.dk/2007/03/28/css-tr...ow-scrollbars/ with some CSS tricks.
I used the following in my CSS Inserts and it solved the problem:
html {
overflow: -moz-scrollbars-vertical;
overflow: scroll;
}
BUT now I'm having this problem (not sure if the two are related)...
When I view my site on a 13" screen I can see my beige border around the entire site (or container). I've set this using background: #XXXXXXX; in BODY STYLE + Setting a 1250px FIXED LAYOUT WIDTH+ adding background: #XXXXXX; to the CENTER COLUMN STYLE.
However, when I view my site on a 14" screen, I can NOT see this border on the LEFT hand side.
Please let me know if you have any possible ideas on how to fix?
Thank you.