- This topic has 1 reply, 2 voices, and was last updated 13 years, 5 months ago by
imported_Ryan.
-
AuthorPosts
-
September 13, 2011 at 6:19 pm #1806
Anonymous
MemberI have installed the Menu plug in which by the way is excellent.
Was just wondering if anyone knows how to center the menu on my page. Have had a good dig around the internet, but have found no straight answers.
My page is here:
http://www.fps-games.co.uk/I have left the redundant menu in place for now while i get this menu fully configured.
This is my CSS:
#suckerfishnav {
background:#6A6A6A repeat-x;
font-size:18px;
font-family:georgia,sans-serif;
font-weight:200;
width:100%;
text-align: center;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:60px;
padding:0px 0px 0px 0px;
border:10px solid #DEE7FA;
width:1000px;
margin:0 auto;
}
#suckerfishnav a {
display:block;
color:#FFFFFF;
text-decoration:none;
padding:0px 10px;
}
#suckerfishnav li {
float:left;
padding:0px;
}
#suckerfishnav ul {
position:absolute;
left:-999em;
height:auto;
width:120px;
font-weight:normal;
margin:0 auto;
line-height:1;
border:0;
border-top:1px solid #666666;
}
#suckerfishnav li li {
width:100%;
border-bottom:0px solid #666666;
border-left:0px solid #666666;
border-right:0px solid #666666;
font-weight:200;
font-family:georgia,sans-serif;
}
#suckerfishnav li li a {
padding:4px 10px;
width:100%;
font-size:14px;
color:#FFFFFF;
}
#suckerfishnav li ul ul {
margin:-23px 0 0 100px;
}
#suckerfishnav li li:hover {
background:#FFFFFF;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#676767;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#FFFFFF;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#FFFFFF;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background:#8C8C8C;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#8C8C8C;
}Any help on this would be greatly appreciated.
Thanks
September 21, 2011 at 1:38 am #9381imported_Ryan
MemberWe no longer provide free support for menus sorry.
-
AuthorPosts
- You must be logged in to reply to this topic.