phunk
06-11-2005, 12:18 PM
i'm not a big fan of those standard formatted dropdowns, just add the following in index.php on ~ line 484:
// build browse menu
$browse_select = "<select name='browse'
onChange='self.location.href=this.options[this.sel ectedIndex].value;'
style='BACKGROUND-COLOR: #4D4D4D; COLOR: #A4A4A4; FONT-FAMILY: ARIAL; FONT-SIZE: 11px'
><option......
i coded a few styles to let you easily test around with it.
not sure if this could make it's way into the browse_template, not ime to test it right now....
feedback would be nice
// build browse menu
$browse_select = "<select name='browse'
onChange='self.location.href=this.options[this.sel ectedIndex].value;'
style='BACKGROUND-COLOR: #4D4D4D; COLOR: #A4A4A4; FONT-FAMILY: ARIAL; FONT-SIZE: 11px'
><option......
i coded a few styles to let you easily test around with it.
not sure if this could make it's way into the browse_template, not ime to test it right now....
feedback would be nice