|
-
Oct 1st, 2003, 07:55 AM
#1
Thread Starter
Lively Member
Dropdown list without margin?
Hi,
I need to remove the margins for dropdownlist in an aspx page.
I tried to use CSS like this:
.FieldSelection
{
font-weight: bold;
font-size: 10pt;
color: white;
font-family: Verdana;
background-color: #F6C179;
border-top-style: none;
border-right-style: none;
border-left-style: none;
background-color: #7F99CC;
border-bottom-style: none;
}
this work for a textbox, but does not work for a dropdown box.
Any idea why or how can I fix this?
Thank you,
svatasoiu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|