jeffrey morin wrote (but not in the e-mail):

> the link is the only thing i want text aligned right. i did the display block
> on the link and then applied text-align: right and it worked. but why does
> this work? i am not familiar with this technique

When you set a link to display: block, it becomes a block element. Block 
elements by default take on the full width of their containing element. So now, 
the text within the link is free to slide across to the right.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to