PDA

View Full Version : Navebar prob


ctlatino
11-05-2009, 06:13 PM
Hey guys i am having a hard time finding where the nav bar buttons are generated ... for some reason it's not using the good class. I attached an image if you would like to see.

https://vborg.vbsupport.ru/attachment.php?attachmentid=105914&stc=1&d=1257452150

should be using class="navigation" but is added with class="vbmenu_control"

.navigation {
text-align: center;
height: 43px;
line-height: 43px;
background: url(images/undergroundstyle/misc/navigationbg.gif) no-repeat top right;
padding: 0 13px;
}

ctlatino
11-05-2009, 06:37 PM
sorry for the double post ... please delete my other message ...

--------------- Added 1257453880 at 1257453880 ---------------

Ok found out i just needed to add the vbmenu_control with the same stuff as navigation

thk anyway