473,473 Members | 1,923 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

textarea not geeting its focus in mozilla

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:10 0%;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;borde r: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

Nov 21 '06 #1
6 1654
Scripsit Prasad:
please help me out ..
Please start behaving: don't multipost. Multiposting is bad. I'm so sorry I
wasted bandwidth by answering one of your questions in c.i.w.a.html, since
multiposters seldom learn from useful answers, but maybe someone else will
benefit from the reply.

Oh, and in any complicated matter related to www authoring, posting snippets
of code without posting a URL is in effect a way of saying "hi, I just want
to spend some time of mine and yours without letting you actually help me".

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

Nov 21 '06 #2

Jukka K. Korpela wrote:
Scripsit Prasad:
please help me out ..

Please start behaving: don't multipost. Multiposting is bad. I'm so sorry I
wasted bandwidth by answering one of your questions in c.i.w.a.html, since
multiposters seldom learn from useful answers, but maybe someone else will
benefit from the reply.


I did nt understand what you are saying
???????????????????????????????????



Oh, and in any complicated matter related to www authoring, posting snippets
of code without posting a URL is in effect a way of saying "hi, I just want
to spend some time of mine and yours without letting you actually help me".

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
Nov 21 '06 #3
Nik
Prasad wrote:
>>
Please start behaving: don't multipost. Multiposting is bad. I'm so sorry I
wasted bandwidth by answering one of your questions in c.i.w.a.html, since
multiposters seldom learn from useful answers, but maybe someone else will
benefit from the reply.
>>Oh, and in any complicated matter related to www authoring, posting snippets
of code without posting a URL is in effect a way of saying "hi, I just want
to spend some time of mine and yours without letting you actually help me".

I did nt understand what you are saying
???????????????????????????????????
You posted the same content to different newsgroups in different
messages. This means that people reading one of those newsgroups won't
see replies made in the other(s). It's known as multi-posting, and it's
rude. If you really don't know which newsgroup your message is most
relevant to, you can tell Google groups' software to post the same
messages to two groups.

Many people find it easiest to understand the context of your question
if you post a link to the page you're having a problem with, rather than
posting the code. It's difficult to view raw code and determine the
problem.

Nik
Nov 21 '06 #4
In comp.infosystems.www.authoring.stylesheets message
<ej**********@gemini.csx.cam.ac.uk>, Tue, 21 Nov 2006 13:55:23, Nik
<ne**@invalid.comwrote:
If you really don't know which newsgroup your message is most
relevant to, you can tell Google groups' software to post the same
messages to two groups.
What you actually mean is "the same message to two groups". The
distinction is important : in cross-posting, there is but a single
message transmitted.

--
(c) John Stockton, Surrey, UK. ??*@merlyn.demon.co.uk Turnpike v6.05 MIME.
Web <URL:http://www.merlyn.demon.co.uk/- FAQish topics, acronyms, & links.
Check boilerplate spelling -- error is a public sign of incompetence.
Never fully trust an article from a poster who gives no full real name.
Nov 22 '06 #5
Nik
Dr J R Stockton wrote:
>
> If you really don't know which newsgroup your message is most
relevant to, you can tell Google groups' software to post the same
messages to two groups.


What you actually mean is "the same message to two groups". The
distinction is important : in cross-posting, there is but a single
message transmitted.
That is, of course, exactly what I meant.

Now, if only there were some way to tell Thunderbird that there was only
one message...

Nik
Nov 23 '06 #6

Nik wrote:
Prasad wrote:
>
Please start behaving: don't multipost. Multiposting is bad. I'm so sorry I
wasted bandwidth by answering one of your questions in c.i.w.a.html, since
multiposters seldom learn from useful answers, but maybe someone else will
benefit from the reply.
>Oh, and in any complicated matter related to www authoring, posting snippets
of code without posting a URL is in effect a way of saying "hi, I just want
to spend some time of mine and yours without letting you actually help me".
>
I did nt understand what you are saying
???????????????????????????????????

You posted the same content to different newsgroups in different
messages. This means that people reading one of those newsgroups won't
see replies made in the other(s). It's known as multi-posting, and it's
rude. If you really don't know which newsgroup your message is most
relevant to, you can tell Google groups' software to post the same
messages to two groups.

Many people find it easiest to understand the context of your question
if you post a link to the page you're having a problem with, rather than
posting the code. It's difficult to view raw code and determine the
problem.
I am sorry to say that I can n't post a link to the page which has the
problem as it's not available now . And also I cann't post the whole
code as it's not much readable .
So I tried to minimise the code as much as possible, which creates the
same problem
If you could just copy the above code ,paste in an editor , save the
file as html , and open the file in mozilla browser , you will get to
know what the problem is ..

Thanks if any can solve my problem ..
>
Nik
Nov 23 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: J. VerSchave | last post by:
I am curious if there is a way to handle this... maybe with Javascript... Is there a way to set a TEXTAREA field so that the tab key on the user's keyboard will create a tab within the text...
5
by: Jesper Rønn-Jensen | last post by:
I have a textarea that must be limited to 70 characters. No big deal -- at least so I thought. * Textarea must not exceed 70 characters * Exceeding content must be cut off * Must work on input by...
9
by: Paul Gorodyansky | last post by:
Hi, FAQ tells how to insert (or replace0 a text at a caret position in Mozilla (and same works for Opera 8+), for example, at http://www.faqts.com/knowledge_base/view.phtml/aid/1661 it talks...
6
by: tony wong | last post by:
i wish to count number of characters in textarea box during typing in and display it somewhere in html page. so the number will increase during writing. is it possible to do it by javascript? ...
5
by: bwucke | last post by:
Is there any way to scroll textarea (to the bottom row) from Javascript in Opera? The textarea.scrollTop=textarea.scrollHeight+textarea.scrollTop; approach doesn't work, and there's so many...
1
by: tranky | last post by:
Hola boys, i've a question for you! It's possible to highlight some text inside a textarea? (not all text, but a portion!) For example, i've this text inside a textarea. INSERISCI TESTO i...
4
by: Keith Bentrup | last post by:
Hi all, I wrote a simple search function to find text in a textarea where not all the text is visible (ie. the text box displays 10 lines but there may be more than 1000 lines to search). I can...
1
by: Prasad | last post by:
HI all, <!-- ======== This is the division with width & height set to 100% and z-index to -1 =======- --> <div...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.