Page 1 of 1

Confused on How to Center Text in Menu

Posted: Thu Oct 23, 2008 8:37 pm
by yorgi63
Hey all,

I am doing a site and ther are only three pages (HOME, ABOUT, CONTACT) There may be a fourth but that's it. So what I cannot figure out it how to can I center the menu items. They look goofy on that one side. Any help out there?

Here is the site: http://www.spokenwordamerica.com/index.php

Thanks to all who add their knowledge to this board

George

Re: Confused on How to Center Text in Menu

Posted: Thu Oct 23, 2008 10:39 pm
by Nullig
Change this:

#menuwrapper {
  /* Fix for Opera 8 */
  /*  overflow: hidden;  */
  background-color: #000;
  border-bottom: 0px solid #990000;
  width: 220px;
  margin: 0 auto;
}

Nullig

Re: Confused on How to Center Text in Menu

Posted: Thu Oct 23, 2008 11:28 pm
by yorgi63
Thank You!! But now how do I have a black strip side to side like it was before with just the info in the center. Look at the site now an let me know.

Thanks!!

George

Re: Confused on How to Center Text in Menu

Posted: Fri Oct 24, 2008 4:23 am
by Nullig
Enclose the menuwrapper div inside another div with a black background.

Nullig