7
Quote:
Find this code in newbb.css and edit the highlighted section to set your dynamic menu width
ul.newbb_level3 {
display:block;
margin:0px;
padding:0px;
border:0px;
[b][size=large]width:100px;[/size][/b]
border:0px solid #9d9da1;
background:#206A8A;
list-style:none;
}
You might also want to change your li.newbb_folder element as well to something like below to make it a little more IE friendly
.
li.newbb_folder {
position:relative;
padding:0px;
background-color: <your colour here>;
border: 1px solid <your colour here>;
list-style-position: outside;
z-index:9;
}