• May 18 Wed 2011 21:41
  • 廣告

stockwfj3 發表在 痞客邦 留言(0) 人氣()

CKEDITOR.replace(
    "ckeditorId"
    ,{disallowedContent:'img{width,height};img[width,height]';
});

stockwfj3 發表在 痞客邦 留言(0) 人氣()

<style>
td{mso-number-format:"\@" !important;}
</style>

stockwfj3 發表在 痞客邦 留言(0) 人氣()

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE></TITLE>
</HEAD>
<FRAMESET ROWS="0,*" cols="*"  framespacing="0" border="0" frameborder="0">
<FRAME SRC="" NAME="a1" noresize="noresize"  >
<FRAME SRC="網址" NAME="a2">
</FRAMESET><noframes></noframes>
</HTML>

stockwfj3 發表在 痞客邦 留言(0) 人氣()

 
a{  
box-shadow: 0 1px;

stockwfj3 發表在 痞客邦 留言(0) 人氣()

$("iframe").each(function() {
var src= $(this).attr('src');
$(this).attr('src',src);
});
 

stockwfj3 發表在 痞客邦 留言(0) 人氣()

指令(加總金額)
SELECT SUM( CAST( award_cash AS DECIMAL( 10, 0 ) ) ) FROM  `award` 
指令(排序)
SELECT * FROM award ORDER BY CAST( award_cash AS DECIMAL( 10, 0 ) ) 

stockwfj3 發表在 痞客邦 留言(0) 人氣()

<div id="top"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$("#top").load( "top.html");
</script>

stockwfj3 發表在 痞客邦 留言(0) 人氣()

 
請在預設文字中插入 &#13;&#10;
例:
<textarea name="contact_txt" cols="45" rows="5" id="contact_txt">大熊*0&#13;&#10;中熊*0&#13;&#10;小熊*0</textarea>

stockwfj3 發表在 痞客邦 留言(0) 人氣()

<input placeholder="日期" type="text" name="date1" required
pattern="(?:19|20)[0-9]{2}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:30))|(?:(?:0[13578]|1[02])-31))"
title="請輸入日期格式 YYYY-MM-DD">

stockwfj3 發表在 痞客邦 留言(0) 人氣()

當文字要壓在圖片上,可以使用 transform:translate
並配合@media screen 調整文字大小即可

例:
<div style="width:100%; background-image:url(images/bg1.jpg);background-size:cover;background-position:center;position:relative;">
<span id="person" style="position:absolute;color:#E6B800; font-weight:800; font-size:80px; top:64%;left:74%;transform: translate(-64%, -74%); z-index:1000;">文字</span>
<img src="圖片" style="display:block;max-width:100%; margin:0 auto;" >
</div>

stockwfj3 發表在 痞客邦 留言(0) 人氣()

 
輸入字母轉成大寫
<input name="first_name" type="text" style="text-transform:uppercase;" placeholder="輸入字母轉大寫" />
輸入字母轉成小寫
<input name="first_name" type="text" style="text-transform:lowercase;" placeholder="輸入字母小寫" />

stockwfj3 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。