I have problem with generating of <asp:Label> in different browsers. For example in IE is text on top of span generated by Label; in Opera it is in the middle.. when i set display to inline:

Can I somehow unite differences and set the same aligning in both browsers? (I want to set top align in Opera too) I was not able to find any solution working for me. Thanks.
This is not exactly what I imagined, but with this hack I can position text special for IE and the result is what i needed.
So the position of label in his span is still different to other browsers, but I can move entire span.
http://blog.vervestudios.co/blog/post/2011/05/13/IE9-Only-CSS-Hack.aspx
Thanks to all for your answers