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/

Reply via email to