IT Community - Software Programming, Web Development and Technical Support

How to create textbox without border?

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 ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > PHP Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 09-07-2007, 04:43 AM
ramkumaraol ramkumaraol is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 98
ramkumaraol is on a distinguished road
Lightbulb How to create textbox without border?

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-07-2007, 04:53 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: How to create textbox without border?

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-07-2007, 06:13 AM
ramkumaraol ramkumaraol is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 98
ramkumaraol is on a distinguished road
Default Re: How to create textbox without border?

HI Kiruthika,
First of all Thanks. your code works fine in IE,Firefox.But not in safari.Kindly provide me the solution that works fine in safari


Thanks,
Ramkumar.B
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB 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
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


All times are GMT -7. The time now is 07:26 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0