Ok, to start off, I reallly don't like HTML Drop Down menus... As far as I can tell, they cannot be changed using CSS Filters... What I want to do on a site I'm working on is make unused form objects semi-transparent, well every other Form object complies except for the drop down menus... perhaps there is a Javascript version of these? Thanks in advance...
HTML Drop Down Alternatives
Page 1 of 17 Replies - 2970 Views - Last Post: 18 June 2002 - 09:08 AM
Replies To: HTML Drop Down Alternatives
#2
Re: HTML Drop Down Alternatives
Posted 28 May 2002 - 09:03 AM
can we see what you're trying to do?
---------
the only thing i've ever been able to change in a dropdown box is the background color and the text color...
---------
the only thing i've ever been able to change in a dropdown box is the background color and the text color...
#3
Re: HTML Drop Down Alternatives
Posted 28 May 2002 - 09:09 AM
do you mean like, the drop down menu's on dreamincode? that can be easily done if your looking for that.
#4
Re: HTML Drop Down Alternatives
Posted 28 May 2002 - 11:05 AM
I'm talking about DDMenus Like the following:
<select class='transparent' size='1' name='DDUser'>
<option value='value'>value'</option>
...
</select>
<select class='transparent' size='1' name='DDUser'>
<option value='value'>value'</option>
...
</select>
They won't turn transparent unsing the following code in css:
.transparent
{
filter: Alpha(Opacity: 30)
}
#5
Re: HTML Drop Down Alternatives
Posted 28 May 2002 - 12:34 PM
just had to inquire, i didn't know that there was a transparent tag...
#6
Re: HTML Drop Down Alternatives
Posted 28 May 2002 - 03:55 PM
Uhhh, there isn't a transparent tag. There is a transparent attribute like this:
<img style="background: transparent;" alt="image" />
But if you are referring to the .transparent it's just the class that he is applying to the forms.
Yes, dropdown menus don't seem to respond much to styling. Just try changing the scrollbar color on those! It's almost immpossible!
#8
Re: HTML Drop Down Alternatives
Posted 18 June 2002 - 09:08 AM
Hi,
I know its been a long time since you posted this message, and you may have solved your problem already, but I was browsing through and thought I'd offer the following alternatives:
You could "disable" the form field using simple html by adding "disabled" into the tag:
...or you could try the "custom select box" at Webfx, it behaves pretty much the same but you can add images and all kinds of stuff, and probably add some kind of transparency
http://www.webfx.eae...sGenerated.html
I hope this helps,
Baz
I know its been a long time since you posted this message, and you may have solved your problem already, but I was browsing through and thought I'd offer the following alternatives:
You could "disable" the form field using simple html by adding "disabled" into the tag:
<select name="" disabled>
<option>Hello
<option>Everyone
</select>...or you could try the "custom select box" at Webfx, it behaves pretty much the same but you can add images and all kinds of stuff, and probably add some kind of transparency
http://www.webfx.eae...sGenerated.html
I hope this helps,
Baz
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote





|