I’m working on a pretty cool login control at the moment and if I could make the text within the input button be vertical instead of horizontally set, it would look great. Would there be any way to do something like this using CSS or just (X)HTML?
If you mean vertical-text on an input button then I don’t think you can do that.
You could use the button element but it won’t post the form unless you script it.
<button>a<br />t<br />e<br />s<br />t</button>
I guess you could use a background image on an input button to get that effect.
That would also be problematic for screen readers. I would suggest the image option too.