lindendesign Posted April 7, 2010 Share Posted April 7, 2010 Hi there. Im making a little store for a friend but I'm having trouble getting it to look right. Basically, I want it centered, and 90% wide. So I made a wrapper div, and set the width to 90%. In Firefox, it appears central, but when you resize the browser, the column down the right makes the horizontal scrollbar appear. In IE, the store is aligned to the left. Can anyone help. I'll post any code that you need to see, just let me know which bit you need. The address is http://www.thelittleboxofjewels.co.uk/shop/ Thanks in advance, Craig Craig Shaw Linden Design Link to comment Share on other sites More sharing options...
spooks Posted April 7, 2010 Share Posted April 7, 2010 Center & size Shop http://addons.oscommerce.com/info/1485 details methods for both browsers Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al. Link to comment Share on other sites More sharing options...
lindendesign Posted April 7, 2010 Author Share Posted April 7, 2010 Center & size Shop http://addons.oscommerce.com/info/1485 details methods for both browsers Thanks very much, I'll check it out :) Craig Craig Shaw Linden Design Link to comment Share on other sites More sharing options...
burt Posted April 7, 2010 Share Posted April 7, 2010 <body> <div id="wrapper"> </div> </body> stylesheet; BODY { text-align: center; margin: auto; width: 90%; } #wrapper{ text-align: left; } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.