EdwardKing
07-13-2011, 03:14 AM
I use <input>,it will display a border around input text. Now I want to use css to get rid of left,right and top line,and only leave bottom line of input text,how to realize it with css?
Thanks
Thanks
|
||||
question about input css?EdwardKing 07-13-2011, 03:14 AM I use <input>,it will display a border around input text. Now I want to use css to get rid of left,right and top line,and only leave bottom line of input text,how to realize it with css? Thanks djh101 07-13-2011, 03:17 AM border-top: none; border-left: none; border-right: none; border-bottom: 1px solid; vikram1vicky 07-13-2011, 11:05 AM You can use shorthand property also: border:none; border-bottom:1px solid #000; |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum