Hi Experts,
Have you tried FireFox? In FireFox, I found the borders of the input boxes lost using follows css:
input {BORDER-BOTTOM: 1px double inherit; BORDER-LEFT: 1px double inherit; BORDER-RIGHT: 1px double inherit; BORDER-TOP: 1px double inherit;}
I then use this in css:
input {}
all the borders came back.
Do you know why? Anything I am missing?
Thank you in advance.
Have you tried FireFox? In FireFox, I found the borders of the input boxes lost using follows css:
input {BORDER-BOTTOM: 1px double inherit; BORDER-LEFT: 1px double inherit; BORDER-RIGHT: 1px double inherit; BORDER-TOP: 1px double inherit;}
I then use this in css:
input {}
all the borders came back.
Do you know why? Anything I am missing?
Thank you in advance.