otuatail Posted January 9, 2015 Share Posted January 9, 2015 http://www.des-otoole.co.uk/presentation2/ Hi. I think this is a CSS issue. If I have a web page in a browser so that the content does not fit then there should be scroll bars appearing. I have used CSS to keep the page centred. Any help in this area would be appreciated. Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted January 13, 2015 Share Posted January 13, 2015 You can use this in the css overflow: scroll; Or can be specific x and y to hide one and scroll the other overflow-x: hidden; overflow-y: scroll; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.