wersja skryptu MyBB:1.6.14
adres forum:http://kbhl.xaa.pl/initializr/index.html#
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam,
Chciałbym z mojego menu (Strona główna, 4vs4, 1vs1, Puchar)
zrobić listę rozwijaną, zachowując przy tym obecny wygląd tych napisów.

Najlepiej taką (jeśli się da), aby np. przy dodawaniu hovera do tekstu, odnosił się on do każdego elementu menu z osobna (czyli jak najadę na Stronę główną, to żeby podświetlał się napis 'Strona główna', a nie wszystkie napisy w menu)

css
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    
color#222;
}

html {
    
font-size1em;
    
line-height1.4;
}

::-
moz-selection {
    
background#b3d4fc;
    
text-shadownone;
}

::
selection {
    
background#b3d4fc;
    
text-shadownone;
}

hr {
    
displayblock;
    
height1px;
    
border0;
    
border-top1px solid #ccc;
    
margin1em 0;
    
padding0;
}

audio,
canvas,
img,
video {
    
vertical-alignmiddle;
}

fieldset {
    
border0;
    
margin0;
    
padding0;
}

textarea {
    
resizevertical;
}

.
browsehappy {
    
margin0.2em 0;
    
background#ccc;
    
color#000;
    
padding0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    
font16px/26px HelveticaHelvetica NeueArial;
}

.
wrapper {
    
width90%;
    
margin0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    
border-bottom15px solid #748599;
}

.
header-container1 {
    
height55px;
    
background#262626;
    
border-top5px solid #efefef;
    
border-bottom5px solid #b4b6b8;
    
box-shadow0px 5px 10px
     
}


 
.
footer-container,
.
main aside {
    
border-top20px solid #748599;
}

.
header-container,
.
footer-container,
.
main aside {
    
background#343e4a;
}

.
title {
    
colorwhite;
    
font-size34px;
    
font-familyOpen Sans;
     
}
.
title1 {
    
colorwhite;
    
font-size25px;
    
font-familyOpen Sans;
     
}

.
title2 {
    
colorwhite;
    
font-size22px;
    
font-familyOpen Sans;
     
}

.
title3 {
    
colorwhite;
    
font-size20px;
    
font-familyOpen Sans;
    
text-decorationnone;
    
     
}

.
titlea:hover {
text-shadow3px 3px 2px aqua;
}

.
a:link {
colorwhite;
text-decorationnone;
}

a:visited {
colorwhite;
text-decorationnone;
}

.
title1:link {
    
colorwhite;
    
font-size25px;
    
font-familyOpen Sans;
     
}

.
title1:active{
    
colorwhite;
    
font-size25px;
    
font-familyOpen Sans;
     
}
/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    
margin0;
    
padding0;
 
}

nav a {
    
displayblock;
    
margin-bottom10px;
    
padding15px 0;
    
text-aligncenter;
    
text-decorationnone;
    
font-weightnormal;
    
color#262626;
    
background#262626;

}

nav a:hover,
nav a:visited {
    
color#262626;
}

nav a:hover {
    
text-decorationunderline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    
padding30px 0;
}

.
main article h1 {
    
font-size2em;
}

.
main aside {
    
colorwhite;
    
padding0px 510px;
}

