Should width be treated instead with an html attribute?
I know about left and right margin for setting horizontal position, but the validation messages from my javascript are being messed up when using
margenleft{
margin-left:120px;
}
on a different resolution, how can I do this relatively? I want the select elements to be centrally placed.
If you change the
selectto display: block, you can centre and set its width with the following CSS:And for your viewing pleasure, an example.