Text box disable problem in Safari

This is a discussion on "Text box disable problem in Safari" within the JavaScript Forum section. This forum, and the thread "Text box disable problem in Safari are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 15th, 2007, 09:41
Junior Member
Join Date: Apr 2007
Location: India
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Text box disable problem in Safari

hi all,

I have used the disabled property for the text box which works fine in IE and firefox but not in safari.

<input type="text" name="name" disabled>

disabled property is working for text area and buttons but not for text box. Iam always stuck with these kind of problems in safari.

can anyone suggest me how to overcome this issue in safari?

Thanks,
Thanuja.
Reply With Quote

  #2 (permalink)  
Old Jun 15th, 2007, 14:21
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text box disable problem in Safari

This is more of a matter of standards... Try:

<input type="text" name="name" disabled="disabled" />

Old code is old code
Reply With Quote
Reply

Tags
safari

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
SAFARI / IFRAME / DIV IMAGE problem shan Web Page Design 1 Apr 10th, 2008 09:41
box height problem in Safari Colm Osiris Web Page Design 3 Oct 27th, 2007 14:52
Navigation problem with Safari cpando1974 Web Page Design 4 Oct 8th, 2007 15:45
Text appears larger in Safari than in Firefox pawpour Web Page Design 2 Aug 15th, 2007 14:13
Unable to disable text(label) in javascript,working fine with IE, not with MOZILLA balaji JavaScript Forum 1 Jul 11th, 2007 09:55


All times are GMT. The time now is 19:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43