Forum: HTML and CSS Sep 26th, 2007 |
| Replies: 21 Views: 18,117 |
Forum: JavaScript / DHTML / AJAX Sep 4th, 2007 |
| Replies: 7 Views: 3,710 |
Forum: Java Sep 4th, 2007 |
| Replies: 8 Views: 1,352 |
Forum: HTML and CSS Jun 5th, 2006 |
| Replies: 21 Views: 18,117 Re: Select tag, making dropdown larger than tag Well I thought you were a cowboy. I know that you can set the width = 250px. Thatz what i did to get the screenshot. but i need to make only the dropdown larger, and not truncate it to 250 px.
I may... |
Forum: HTML and CSS Jun 3rd, 2006 |
| Replies: 21 Views: 18,117 Re: Select tag, making dropdown larger than tag no dude. i have a select tag, i just wanna make the dropdown larger, as we do in vb, u can set the dropdown size and the select tag separately.
i want the cusomer names to be displayed completely in... |
Forum: HTML and CSS Jun 2nd, 2006 |
| Replies: 21 Views: 18,117 Select tag, making dropdown larger than tag Hi, My select box contains some very large text values.
eg:
<select name=mytext>
<option name=one value=one> one </option>
<option name=two value=two> a very very huge option that cannot be... |
Forum: Posting Games May 3rd, 2005 |
| Replies: 7,557 Views: 457,508 |
Forum: Posting Games May 3rd, 2005 |
| Replies: 3,185 Views: 185,198 |
Forum: IT Professionals' Lounge May 2nd, 2005 |
| Replies: 47 Views: 8,722 |
Forum: IT Professionals' Lounge May 2nd, 2005 |
| Replies: 9 Views: 4,495 |
Forum: Posting Games May 2nd, 2005 |
| Replies: 3,185 Views: 185,198 |
Forum: Posting Games May 2nd, 2005 |
| Replies: 7,557 Views: 457,508 |
Forum: Software Development Job Offers Oct 10th, 2004 |
| Replies: 9 Views: 4,434 |
Forum: C Oct 6th, 2004 |
| Replies: 4 Views: 3,241 Re: text to numbers, numbers to text well.. i did try 4 two days.. i'm kinda approaching the deadline... so just freaking out.
i got the logic right first.. took three alts.. chose the best..while putting it in coding, weird... |
Forum: C Oct 6th, 2004 |
| Replies: 4 Views: 3,241 |
Forum: C Oct 6th, 2004 |
| Replies: 4 Views: 3,241 text to numbers, numbers to text need to do the conversion as said above.
eg. "one thousand five hundred" --> 1500
1500-->"one thousand five hundred"
upto billion..
tried using this logic..
separate billion, million,... |