RakhiKalra
Programmer
Hi Friends,
I am making a web page and applying CSS to the elements of the form.i applied border to <input> like:-
------------------------------------------------------
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
background-color: #FFFFFF;
border: 1px solid Blue;
}
--------------------------------------------------------
my input boxes and buttons are shown as expected but when i write :-
select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
background-color: #FFFFFF;
border: 1px solid Blue;
}
then my combo boxes or select lists are not shown as other elements are..
my form is looking bad cause of inconsistency in the display of different elements...
PLEASE HELP... I WUD B REALLY GREATFUL IF ANY BODY SOLVES THIS PROBLEM OF MINE.
Thanx
Cheers
Rakhi Kalra
I am making a web page and applying CSS to the elements of the form.i applied border to <input> like:-
------------------------------------------------------
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
background-color: #FFFFFF;
border: 1px solid Blue;
}
--------------------------------------------------------
my input boxes and buttons are shown as expected but when i write :-
select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
background-color: #FFFFFF;
border: 1px solid Blue;
}
then my combo boxes or select lists are not shown as other elements are..
my form is looking bad cause of inconsistency in the display of different elements...
PLEASE HELP... I WUD B REALLY GREATFUL IF ANY BODY SOLVES THIS PROBLEM OF MINE.
Thanx
Cheers
Rakhi Kalra