.
footer-container footer {
    
colorwhite;
    
padding20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    
padding-top20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    
nav a {
        
floatcenter;
        
width27%;
        
margin0 1.7%;
        
padding25px 2%;
        
margin-bottom0;
    }

    
nav li:first-child a {
        
margin-left0;
    }

    
nav li:last-child a {
        
margin-right0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    
nav ul li {
        
displayinline;
    }

    .
oldie nav a {
        
margin0 0.7%;
    }
}

@
media only screen and (min-width768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    
.header-container,
    .
main aside {
        -
webkit-box-shadow0 5px 10px #aaa;
           
-moz-box-shadow0 5px 10px #aaa;
                
box-shadow0 0px 10px #aaa;
    
}

/* ============
    WIDE: Menu
   ============ */

    
.title {
        
floatcenter;
    }

    
nav {
        
floatcenter;
        
width38%;
    }

/* ============
    WIDE: Main
   ============ */

    
.main article {
        
floatleft;
        
width57%;
    }

    .
main aside {
        
floatright;
        
width28%;
    }
}

@
media only screen and (min-width1140px) {

/* ===============
    Maximal Width
   =============== */

    
.wrapper {
        
width1026px/* 1140px - 10% for margins */
        
margin0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    
background-colortransparent;
    
border0;
    
overflowhidden;
    *
text-indent: -9999px;
}

.
ir:before {
    
content"";
    
displayblock;
    
width0;
    
height150%;
}

.
hidden {
    
displaynone !important;
    
visibilityhidden;
}

.
visuallyhidden {
    
border0;
    
cliprect(0 0 0 0);
    
height1px;
    
margin: -1px;
    
overflowhidden;
    
padding0;
    
positionabsolute;
    
width1px;
}

.
visuallyhidden.focusable:active,
.
visuallyhidden.focusable:focus {
    
clipauto;
    
heightauto;
    
margin0;
    
overflowvisible;
    
position: static;
    
widthauto;
}

.
invisible {
    
visibilityhidden;
}

.
clearfix:before,
.
clearfix:after {
    
content" ";
    
displaytable;
}

.
clearfix:after {
    
clearboth;
}

.
clearfix {
    *
zoom1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        
backgroundtransparent !important;
        
color#000 !important;
        
box-shadownone !important;
        
text-shadownone !important;
    }

    
a,
    
a:visited {
        
text-decorationnone;
    }

    
a[href]:after {
        
content" (" attr(href")";
    }

    
abbr[title]:after {
        
content" (" attr(title")";
    }

    .
ir a:after,
    
a[href^="javascript:"]:after,
    
a[href^="#"]:after {
        
content"";
    }

    
pre,
    
blockquote {
        
border1px solid #999;
        
page-break-insideavoid;
    }

    
thead {
        
displaytable-header-group;
    }

    
tr,
    
img {
        
page-break-insideavoid;
    }

    
img {
        
max-width100% !important;
    }

    @
page {
        
margin0.5cm;
    }

    
p,
    
h2,
    
h3 {
        
orphans3;
        
widows3;
    }

    
h2,
    
h3 {
        
page-break-afteravoid;
    }


index
<!DOCTYPE html>
<!--[if 
lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if 
IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if 
IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if 
gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    <
head>
        <
meta charset="utf-8">
        <
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <
title></title>
        <
meta name="description" content="">
        <
meta name="viewport" content="width=device-width, initial-scale=1">

        <
link rel="stylesheet" href="css/normalize.min.css">
        <
link rel="stylesheet" href="css/main.css">

        <
script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    </
head>
    <
body>
        <!--[if 
lt IE 7]>
            <
class="browsehappy">You are using an <strong>outdated</strongbrowserPlease <a href="http://browsehappy.com/">upgrade your browser</ato improve your experience.</p>
        <![endif]-->

        <
div class="header-container">
            <
header class="wrapper clearfix">
            <
h1 class="title"> <br/><center><img src="http://i.imgur.com/qE19t6y.png" /></center></br><center>KOREABALL HAXBALL LEAGUE</center></h1><h1 class="title1"><center>System Ligowy</center></h1><br/></header></div>
                <
div class="header-container1">
            <
header class="wrapper clearfix">
             
            <
h1 class="title3">
            <
center>
            
             
            <
a href="#">LIGA 4vs4</a   
             
             
<a href="#">PUCHAR 4vs4</a   
             
             
<a href="#">LIGA 1vs1</a   
              
             
<a href="#">FORUM</a 
             
                 
             
<a href="#">INNE</a  
         
            
            
</center> </h1>
             </
header></div><br/>
                
        

        <
div class="main-container">
            <
div class="main wrapper clearfix">

                <
article>
                    <
header>
                        <
h1>article header h1</h1>
                        <
p>Lorem ipsum dolor sit ametconsectetur adipiscing elitAliquam sodales urna non odio egestas temporNunc vel vehicula anteEtiam bibendum iaculis liberoeget molestie nisl pharetra inIn semper consequat esteu porta velit mollis nec.</p>
                    </
header>
                    <
section>
                        <
h2>article section h2</h2>
                        <
p>Lorem ipsum dolor sit ametconsectetur adipiscing elitAliquam sodales urna non odio egestas temporNunc vel vehicula anteEtiam bibendum iaculis liberoeget molestie nisl pharetra inIn semper consequat esteu porta velit mollis necCurabitur posuere enim eget turpis feugiat temporEtiam ullamcorper lorem dapibus velit suscipit ultricesProin in est sed erat facilisis pharetra.</p>
                    </
section>
                    <
section>
                        <
h2>article section h2</h2>
                        <
p>Lorem ipsum dolor sit ametconsectetur adipiscing elitAliquam sodales urna non odio egestas temporNunc vel vehicula anteEtiam bibendum iaculis liberoeget molestie nisl pharetra inIn semper consequat esteu porta velit mollis necCurabitur posuere enim eget turpis feugiat temporEtiam ullamcorper lorem dapibus velit suscipit ultricesProin in est sed erat facilisis pharetra.</p>
                    </
section>
                    <
footer>
                        <
h3>article footer h3</h3>
                        <
p>Lorem ipsum dolor sit ametconsectetur adipiscing elitAliquam sodales urna non odio egestas temporNunc vel vehicula anteEtiam bibendum iaculis liberoeget molestie nisl pharetra inIn semper consequat esteu porta velit mollis necCurabitur posuere enim eget turpis feugiat tempor.</p>
                    </
footer>
                </
article>

                <
aside>
                    <
h3>aside</h3>
                    <
p>Lorem ipsum dolor sit ametconsectetur adipiscing elitAliquam sodales urna non odio egestas temporNunc vel vehicula anteEtiam bibendum iaculis liberoeget molestie nisl pharetra inIn semper consequat esteu porta velit mollis necCurabitur posuere enim eget turpis feugiat temporEtiam ullamcorper lorem dapibus velit suscipit ultrices.</p>
                </
aside>

            </
div> <!-- #main -->
        
</div> <!-- #main-container -->

        
<div class="footer-container">
            <
footer class="wrapper">
                <
h3>footer</h3>
            </
footer>
        </
div>

        <
script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
        <
script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>

        <
script src="js/main.js"></script>

        <!-- 
Google Analyticschange UA-XXXXX-X to be your site's ID. -->
        <script>
            (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
            function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
            e=o.createElement(i);r=o.getElementsByTagName(i)[0];
            e.src='
//www.google-analytics.com/analytics.js';
            
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
            
ga('create','UA-XXXXX-X');ga('send','pageview');
        </
script>
    </
body>
</
html
Pozdrawiam
Matslom napisał 24.01.2015, 21:38:
Problem nie związany z mybb. Przenoszę