I have a an APEX page which has a button on, when they click the button it opens another page on top of the main page, I'm trying to set the width and height of this popup window. I tried the following in the 'inline' box under the CSS section in the page properties but it doesnt overrule the main CSS like it says its suppose to, can anyone see any problems with it?
.body{
width:200px;
height:200px;
}
I dont really want to set it in the shared componants because i only need this IE window/page to be a specific size.
Will these sizes also set the size of the IE window or just the page?