we have two dropdown lists in our MOSS portal. I want to remove second item of second dropdown list on 'Page Load', not after selecting it . I tried using javascript but as i am a beginner at scripting so it is not working . So guys is there anyway i can remove that item using css .
The dropdownlist is in a user control (ascx) file . the dropdownlist id is 'drprequest' . can we do it like :
drprequest:nth-of-child(2){display:none};
because i googled something similar to this one but i couldnt find anything.
If not can anyone give me the script to remove that item. Please help me friends .