2010-04-28 25 views
0

我不能中心的相关网页上的iframe中的元素这个jQuery的iframe中的元素(DIV):怎么能不居中

http://ada.kiexpro.com/test/instruments.html

(点击打开的iFrame莫代尔

HTML:

<h2>Intrument's name</h2> 
    <p>View full-size photo <a href="iframeModal.html?placeValuesBeforeTB_=savedValues&TB_iframe=true&height=500&width=320&modal=true" title="add a caption to title attribute/or leave blank" class="thickbox">here</a> 

iframe的CSS:

#desc img, h3, p { 
    float: left; 
    display: block; 
    margin: 8px 0px; 
} 
#desc input { 
    float: right; 
    font-weight: 700; 
    background-image:url("../images/close.png"); 
    background-repeat: no-repeat; 
    border-width: 0; 
    margin: 0 0 10px; 
    padding:0 12px 6px; 
    background-color: #FFF; 
} 
#desc input:hover { 
    background-image:url("../images/close_hover.png"); 
    background-repeat: no-repeat; 
} 
#mainpic { 
    border: 5px solid #DDD; 
} 
#desc h3 { 
    line-height: 6px; 
    background: url("../images/goldenrose.gif") no-repeat left; 
    padding: 13px 42px; 
} 
#desc p { 
    color: #888; 
} 

回答

1

你是指图片? - > add text-align:center;对身体和文字对齐:左;到图片背后的div(desc)。