|
sure, I could use a simple <div> to float:right a list
but all I want is a <dl> on the right side of the screen
and then whatever <dd> that is being displayed to push over with a margin-right
only problem is the <dt>s after the <dd> won't stay right
I figured since the whole <dl> is floated right, shouldn't the <dt>s and <dd> also float:right since they are held within the <dl>?
Last edited by MattCoops; 09-28-2009 at 02:08 PM..
|