Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Dropdown menu third stage (http://forum.bytesforall.com/showthread.php?t=20708)

Viktoria Jul 31, 2013 09:45 AM

Dropdown menu third stage
 
Hello,

I have a problem dropdown menu third stage, the second menu opens fine but the third menu is dropping down, how can I do so that it will be the same line with the second drop-down menu?

Here are my codes and image.


ul.rMenu {
padding:0 !important;
margin:0 !important;
list-style:none !important;

}
ul.rMenu li {
margin:0 5px 0px 0px !important;
padding: 0px 0px 0px 0px !important;

}
ul.rMenu li a {
margin:0px !important;
padding: 2px 15px !important;
color:#cccccc !important;
font:normal 16px Arial !important;
text-decoration:none !important;
border: solid 0px #FFFFFF;
border-right: 0px solid #222222;
border-left: 1px solid #222222;
}

div#menu1 ul.rMenu li {
background-color: transparent;

}
div#menu1 ul.rMenu {
background-color: transparent;
}
div#menu1 ul.rMenu li:hover > a,
ul.rMenu li a:hover {
color:#b61b23 !important;
border-right: 0px solid #aaaaaa;
background: url(/wp-content/themes/atahualpa/images/menu.jpg) repeat top;

}
ul.rMenu li.current_page_item a {
color: #b61b23 !important;
background-color:#000000 !important;

}

#menu1 {
width: 999px !important;
}

div#menu1 {
border-bottom: 0px solid #461D7C;


}

ul.rMenu-ver {
margin: 0 !important;
list-style: none !important;
margin-right: 30px !important;
margin-top: 0px !important;
padding-top: 5px !important;
border-top: solid 0px #444444;

}


ul.rMenu-ver li {
margin: 0 !important;
padding: 0 !important;
border: solid 1px #222222;
border-left: solid 0px #222222;
border-top: solid 0px #222222;
border-bottom: solid 1px #444444;

}

ul.rMenu-ver li a {
margin: 0 !important;
padding: 0 !important;
color: #ffffff !important;
text-align: right;
padding-top: 7px !important;
padding-left: 5px !important;
height: 26px !important;
font:normal 15px Arial !important;
background-color:#000000 !important;
filter: alpha(opacity=80);
opacity: 0.8;
}

li.rMenu-expand li {
width: 210px !important;
/*height: 26px !important;*/
margin-right: -37px !important;
margin-top: 0px !important;
background-image: URL(/wp-content/themes/atahualpa/images/trmenu.png) !important;
float: right;

}


li.rMenu-expand li:hover, .rMenu-expand page_item li:hover {
color: #b61b23 !important;
background-image: URL(/wp-content/themes/atahualpa/images/trmenu.png) !important;

}

.rMenu-expand page_item li {
width: 210px !important;
height: 26px !important;
margin-right: 0px !important;
margin-top: 0px !important;
color: #b61b23 !important;
background-image: URL(/wp-content/themes/atahualpa/images/trmenu.png) !important;

}


ul.rMenu ul {
background-color:transparent;


}

div#menu1 ul.sub-menu li:hover > a, div#menu1 ul.sub-menu li a:hover, .rMenu-expand page_item li:hover {
color: #b61b23 !important;
background-image: URL(/wp-content/themes/atahualpa/images/trmenu.png) !important;

}

Thank you.


All times are GMT -6. The time now is 08:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.