Having a little issue with my code here. I have two span elements that need to stay on the same line. They're working fine in FF and other browsers, but IE6 is giving me some trouble. Any ideas on what might be causing this?
Here's the code snippet for reference:
<span style="font-family:Arial;text-align:left;font-size:30px;color:#06a;">
test
</span>
<span style="font-family:Arial;float:right;font-size:12px;color:#06a;text-align:left;">
This second line keeps dropping down and needs to align with the first one above.
</span>