0

Problem while disabling the border for a textbox

asked 2009-09-04 05:55:13 +0800

baskaraninfo gravatar image baskaraninfo
536 2 2 9

I have been using the following code to disable the border of a textbox:

<textbox value="Textbox without border" style="border-style : none;" />

Now, the textbox shown without border. But, some blue color is appearing on top of the textbox.

Is there any way to correct this problem?

Thanks.

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2009-09-04 06:06:09 +0800

baskaraninfo gravatar image baskaraninfo
536 2 2 9

The following code had solved my problem:

<style>
	.z-textbox{ border-style : none; background: #FFF}
</style>

Thanks.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2009-09-04 05:55:13 +0800

Seen: 310 times

Last updated: Sep 04 '09

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More