表示が乱れている場合
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#html{{
<link rel="stylesheet" type="text/css" href="style2.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery...
<script>
jQuery(document).ready(function() {
var offset = 100;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.pagetop').fadeIn(duration);
} else {
jQuery('.pagetop').fadeOut(duration);
}
});
jQuery('.pagetop').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});
</script>
<div class="pagetop"><img src="49.png" alt="" width="40" ...
}}
** PukiWikiの表示が乱れている場合。 [#ff9913c0]
CENTER:&ref(管理人がよく閲覧するホームページ/2022-06-14_1...
CENTER:&color(red){(オススメじゃない方法)お手数ではござ...
CENTER:&color(red){(オススメな方法)ブラウザで [CTRL]+[F...
CENTER:[[【戻る】:https://linuxparadise.net/pukiwiki/]]
終了行:
#html{{
<link rel="stylesheet" type="text/css" href="style2.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery...
<script>
jQuery(document).ready(function() {
var offset = 100;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.pagetop').fadeIn(duration);
} else {
jQuery('.pagetop').fadeOut(duration);
}
});
jQuery('.pagetop').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});
</script>
<div class="pagetop"><img src="49.png" alt="" width="40" ...
}}
** PukiWikiの表示が乱れている場合。 [#ff9913c0]
CENTER:&ref(管理人がよく閲覧するホームページ/2022-06-14_1...
CENTER:&color(red){(オススメじゃない方法)お手数ではござ...
CENTER:&color(red){(オススメな方法)ブラウザで [CTRL]+[F...
CENTER:[[【戻る】:https://linuxparadise.net/pukiwiki/]]
ページ名: