The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How would I change this drop down menu on text color change...

3 posters

Go down

Solved How would I change this drop down menu on text color change...

Post by sign da tits April 7th 2011, 4:59 pm

the drop down menu, I want it to change from white to a different colour and when users click it they won't see white, or barely see yellow, so please help!
How would I change this drop down menu on text color change... X558aw


Last edited by sign da tits on April 8th 2011, 12:11 am; edited 1 time in total
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: How would I change this drop down menu on text color change...

Post by Base April 7th 2011, 6:19 pm

Hi, if you want to change that part, please add this to your CSS code:

Code:
.select button {
    background-color: #COLOUR;
    border: medium none;
    font-size: 0.9em;
    margin: 0;
    padding: 4px;
    text-align: left;
}
.select {
    background-color: #COLOUR;
    border: 1px solid #BCBCBC;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 100;
}

Please replace #COLOUR with a hex colour code of your choice. Wink
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How would I change this drop down menu on text color change...

Post by sign da tits April 8th 2011, 12:15 am

Base wrote:Hi, if you want to change that part, please add this to your CSS code:

Code:
.select button {
    background-color: #COLOUR;
    border: medium none;
    font-size: 0.9em;
    margin: 0;
    padding: 4px;
    text-align: left;
}
.select {
    background-color: #COLOUR;
    border: 1px solid #BCBCBC;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 100;
}

Please replace #COLOUR with a hex colour code of your choice. Wink
done, thanks man!
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Solved Re: How would I change this drop down menu on text color change...

Post by Jophy April 8th 2011, 6:35 am

How would I change this drop down menu on text color change... Solved10Since this thread has been marked as 'Solved', I will now lock this thread.

~ Joph25
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum