-1
我寫了這個CSS來讓一個窗體在左邊有一個小小的openid標誌,但是我希望窗體保留其默認外觀而不是讓它看起來正確。Css輸入形狀
<html>
<head>
<style type="text/css">
.openid-input {
background: url("http://id.gesellix.de/logo/openid_small_logo_white.gif") no-repeat scroll left center transparent;
height: 22px;
line-height: 22px;
padding-left: 18px;
}
</style>
</head>
<body>
<input type="text" tabindex="100" class="openid-input">
</body>
</html>
需要更多的細節,什麼*右angley看* – Jakub 2011-01-21 16:33:33
我認爲,我們需要看到的代碼的形式,太 - 這是很難想象一個完全未知的形式。 – 2011-01-21 16:36:22