Div display issue


i having issue index page at  http://http://www.pixelsandpaper.com/stannes/st%20annes/index.html  islocated in temporary location.  have set container div 960 px wide , have set left , right margins 20%, however, when page displays in chrome there marked displacement left of screen.  other 2 pages in site have same settings appear fine.  in other browsers left display not evident still there. using dreamweaver cs6

 

perhaps can tell me problem is. appreciate comments.

 

pat

skip 20% right & left margin , use "auto"

.container {

width: 960px;

background-color: #ffffff; /* auto value on sides, coupled width, centers layout */

clear: both;

margin-top: 0;

margin-right: auto;

margin-bottom: 0px;

margin-left: auto;

}

best wishes,

adninjastrator



More discussions in Dreamweaver support forum


adobe

Comments