biddingbong
IS-IT--Management
Hi, Ive created a css and I use it in all my pages. Part of it is:
Input{
BORDER-RIGHT: #6495ED 1px solid;
BORDER-TOP: #6495ED 1px solid;
FONT-SIZE: 14px;
BORDER-LEFT: #6495ED 1px solid;
COLOR: #000000;
BORDER-BOTTOM: #6495ED 1px solid;
background: transparent;
}
I use it mainly for my input(text), but my input(button) are also being modified by the css(..and thats normal).
But I want my input(button) to be like normal buttons.
How can I do that?
Thanks
Input{
BORDER-RIGHT: #6495ED 1px solid;
BORDER-TOP: #6495ED 1px solid;
FONT-SIZE: 14px;
BORDER-LEFT: #6495ED 1px solid;
COLOR: #000000;
BORDER-BOTTOM: #6495ED 1px solid;
background: transparent;
}
I use it mainly for my input(text), but my input(button) are also being modified by the css(..and thats normal).
But I want my input(button) to be like normal buttons.
How can I do that?
Thanks