Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Ezilon Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 03-29-2004, 04:41 AM   #1 (permalink)
Inactive
 
Sonti's Avatar
 
Join Date: 03-07-04
Location: Denmark
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

Sonti is liked by many
Send a message via ICQ to Sonti Send a message via MSN to Sonti
Changing the color of Select arrow on Forms (CSS)

hi,
i'm changing the colors of input buttons and stuff on my form, but i can't find out what am i gonna call to that little freaking arrow on the Select.
Heres the code i have on my css, plz help

select{
background-image: none;
font-family: Verdana;
font-style: normal;
font-size: 12px;
color: #FFFFFF;
border-color:#FFFFFF;
border-style: solid;
border-width: 1px;
background-color: #99CCFF;
}
Sonti is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 03-29-2004, 01:10 PM   #2 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
probably not possible unfortunately but if you find a way don't hesetate to prove me wrong!
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-29-2004, 11:49 PM   #3 (permalink)
Inactive
 
Join Date: 10-13-03
Posts: 275
iTrader: 0 / 0%
Latest Blog:
None

Distorted is on the right pathDistorted is on the right path
Just use the scrollbar css things. That should work:

[code:1:e308511d14]
.niftyDropdown {
scrollbar-arrow-color: #12406F;
}
[/code:1:e308511d14]

I think that this will work.
Distorted is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-30-2004, 03:57 AM   #4 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
bet it only works on scroll bars!
(and only works on IE of course)
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-30-2004, 01:24 PM   #5 (permalink)
Inactive
 
Join Date: 10-13-03
Posts: 275
iTrader: 0 / 0%
Latest Blog:
None

Distorted is on the right pathDistorted is on the right path
Yes, IE only. Forgot to mention that. :b
Distorted is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-31-2004, 02:07 AM   #6 (permalink)
Inactive
 
Sonti's Avatar
 
Join Date: 03-07-04
Location: Denmark
Posts: 33
iTrader: 0 / 0%
Latest Blog:
None

Sonti is liked by many
Send a message via ICQ to Sonti Send a message via MSN to Sonti
well lazyjim was right about that. i just found out that its not possible to change dropdown arrow on css yet. i just asked my teacher (i'm a multimedia designer student btw) and he confirmed that it is not possible. he wanted to do it on his own website too, but it just could'nt be done... but thanks anyway.. the form looks little ugly with gray dropdown arrows but there is nothing i can do.
Sonti is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-31-2004, 03:25 AM   #7 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
yeah it's a shame
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-01-2004, 03:26 PM   #8 (permalink)
Inactive
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 2,644
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
Wooh, that guy looks like incredible hulk!.
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-05-2004, 09:44 AM   #9 (permalink)
Inactive
 
Join Date: 10-13-03
Posts: 275
iTrader: 0 / 0%
Latest Blog:
None

Distorted is on the right pathDistorted is on the right path
Sorry, I thought that the arrow used the same color as the scrollbars, so I thought that it might have worked with the scrollbar css stuff.

Maybe you could make a "dropdown" menu using divs and dhtml and just use an image for the arrow. It sounds complicated, but it probably is.
Distorted is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please Select the best Logo sizzler_chetan Graphic Design Forum 29 05-23-2007 08:59 AM
Changing fieldnames in forms Louis Coding Forum 6 09-18-2006 06:31 AM
Javascript < select > Sketch Coding Forum 4 05-26-2006 05:07 AM
Download arrow Pimpen 2010 Graphic Design Forum 35 05-21-2004 05:40 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 10:16 AM.
© Copyright 2008 V7 Inc