« Year Of Common Sense
Main
We Quit Drinking »
Tech OverloadFirst Code of 2004
January 02, 2004
I've been on vacation all week but I cant go seven days without doing any coding. So yesterday I figured out how to right justify the category in the title line at the top of each entry using CSS. The secret is to use the the float directive.
This is on the right side.This is text on the left!
Some source that does the same thing.
<div style="color:green;font-size:larger;"><span style="color:mediumspringgreen;float:right;font-size:smaller;">This is on the right side.</span>This is text on the left!</div>
Update: for this to work right in IE need to put the float right stuff first otherwise IE seems to put a line feed in.
Posted by jr at January 2, 2004 07:32 AM | Threads