お勉強メモ


バーナーにURLをつけて掲示板に貼る方法

仕掛けはこんな具合です。

【HTMLタグ】以下のタグを応用して使ってみて下さい(*^_^*)
<a href="http://okazakiya.com" target="_blank"><img src="http://okazakiya.com/link/soujiro2.gif" width="150" height="44" border="0"></a>

お役に立てましたでしょうか?
不十分でしたら再度ご質問お願いします!

ひろえじ(*^_^*)

http://hero-agency.com/q_a/



文字を書く筆

<!-- saved from url=(0022)http://internet.e-mail -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="GENERATOR" content="IBM WebSphere Homepage Builder V6.0.1 for Windows">
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE></TITLE>
<STYLE>
<!--
BODY {
font-family: MS UI Gothic;
font-size: 12pt;
color: 71C0F9;
margin-left: 30 px;
margin-top: 50 px;
background-position: top left;
background-repeat: repeat-x;
}
-->
</STYLE>
</HEAD>
<BODY bgproperties="fixed" bgcolor="#00ffff">

<IMG height="91" id="hand1" src="ba1.gif" style="DISPLAY: none" width="104"> <IMG height="111" id="hand2" src="ba2.gif" style="DISPLAY: none" width="115">
<DIV id=MsgText style="DISPLAY: none">
<DIV></DIV>
<DIV></DIV>
<FONT color="#000000"><BR>
<BR>
<br>
</FONT></DIV>
<!-- The text is ouput to the MsgArea DIV -->
<DIV id=MsgArea></DIV>
<SCRIPT language=VBScript>

Delay = 50
Txt = MsgText.InnerHtml
CharPos = 0
Msg = ""

ImageTag1="<IMG id=Pen src=" & hand1.src & " style=position:absolute border=0>"
ImageTag2="<IMG id=Pen src=" & hand2.src & " style=position:absolute border=0>"

Sub Window_OnLoad()
Document.Body.Scroll="no"
ShowChar

End Sub
Sub ShowChar()
CharPos=CharPos + 1
If CharPos <= Len(Txt) then
CurrentChar = Mid(Txt,CharPos,1)
If CurrentChar = "<" Then
' Process HTML tags without a delay
Do Until CurrentChar = ">"
Msg = Msg & CurrentChar
CharPos = CharPos + 1
CurrentChar = Mid(Txt, CharPos, 1)

Loop
Msg = Msg & CurrentChar
Else
Msg = Msg & CurrentChar
End If
if CharPos mod 2 = 0 then ImageTag = ImageTag1 else ImageTag = ImageTag2
MsgArea.innerhtml = Msg & ImageTag
document.body.scrollTop=600
d = Delay

If CurrentChar = "、" or CurrentChar = "?" or CurrentChar = "!" or CurrentChar = "。"Then d =500
If CurrentChar = "," then d =200
TimerId = Window.SetTimeout("ShowChar",d,"VBScript")
Else
Document.Body.Scroll = "yes"


End If
End Sub

</SCRIPT></BODY>
</HTML>


触れると文字が変化する

@   <span STYLE="FONT-SIZE:40;color:red"onmouseover="this.innerHTML='みえますか?'"onmouseout="this.innerHTML='見     える?'">見える?</span>

A   <input type="button" value="触れて下さい"onMouseover="this.style.fontSize='40pt';this.value='だめぇ!! さわっちゃ い     や!'"onMouseout="this.style.fontSize='10pt';this.value='触れて下さい'">


帯びつき流れのタグ

<Marquee Bgcolor="Yellow"><font size=7 color=red>これは サイズ7だよ〜</font></Marquee>

<Marquee Bgcolor="red"><font size=2 color=Yellow>これはね サイズ2だよ〜</font></Marquee>

色は、好きに変えられるよ〜 言葉の変わりに 画像でも OKだよ <Marquee Bgcolor="red"><Img Src="画像のアドレス"></Marquee>


宇宙遊泳のたぐ

半角<marquee behavior=alternate direction=up><marquee behavior=alternate>この方がわかりやすいかな?</marquee></marquee>

この方がわかりやすいかな? <marquee behavior=alternate direction=up><marquee behavior=alternate>この方がわかりやすいかな?</marquee></marquee>


<marquee behavior=alternate direction=up><marquee behavior=alternate><IMG SRC="画像のアドレス"></marquee></marquee> これが 宇宙遊泳のタグで〜す 例により <>は、半角に置き換えてくださいね 前に、照美の部屋で座布団を飛ばせたのと同じタグです 上の画像見れない人がいるかもしれないので もう一つ


行ったり来たりのタグ

半角
<marquee behavior=alternate><FONT COLOR="green" SIZE="7">練習だよ〜</FONT></marquee>


これも覚えてちょ <marquee behavior=alternate><FONT COLOR="red" SIZE="6">これも覚えてちょ</FONT></marquee> これが行ったり来たりのタグです。表示するために<>は、全角で書いてあります 例のごとく 入力の時は、<>と半角で打って下さい  -------------------------------------------------------------------------------- Res:ゆうこ(126) 題名:文字の色サイズ変えてみました 投稿日 : 2000年6月23日<金>09時45分 サイズ7の文字だよ〜


流れのタグ

<MARQUEE DIRECTION="left" SCROLLAMOUNT="数字"><IMG SRC="http://画像のアドレスです"></MARQUEE> <>は、半角に書き換えて下さい(ここは、タグを読み込むので上記分打ち変えました) 数字の所は、任意の数字に置き換えますたとえば3         <MARQUEE DIRECTION="left" SCROLLAMOUNT="3"> 画像のアドレス  http://www1.ocn.ne.jp/~huck/kmemo.gifを入れてみます         <IMG SRC="http://www1.ocn.ne.jp/~huck/kmemo.gif">           これも 呼び込んでしまうので表示させるために<>は、全角で           打ってあります。実際に入力の時は半角です  これは、スピード5です 照美の掲示板の動きは3です


流れのタグです。練習して下さい。 <MARQUEE DIRECTION="left" SCROLLAMOUNT="数字"><IMG SRC="http://画像のアドレスです"></MARQUEE> 数字の所 3くらいだとゆっくりです。7なんて早すぎて文字が読めなくなる とりあえずね てるみさんも ここで確認出来るかな?


矢印のあとについていく画像

<SPAN id="imOa3" style="position:absolute; top:0px; left:0px; width:32px; height:32px; clip:rect(0,32,32,0)"> <IMG SRC="hiyo.gif" WIDTH="32" HEIGHT="32"> </SPAN>

記入場所
hiyo.gif