williampritchard Posted February 27, 2013 Posted February 27, 2013 I develop a website and I'm try to open it in high resolution but browser just displaying long horizontal scroll bar. The web page not compatible with this resolution. If any one know how to fix it Please help me out.
Jack_mcs Posted February 27, 2013 Posted February 27, 2013 If you are referring to the width of the display, anytime you have to scroll horizontally, it means there is too much on the screen to display. You'll need to reduce that, assuming you are using 100% width in the code. Or you could set the width and it will display the same in all browsers down to that minimum width but may look small in larger widths. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
MrPhil Posted February 27, 2013 Posted February 27, 2013 As Jack said, if you're seeing a horizontal scroll bar, it means that your content width is wider than the available screen (in pixels) and you can be shown only part of it at any one time. For a high resolution screen (say, a browser window wider than 1280 pixels), you should normally see the entire osC page, as it's only 960 pixels wide. Is this a modified or third party theme you're using? Something must be setting the width of the osC content to much wider than 960 pixels. What happens if you reduce your browser to around 1024 pixels wide? If this is not involving osCommerce, you're on your own. If you can write a web page and set up its CSS, you can certainly figure out why your content is so wide. I suppose it's possible that your browser has a bug in it that it can't handle very wide browser windows -- try reducing its width and see if it behaves any better.
angelpeterson Posted March 4, 2013 Posted March 4, 2013 I think you should change your body width pixel to percentages. May be After that website adapt each resolution and appear in whole screen. if it doesn't work give me the URL.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.