PDA

View Full Version : easy way to format browse dropdown menu


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

Connie
06-11-2005, 12:45 PM
Oliver,

it's quite nice that you are developing modifications etc.

but: our aim is to have a nice, clean script which separates as strict as possible content and layout

so please can't you design the style in a template and publish that? A modification of scripts because of layout and design is not very effective as it will produce a lot of problems after update...

just my 5 cents, but I think you will understand me :wink:

phunk
06-11-2005, 03:34 PM
yeah i know that updates are complicated with that approach.
anyways, i will not post inline-mods anymore.

Connie
06-11-2005, 04:30 PM
Oliver,

maybe you post your work as Addon or templates?
We need creative people :wink: