Simple CSS style help needed, on dropdown
Posted: 12 September 2005 07:05 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2005-09-12

Hi,

I like to create a table with dropdowns, the dropdown select type does not need to take any action after selection.

I want the dropdown menu in same color as the table background color without borders and no arrowed button on the right side.
I dont know if this is possible, but any help would be great.

I like to use this on a PC for a club to show absent list when people arives, so they can check if anyone is missing at that day.

I can make a list with all club members in a dropdown and tables for different clubs and their members, this way we could only click in the table and choose a name as absent in different tables.

I did create a small one but i cant get rid of the border and arrowed button on right side.

<select style="font-size:9px;color:#006699;font-family:verdana;background-color:#CCFFFF;">
<
option>test1</option>
<
option>test2</option>
<
option>test3</option>
</
select
Profile
 
 
Posted: 19 September 2005 03:22 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  1
Joined  2005-09-19

Hi,

I guess.. u cant remove the border and the right arrow of a Dropdown box :(( only u can change the BGcolor and font apppreanec for the same:))

Thanks,
Zab

Profile
 
 
Posted: 29 December 2010 04:12 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2010-12-29

You can custom the css style on that whatever you want.
For example, you can define css to define border with Border width=0 to remove the border.
So the important to do is defining the css style instead of the control to use.

_____________________________________________________
egipt wakacje

Profile