Simple Design question.

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
alkasber
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 36
Joined: Thu May 15, 2008 2:50 pm
Location: Brazil

Simple Design question.

Post by alkasber » Tue Dec 02, 2008 10:10 am

Hello,

I'm trying to put one of the included templates in 1024px resolution, here is the code at style.css

Code: Select all

/* styling for the page body */
body {          width:1024px;padding: 0 10px; margin-top: 0px;margin-left: auto;margin-right: auto;
      text-align: center;vertical-align: top; font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #4d606e url(images/bodyBackground.gif) repeat-x; font-size: 12px;}
It worked just fine but when I change (dragging the border) the size of the browser window (using IE7 right now) the My Basket (with Checkout Now button) and Shipping Estimate controls just float around and don't fit the rest of the page. Whats wrong? Did I miss something? (I don't know a thing about CSS)

Take a look here: http://abledev.kinghost.net/Jing-Gong-MP5-P43.aspx

Thanks!

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Simple Design question.

Post by mazhar » Tue Dec 02, 2008 10:24 am

Well i just tested it IE7 and looking good to me. Is there any thing I'm missing?

Post Reply