Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i have a fieldset.i change it border using 'border: solid 1px black'.but when i move alert box
over it, the border above part get erase.how to resolve this issue?

Thanks
Posted
Updated 22-Apr-13 22:23pm
v4
Comments
StianSandberg 23-Apr-13 5:26am    
a question with the subject "how to resolve the problem?" is always a good start ;)

1 solution

apply following css:

C#
fieldset
{
     border: 0;
}
 
Share this answer
 
Comments
hasbina 23-Apr-13 1:37am    
read the question carefully...hmmmmm
Rockstar_ 23-Apr-13 1:45am    
What's wrong hasbina, Answer is correct...
hasbina 23-Apr-13 2:19am    
pls read the qstn
hasbina 23-Apr-13 4:35am    
@Bhushan Shah1988

remove your solution..

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