Mjdulle
01-17-2013, 02:53 PM
I have copied and installed the "jQuery Multi Level CSS Menu #1 (http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_horizontal_blue/).' However I can't get the menu bar to center. Doe anybody have clue on how to center the menue bar. I have tried text-align: center
/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: maroon url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
border: 1px solid #778;
border-bottom-width: 0;
color: yellow;
text-decoration: none;
text-align: center;
}
This does not work.
I have also tried to insert in other localtion of the code as well.
/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: maroon url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
border: 1px solid #778;
border-bottom-width: 0;
color: yellow;
text-decoration: none;
text-align: center;
}
This does not work.
I have also tried to insert in other localtion of the code as well.