• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Rapid I-beam Movements in HTML Textbox

J

Jayaraj P R

Flightless Bird
I am Facing a problem in Internet Explorer. The problem is that the input
box cursor flickering is horrible in ie only(the input is done in html and
its embedded next to the flash). That is because of a swf file embedded
next to it. I got it fixed when i remove the WMODE="Transparent" from the
flash embedding code. But in my case the WMODE="Transparent" is important
to fix a button above the flash which loads a Modalbox.I guess the problem
is due to the animation which is looping in a flash.when the animation
stops,the cursor starts blinking normally.if any one have gone through this
issue.. please help me out.


Thanks in advance,

Jayaraj P R
 
P

PA Bear [MS MVP]

Flightless Bird
Developer-specific resources include:

MSDN IE Development Forum (post such questions here instead)
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads

Tip: When posting in Developer forums, always include a link to your web
site or test pages in your first post.

IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx

Learn IE8
http://msdn.microsoft.com/en-us/ie/aa740473.aspx

HTML and DHTML Overviews and Tutorials
http://msdn.microsoft.com/en-us/library/ms537623.aspx and

Cascading Style Sheets (CSS)
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx

Expression Web SuperPreview for Internet Explorer (free, stand-alone visual
debugging tool for IE6, IE7, and IE8)
http://www.microsoft.com/downloads/...FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677

Expression Web SuperPreview Release Notes
http://www.microsoft.com/expression/products/Web_SuperPreviewReleaseNotes.aspx

Validators:
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/


Jayaraj P R wrote:
> I am Facing a problem in Internet Explorer. The problem is that the
> input
> box cursor flickering is horrible in ie only(the input is done in html
> and
> its embedded next to the flash). That is because of a swf file embedded
> next to it. I got it fixed when i remove the WMODE="Transparent" from
> the
> flash embedding code. But in my case the WMODE="Transparent" is
> important
> to fix a button above the flash which loads a Modalbox.I guess the
> problem
> is due to the animation which is looping in a flash.when the animation
> stops,the cursor starts blinking normally.if any one have gone through
> this
> issue.. please help me out.
>
>
> Thanks in advance,
>
> Jayaraj P R
 
Top