On click I am adding, 1px border to div, so Div size increases by 2px X 2px. I dont want to get div size increased. Is there any simple way to do so?
You can do some fancy things with inset shadows. Example to put a border on the bottom of an element without changing its size:
.bottom-border { box-shadow:inset 0px -3px 0px #000; }