boyetp 0 Newbie Poster

Hi All,

I have a wierd problem in IE6 and IE 7 were the cursor inside a input=text box won't move to the end of the text char. This only happens when you put a FILTER: progid:DXImageTransform.Microsoft.alpha(opacity=100) style of the div that wraps around it.

Just put the cursor in any of the text box and move to the end.

Can anybody explain why would be greatly appreciated.
here's my stripped html.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY id="body">
<DIV id="DataSourceForm_11_View" style="left:0px; BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; DISPLAY: block; FILTER: progid:DXImageTransform.Microsoft.alpha(opacity=100); BORDER-LEFT: 0px solid; WIDTH: 100%; BORDER-BOTTOM: 0px solid">
<div>
Cursor won't move to the end of the text
</div>
<div><INPUT id="Text" value="SQL;\%Total;RTDYYY;SQL_HASH\:1133266599" /> </div>
<div><INPUT id="Text" value="Cursor won't move to the end of the text" /> </div>
</DIV>
</BODY>
</HTML>

Cheers,

boyetp

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.