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
Confused on How to Center Text in Menu
Re: Confused on How to Center Text in Menu
Change this:
#menuwrapper {
/* Fix for Opera 8 */
/* overflow: hidden; */
background-color: #000;
border-bottom: 0px solid #990000;
width: 220px;
margin: 0 auto;
}
Nullig
#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
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
Thanks!!
George
Re: Confused on How to Center Text in Menu
Enclose the menuwrapper div inside another div with a black background.
Nullig
Nullig

