Click here to get back home

textarea not getting the focus in mozilla

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
textarea not getting the focus in mozilla Prasad 11-21-2006
Get Chitika Premium
Posted by Prasad on November 21, 2006, 4:30 am
Please log in for more thread options


HI all,

<!-- ======== This is the division with width & height set to 100% and
z-index to -1 =======- -->
<div
style='position:relative;left:0px;top:0px;width:100%;height:100%;z-index:-1;overflow:auto'>

</div>
<!-- ======== end of div =======- -->

<!-- ======== This is the division placed at ( 200,20 ) which contains
a textarea with z-index 3 =======- -->
<div style='position:absolute;top:20px;left:200px;border:2px solid
red;'>
<textarea style='z-index:3'></textarea>
</div>
<!-- ======== end of div =======- -->

With the above code in mozilla ...................
when i click in textarea , its not getting the focus but still i can
type in..Why i am not getting the focus here though i set the z-index
to 3 (greater than that of first division ).

It works fine in IE ..............................................

what could be the problem ..

how can i make the textarea to get the focus??

please help me out ..

thanx in advance


Similar ThreadsPosted
textarea problem: keyboard focus doesn't follow mouse focus/click June 13, 2008, 10:05 am
Focus October 20, 2004, 5:10 am
IE Focus Rectangles on Links August 17, 2004, 3:18 am
focus on a input field January 11, 2005, 2:18 am
How to get rid of focus on submit button of a form. September 5, 2004, 1:21 pm
Table Element Focus events February 21, 2005, 8:47 am
Why aren't key strokes being recognized when a certain table row has focus? January 4, 2007, 12:28 pm
css, div tags and redefing web page focus May 24, 2008, 10:46 am
Can searching be customized -- To focus search-results & find up-to-date content? August 1, 2006, 9:50 pm