HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 14th, 2000, 01:03 AM
cskoo cskoo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 49 cskoo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
may i know how to remove the border of text field? this is because i don't want the border of text field to be display out in my web page?

Reply With Quote
  #2  
Old July 14th, 2000, 01:21 AM
billyo billyo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 114 billyo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
That's an easy one. You can control the border, background color, font size, etc... with css (for sure in IE and to a lesser extent in NS). Try this:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre><html>
<head>
<script language="JavaScript"><!--
//--></script>
<style><!--
#test
{
border:5px solid #000000;
}
--></style>
<title>text borders</title>
</head>
<body>
<table><tr><td>
<input type=text id=test>
</td></tr></table>
</body>
</html>
[/code]
You can even specify the which side of the box to effect with border-top:, border-left: etc... The first variable is the width, the second is the border type, the last is the color. The "#" is necessary for the color. To kill the border completey just say:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>
#test
{
border:0
}
[/code]

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > remove border of textfield


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway