Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Friends,
i am developing one site for job portal in asp.net with C#.
in this i am using jquery.dd.js file for dropdown styles.
my problem is that white space is displaying beneath the footer.
wherever i use the dropdown,the extra white space is displaying beneath footer.
if i use the HTML select, white space will gone.
but if i use asp.net dropdown control, then white space is appear.

in IE browser, it is working fine.

any one help me to resolve this issue?

Regards,
Lalitha
Posted
Comments
You have to see what are the CSS styles applied to DropDownLists. You can check in Developer Tool.
ZurdoDev 24-Oct-14 8:06am    
No one can help unless you post the relevant code.

1 solution

Hi friends,
i have solved this issue by myself.
by adding div before the dropdown list control, white space below footer has gone.

Thanks,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900