Guest leadZERO Posted July 26, 2009 Report Share Posted July 26, 2009 I'm working on a website redesign and I've run into a CSS issue I'm not sure how I can solve. Basically it comes down to this, how can you align different sizes of text along the baseline on the left and right. <p style="border: solid 1px #000;"><span style="border: solid 1px #0f0;font-size: 18px;">a</span><span style="border: solid 1px #f00;float: right;font-size:10px;">b</span></p> Link to comment Share on other sites More sharing options...
Ingolme Posted July 26, 2009 Report Share Posted July 26, 2009 (edited) I'm not sure how it will turn out, but try using the vertical-align CSS property Edited July 26, 2009 by Ingolme Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now