Hello guys i have a drop down select box i have used the text-align:center; for centering the
text but its only working in Firefox not in IE, Chrome.
here is the code:
.option
{
text-align:center;
}
Hello guys i have a drop down select box i have used the text-align:center; for centering the
text but its only working in Firefox not in IE, Chrome.
here is the code:
.option
{
text-align:center;
}
Wrap it in a div, and use margin: auto; for the div. (if you want to center the whole element)