0
I have a function on one page (Asp.net) that calls another as a popup:
Btnfinalizar.Onclientclick = "javascript:Exibirpopupmobile('/Shoppingcart/Formulario.aspx', 900,580); Return false;";
Using Chrome is coming right, centered on the page, more if using Firefox is different, is being applied to a div that controls all ID="colorbox"
How could I set a browser-independent default value
element.style {
display: block;
visibility: visible;
top: 42px;
left: 502px;
position: fixed;
width: 900px;
height: 580px;
overflow: hidden;
}
Friend, very grateful for your contribution!
– Harry