Link to home
Start Free TrialLog in
Avatar of digitalZo
digitalZoFlag for India

asked on

Iframe style and cursor

I used the function filter for my Iframe adding special effects but the cursor position was a problem. Based on the solution here:
https://www.experts-exchange.com/questions/23459300/Iframe-Cursor-position.html

. . i removed the function filter from the style, and the cursor aligned properly.

Is there any way I can retain the styles while at the same time, cursor is being properly aligned?
Avatar of sajay_j
sajay_j
Flag of India image

Please check whether underlying code works; or if i am mistaken...

<iframe id="mydiv" style="z-index:200; position: absolute; top:15%; left:1%; border: 1px solid #006699;display:none; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=98)progid:DXImageTransform.Microsoft.Glow(Color=#006699,Strength=5); cursor:default;" src="frm_addVendor.aspx" height="505" width="730"></iframe>
 
<iframe id="cal" name="cal" style="z-index:200; position: absolute; top:210%; left:55%; display:none; border: 1px solid #006699; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=92)progid:DXImageTransform.Microsoft.Glow(Color=#006699,Strength=5); cursor:default;" height="255" width="222" scrolling="no"></iframe>

Open in new window

Also set margin & padding property of body as well as form to 0.
ASKER CERTIFIED SOLUTION
Avatar of digitalZo
digitalZo
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial