crazyboybert
Programmer
hi guys,
i want to use css to style my forms. now i can use something like this..
input{border-style:none}
which gets rid of the borders on my form elements. however what if i only want to get rid of the borders on say text boxes?
i tried things like input:text, my theory being it may work like anchors but with no success. i know i could use classes if i wanted but was wondering if i can reference specific types of input individually...
cheers for any thoughts?
rob
i want to use css to style my forms. now i can use something like this..
input{border-style:none}
which gets rid of the borders on my form elements. however what if i only want to get rid of the borders on say text boxes?
i tried things like input:text, my theory being it may work like anchors but with no success. i know i could use classes if i wanted but was wondering if i can reference specific types of input individually...
cheers for any thoughts?
rob