Forums

This topic is locked

formatting jump menus

Posted 21 Oct 2002 14:17:53
1
has voted
21 Oct 2002 14:17:53 Arnold Mühren posted:
Hi there,
A simple question perhaps.
I'd like to give the box of a jump menu the colour of the page background.
How do you do that?
And while I am here anyway - can the little Windows style button with the arrow also be given the same colour?
Please be specific - I am just beginning to do this sort of thing.
Thanks very much.
Arnold

Replies

Replied 21 Oct 2002 17:11:32
21 Oct 2002 17:11:32 Ned Frankly replied:
CSS.

Ned Frankly
Replied 23 Oct 2002 01:11:54
23 Oct 2002 01:11:54 Arnold Mühren replied:
Thanks, Ned.
It took some time for me to realise that the option "select" corresponds with the jump menu box (the inside that is). Then it was simple of course.
But how can I change the appearance of the windows button of the jump menu. I want to give the background colour as well.
I guess you can do that with css as well but I don't see how or where.
Can you help once more.

Cheers, Arnold
Replied 23 Oct 2002 16:26:11
23 Oct 2002 16:26:11 Some One replied:
You can check out other web sites CSS Styles. Like UDzone

See; (View Source)
<style type="text/css">
<!--
input.radio {background: #F2F5FA; color:#000000}
-->
</style>
use :

input {background: #F2F5FA; color:#000000}

Now all of your inputs (submit button, text box etc.) background is #F2F5FA

May you;
.mystyle {background: #F2F5FA; color:#000000}

<input type="submit" class="mystyle">

Ferruh Mavituna : Freelance Web Designer & Developer;
Replied 23 Oct 2002 16:35:35
23 Oct 2002 16:35:35 Arnold Mühren replied:
Thanks, Soul.
I can work it out now.
Arnold

Reply to this topic