Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Customising category dropdown

Quote Reply
Customising category dropdown
I would like to apply a style to the select field of the category dropdown (in add.html and modify.html), but I'm unable to find out which file I need to edit. Any help is appreciated.
Quote Reply
Re: [Thomas.] Customising category dropdown In reply to
I've just had a look for the code and it is really hard to find....I looked for 15 minutes and only got as close as admin/Links/Link.pm

The easiest way would be to use CSS.

SELECT {

}

...I think that's it.

Last edited by:

Paul: Feb 24, 2003, 10:35 AM
Quote Reply
Re: [Paul] Customising category dropdown In reply to
Hm, I just found Andy's post: http://www.gossamer-threads.com/...orum_view_collapsed;

I'm using style sheets, but they won't show up in the category dropdown. Anyhow, thanks for your efforts, Paul!
Quote Reply
Re: [Thomas.] Customising category dropdown In reply to
Quote:
I'm using style sheets, but they won't show up in the category dropdown.

Hmm it should do...

Here's what I'm using

Code:
INPUT, SELECT, TEXTAREA {
background: #C00000;
}


...here....

http://213.106.15.160/...bin/lsql/add.cgi?d=1
Quote Reply
Re: [Thomas.] Customising category dropdown In reply to
Forget it, I had a typo in my style sheet, aaargh! Blush

Thanks again, Paul!

Last edited by:

Thomas.: Feb 24, 2003, 10:54 AM