Not logged inOpenClonk Forum
Up Topic New header

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Günther
That's too wide. The submenu entries should simply hide the search form when shown, instead of forcing horizontal scrollbars:
#nav_navigation {
  min-width: 550px;
}
#nav_search {
float:none;
position:absolute;
right:0;
}
#nav_navigation ul li ul li a {
  padding: 2px 8px 8px 8px;
  background-color: #969694;
}
#nav_navigation ul li ul li a:hover {
  background-color: #969694;
}
#nav_navigation ul li ul li {
  padding: 0px 0px 32px 0px;
}

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill