2013-04-14 4 views
1

로고 BERE에 대한 CSS에서 이미지를 중심으로 : San-Francisco-Family-Photographer.com 아이폰에아이폰

이미지가됩니다 없습니다 센터입니다.

.header-image #header #title-area { 
    background: url("http://www.san-francisco-family-photographer.com/wp-content/uploads/2013/04/Joey-Chandler-Photographer-square.png") no-repeat scroll center center transparent; 
    background-position: center; 
    height: 130px!important; 
    width: 180px!important; 
} 

.header-image #title-area, .header-image #title, .header-image #title a { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
} 

감사합니다.

답변

0

div에 배치하고 가운데에 배치 할 수 있습니다.

div#image { 
    background: #282; 
    width:130px; 
    height:130px; 
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0; 
    margin:auto; 
}