Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 11th, 2008, 03:40 AM
Authorized User
 
Join Date: Jan 2007
Posts: 93
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to aliirfan84
Default Cursor Blink Problem in FireFox

Hi-

I am having problem with Cursor Blink(focus) on textbox with FireFox. It didn't capture focus in any case (by tab, click) though it allows to enter text.

All other browser are working nice except FireFox.

Please let me know if there is any work around.

Thanks in advance.

Regards,
Ali Irfan
__________________
Regards,
Ali Irfan
 
Old June 11th, 2008, 08:46 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Wrap your form elements in a div like so:

<div style="overflow: auto;">
<asp:Textbox ... />
...
</div>

hth.
-Doug

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with CURSOR FOR LOOP code_lover Oracle 12 April 9th, 2009 04:42 PM
xpath problem in firefox 3 asadallahi BOOK: Professional Ajax ISBN: 978-0-471-77778-6 0 August 13th, 2008 01:07 AM
cursor disappearance problem nasirmunir Javascript How-To 7 July 3rd, 2008 03:49 PM
Magnetic Cursor - Target Area Cursor? gcarcass .NET Framework 2.0 1 May 5th, 2008 07:20 AM
firefox problem axeman XSLT 0 November 21st, 2005 10:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.