2013-03-19 68 views
0

大家好,我似乎遇到嚴重的麻煩,讓我的div到我需要的地方。這是鏈接到website有我的div對齊問題

正如你所看到的我的幻燈片應該是在框架中,但現在我可以讓它做到這一點。

這裏是the link to the style sheet Im正在處理。 一些幫助將非常感謝,我一頁一頁地搜索,似乎無法找到任何解決方案,所以我可以到我從前找到幫助的地方。

回答

0
#slideshow { 
position: relative; 
left: auto; 
right: auto; 
top: 119px;} 

這個CSS看起來可怕(的#contentleft:auto; margin-top: auto寬度...)

我的建議是改弦更張,擺脫所有這些汽車的。

0

這會幫你得了什麼病:

#contentbox { 
    position: relative; 
} 
#content { 
    position: absolute; 
    left: 100px; 
    top: 100px; 
} 

個人喜好:

#wowslider-container1 { 
    border: none; 
} 
+0

非常感謝你的幫助 – Mumblz 2013-03-19 21:54:06

+0

不客氣。請接受和/或提出有用的答案。 – isherwood 2013-03-19 23:47:37

0

您是否嘗試過刪除 「的margin-top:汽車;」?

#content { 
height: 374px; 
width: 524; 
margin-right: auto; 
margin-left: auto; 
margin-top: auto; 

}

0

速戰速決是添加

.ws_images{ 
    margin-top: 122px; 
}