I am maintaining some code someone has created and it uses a few JavaScript functions to make some div’s have rounded corners – however, on a post back the corners seem to dissappear. The event for the function is below:
curvyCorners.addEvent(window, 'load', initCorners);
I’m assuming this is the problem – what event would fire for postbacks too?
Try adding it manually: