On Wed, Mar 19, 2008 at 12:02 PM, Carolyn Rosner <[EMAIL PROTECTED]>
wrote:

> Greetings all,
>
> I'm wondering what's up with my page: http://test.nprb.org/new/index.htm
>
> Specifically, the three "buttons" in upper right corner. They are a
> Library item, in their own <div> that's set to float: right. The <span> text
> that shows up on hover is positioned correctly, but those three buttons are
> not flush-right with them. What gives? CSS:
>

Carolyn,

You can either change the width of your div#divButtons to approximately
215px { width:215px; } or right align the text in that div {
text-align:right; }.

You are also including a couple of CSS files more than once.

--G
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to