This is a discussion on How to create textbox without border? within the PHP Programming forums, part of the Web Development category; I have to create a textbox without border...i used the following code .text{ border-style:none; } . its working fine ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| I have to create a textbox without border...i used the following code .text{ border-style:none; } . its working fine in IE & mozila but not in safari...please help me . Thanks, Ramkumar.B |
| Sponsored Links |
| |||
| Hi You can give like following <style type="text/css"> input { border:0; } </style> otherwise <input type="text" style="border: 0px solid #000000;" /> surely it wil help to solve thx Kiruthikasambandam |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to validate a TextBox inside a Repeter? | KiruthikaSambandam | ASP and ASP.NET Programming | 0 | 03-24-2008 04:27 AM |
| How to setting a cookie with the contents of a textbox ? | kingmaker | HTML, CSS and Javascript Coding Techniques | 1 | 10-27-2007 12:03 AM |
| How to cast the value entered in a textbox to integer in ASP.NET and C# .Net. | a.deeban | ASP and ASP.NET Programming | 10 | 09-20-2007 06:00 AM |
| image rotation with border | venkatbi | PHP Programming | 2 | 08-20-2007 11:16 PM |
| How to create html from the content of the textbox? | Balasubramanian.S | C# Programming | 4 | 03-29-2007 08:30 AM |