MyBB Community Forums

Full Version: Something I thought I would share. (Easy submenu)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<ul id="navigation">
<li><a href="http://www.google.com">Link</a></li>
<li><a href="http://www.google.com">Link</a></li>
<li><a href="http://www.google.com">Link</a></li>
<li><a href="http://www.google.com">Link</a></li>
</ul>
^^^You have to edit the link, and yes it works with MyBB

<style type="text/css">
ul#navigation {
display:block;
background-image:url(http://furryworld.net46.net/forum/images/furry/thead.png);
margin:2px;
border:0px;
}
ul#navigation :hover {
background-image:url(http://furryworld.net46.net/forum/images/furry/thead.png);
}
ul#navigation li {
list-style-type:none;
display:inline;

}
ul#navigation a:link,a:visited,a:active {
font-weight:bold;
color:white;
background-image:url(http://furryworld.net46.net/forum/images/furry/thead.png);
}
ul#navigation a:hover {
background-color:white;
background-image:url(http://furryworld.net46.net/forum/images/furry/thead2.png);
}
</style>

You can preview this here: http://www.practiceboard.com/?10104300
I can't for the life of me think of where one would use this.. Where are you suggesting is a good place to use this? Smile