Thanks David and Al for the pointers.
Especially Al for calling me on the excessive css!
Most of the css for the site is provided by the drupal theming layer,
but I certainly had too much redundant stuff in the file(s) that I
added myself.
After removing all statements that were not necessary, it was much clearer.

Thanks again, Ursula

On Fri, Aug 24, 2012 at 4:23 PM, David Hucklesby <[email protected]> wrote:
> On 8/24/12 1:20 PM, Ursula Pieper wrote:
>>
>> Greetings,
>>
>> I can't figure out how to center the top menu in:
>>
>> http://salilab.org/salilab_drupal/
>>
>> I have tried to add:
>>
>> margin-left: auto;
>> margin-right: auto;
>> width: 100%;
>>
>> I aded this to a number of places in the stylesheet, and can't figure
>> out why it's not working.
>>
>
> Try altering these two rules:
>
> ul.nice-menu {
>   /* width: 100%; DELETE */
>   background: #596E98;
> }
>
> ul.nice-menu-down {
>   /* float: left; DELETE */
>   border: 0;
> }
> --
> Cordially,
> David
>
>
>
> ______________________________________________________________________
> 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/
______________________________________________________________________
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