I have using colobox which is a jquery modal window to create a login/regiestration process through modal pages called in an iframe. I am hoping to be able to switch the css from a link within the iframe. I am trying to change the height of the modal window when switching between ajax pages within the iframe. If I try something like this it does not work..
$(".link").click(function () {
$('#a').css('height', '763px!important');
});
Is this possible or should I go to sleep now?