flash - physical screen pixels with CSS -


i have flash object need embed in page, , i've got in wrapper div styled exact width of object: 323px. problem have when zoom whole page in browser (for example, using ctrl+mouse wheel, or ctrl++ or ctrl+-, wrapper div zooms, while flash object not. there way can specify width in physical screen pixels, when zoom in or out, wrapper div stays size of flash object?

you use onresize in javascript, , set wrapper div's size fixed value of 323px

if use jquery see this.

$(window).resize(function() {     $('#wrapper').width(323px); }); 

hope helps.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -