I want to display a rounded corner image on mouse over on a div.. The div content is dynamic.. So I need to increase the height of the image accordingly.. How to do this..? please help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I understood correctly and you want to round a divs corners on mouse over you can do it like this.
Put 4 divs with the corner images as background.
css:
etc. for all
html:
javascript:
If I understood correctly that should do it… if not… give more details pls.