Forum Moderators: open

Message Too Old, No Replies

A Firefox dropdownlist is covering up the text

         

levinyakov

9:01 am on Apr 18, 2007 (gmt 0)

10+ Year Member



The standard rendering of a asp:dropdownlist in firefox has the arrow covering the right side of the text, how do you move it over (I've tried padding, margins, css) why does it do this in the first place?

THanks

levinyakov

1:34 pm on Apr 19, 2007 (gmt 0)

10+ Year Member



I think I got it.

I was using

*
{
margin: 0px;
padding: 0px;
}

in the CSS and when I used

.fulldate option
{
padding-right: .6em;
}

It seems to work...