如何在文本框中制作水印图像 [英] how to make watermark image in textbox

查看:67
本文介绍了如何在文本框中制作水印图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

需要帮助....



请你在那里与朋友分享你的才华......







shukran kateer ....

need help....

will you please share me your great talent out there friends...



shukran kateer....

推荐答案

Google是你的朋友:be很好,经常拜访他。他可以比在这里发布信息更快地找到信息...



使用您的主题作为搜索主题的简单搜索 发现27,000次点击: Google [ ^ ]

最重要的一个来自MSDN:如何:将水印添加到文本框 [ ^ ]



将来,尝试至少自己进行基础研究,而不是浪费你的时间,或浪费你的时间。
Google is your friend: be nice and visit him often. He can find information a lot faster than post it here...

A simple search using your subject as the search topic found 27,000 hits: Google[^]
The top one is from MSDN: How to: Add a Watermark to a TextBox[^]

In future, try to do at least basic research yourself, and not waste your time, or ours.


试试这个



Try with this

<head runat="server">
    <title></title>
    <script src="Javascript/jquery-1.4.1.js" type="text/javascript"></script>
    <style type="text/css">
        .watermark
        {
            background-image: url('images/background.gif');
            background-repeat: no-repeat;
            vertical-align: middle;
            color: gray;
        }
    </style>
</head>
<body>
    <script type="text/javascript">


document ).ready( function (){
var defaultText = 请输入您的姓名;


if
(document).ready(function () { var defaultText = "please enter your name"; if (


这篇关于如何在文本框中制作水印图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