2011年10月11日 星期二

Adding * To Required Field Using CSS

很實用的CSS :


HTML: <label class="required" for="username">Email address</label>

CSS: .required { background-image:url(/path/to/your/images/dir/required-field.png); background-position:top right; background-repeat:no-repeat; padding-right:10px; }
參考文章:http://www.techchorus.net/adding-required-zendform-field-using-css

圖片:required-field.png

【下列文章您可能也有興趣】

沒有留言: