Forum Moderators: open
Scroll bars come as standard one the content exceeds the length or width of the screen, so your web designer has probably disactivated them within the markup. Is there any mention of scrolling in the markup, such as
scrolling="no" on defined frames, or anything which mentions overflow such as overflow:hidden; (maybe in a .css file)?