這是我在這裏的第一篇文章,因爲我在我的智慧結尾,所以想我會跳進去,並最終尋求一些幫助!浮動div不能正確浮動
我在我設計的網站上有一個「聯繫我們」部分,其中包含一段關於我們的段落,電子郵件和電話。在它旁邊有一個我從php表單生成器獲得的電子郵件聯繫表單。一切都進行得順順當當,直到我在丟棄的壞小子
Anywho,這裏是我的聯繫我們「包裝」代碼:
#contact {
background-image:url(img/contact_bg.jpg);
background-repeat: no-repeat;
width: 820px;
height: 459px;
margin: 25px 70px 50px 70px;
clear: both;
}
#thanks {
width: 324px;
height: 100px;
padding-top: 35px;
}
#thanks span {
font-size: 1.5em;
font-weight: normal;
font-style: italic;
letter-spacing:1px;
color: #ffffff;
text-shadow: 1px 1px 1px #000000;
text-decoration: none;
padding: 0 0 0 25px;
}
#details {
width: 324px;
height: 63px;
padding-top: 25px;
clear: both;
}
#details span {
font-size: 1.115em;
font-weight: normal;
font-style: italic;
letter-spacing:1px;
color: #ffffff;
text-shadow: 1px 1px 1px #000000;
text-decoration: none;
padding: 0 0 0 25px;
clear: both;
}
#about {
width: 324px;
clear: both;
}
#about h2 {
font-size: 1.618em;
font-weight: normal;
letter-spacing:1px;
color: #ffffff;
text-shadow: 1px 1px 1px #000000;
padding-left: 25px;
text-decoration: none;
clear: both;
}
#about span {
font-size: 1em;
font-weight: normal;
letter-spacing:1px;
color: #ffffff;
text-shadow: 1px 1px 1px #000000;
line-height: 14px;
text-decoration: none;
padding: 10px 0 0 25px;
clear: both;
}
,這裏是我的表單的CSS:
#form {
margin:0 auto;
text-align:left;
width:391px;
height: 459px;
float: right;
}
form.appnitro {
margin:20px 20px 0;
padding:0 0 20px;
}
這裏是一些截圖:
這就是它應該是這樣的: 這是它現在看起來像什麼:(
任何幫助非常感謝,如果您需要任何更多的信息,請讓我知道。
非常感謝!
您可以發佈你的標記呢?或者一個實際的鏈接,我們可以看到我們自己? – Brandon 2012-01-09 22:37:53