如你看到的
我想以某种方式删除点击按钮后的虚线.任何想法如何?
谢谢
GUYS:这是我的CSS和HTML的当前状态,但仍然没有使用:
.myButton input {
position:absolute;
display:block;
top: 5%;
left:87%;
height: 44px;
border:none;
cursor:pointer;
width: 43px;
font: bold 13px sans-serif;;
color:#333;
background: url("hover.png") 0 0 no-repeat;
text-decoration: none;
}
.myButton input:hover {
background-position: 0 -44px;
color: #049;
outline: 0;
}
.myButton input:active {
background-position: 0 -88px;
color:#fff;
outline: 0;
}
input:active, input:focus {
outline: 0;
}
<div class="myButton">
<input type="submit" value="">
</div>
Run Code Online (Sandbox Code Playgroud)
似乎没有发生任何事情!
我有一个文本框.
现在当打开页面时,我希望文本框具有默认值.一旦他点击文本框,该值就会消失,当他从文本框中移除光标时,旧值应该会返回.
那我该怎么做?
谢谢
我希望你知道在http://www.jsfiddle.net我们可以调整表的大小.
所以我想知道如何单独调整"垂直处理程序"的大小.
任何人都可以给我源?
如果可能,请在http://www.jsfiddle.net中显示示例.
我目前正在使用带有此标记的javascript
<body onload="javascript:Mine();">
Run Code Online (Sandbox Code Playgroud)
现在我注意到打开页面后加载此功能需要一些时间.所以还有其他方法可以减少这种延迟吗?
谢谢
一个人试图使用这个脚本来利用它
http://www.searchr.us/web-search.phtml?search=%22%3E%3Cscript%3Ealert%28String.fromCharCode%2872%29+String.fromCharCode%28105%29%29;%3C/script%3E
Run Code Online (Sandbox Code Playgroud)
我怎么阻止它?
他还说它很容易受到XSS和LPI的攻击......请帮我阻止它.
感谢您,
这是表的代码:
<table align="center" width="303" height="740" border="1" cellpadding="10">
<tr>
<th width="130" height="41" scope="col">URL1 - Normal</th>
<th width="121" scope="col">URL2 - Hover</th>
</tr>
<tr>
<td height="94"><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-green.png"/></td>
<td><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-green-h.png" alt=""/></td>
</tr>
<tr>
<td height="124"><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-blue.png" alt=""/></td>
<td><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-blue-h.png" alt=""/></td>
</tr>
<tr>
<td height="147"><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-grey-h.png" alt=""/></td>
<td><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-grey.png" alt=""/></td>
</tr>
<tr>
<td height="137"><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-pink.png" alt=""/></td>
<td><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-pink-h.png" alt=""/></td>
</tr>
<tr>
<td height="132"><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-red.png" alt=""/></td>
<td><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-red-h.png" alt=""/></td>
</tr>
<tr>
<td height="132"><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-black.png" alt=""/></td>
<td><img src="http://i1018.photobucket.com/albums/af309/5416339/ad-black-h.png" alt=""/></td>
</tr>
</table>
Run Code Online (Sandbox Code Playgroud)
当我插入表格时,它会在表格和文本之间留下空隙.如果我删除表,那么一切都很好.这里出了什么问题?
我想创建一个列表,其中包含上次修改过的文件的名称
http://www.searchr.us/web-search/
Run Code Online (Sandbox Code Playgroud)
我想在我的主页上显示这些文件名,他们应该根据上次修改的文件进行更改!
我需要一个小小的帮助.我在我的流程表上有一个get语句
<?php echo $_GET['search']?>
Run Code Online (Sandbox Code Playgroud)
现在我如何在空格之间加上"+"符号.因为我当前的代码所做的只是从另一个表单的文本中获取数据.
如果你能提供帮助,我会很高兴的.
感谢您,
CSS
#web {
position:absolute;
left:26%;
top: 60%;
Run Code Online (Sandbox Code Playgroud)
HTML
<div class="web">
HI
</div>
Run Code Online (Sandbox Code Playgroud)
我不知道出了什么问题.你可以修改并告诉我什么是错的吗?谢谢
格式化不会影响里面的文字..
位置还是一样的?
伙计们/加尔斯我已经创建了一个网站,但现在我想对脚本进行编码,以便没有人可以复制.
我在我网站的每个页面都使用PHP,JavaScript和HTML.那么如何加密每一页?
谢谢.
我这是一个有效的命令
$fp = fopen($hyphen + ".html","w");
Run Code Online (Sandbox Code Playgroud)
我已经宣布$ hyphen.但它似乎没有起作用
看看我的网站:http://www.searchr.us.
它加载精细与FF和Chrome中的所有效果,但不在IE中..问题是什么?
您还可以查看我的CSS:http://www.searchr.us/css/style.css
请告诉我问题是什么.
谢谢