hy there .. is just lookes an hour long for a solution to my problem. I'm using this code to make the dropdwon menu hover on mouse over that i found via the faq :
/*make the menu sub-menu items drop down on mouse hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
display: block;
margin: 0;
}
I can't make it to work that the menu fill fade in and out. Without hover activation it fades while using CSS3 transitions plugin while clicking. Another problem that i have is on the portfolio page. there i used a table and it automatically has 2 colors as bgcolors assigned and i cant change them .. really weird.