あと半日
Mon
眠くなった。
残り半日は、片目ずつ居眠り。
— by よん☆ @ 12:50 pm
Comment [4]
TrackBack [0]
ランキングに参加しています。クリックが励みです・・・
記事2,700件目
Mon
また、一週間が始まるなぁ

— by よん☆ @ 05:48 am
Comment [2]
TrackBack [0]
ランキングに参加しています。クリックが励みです・・・
治んないよ 風邪
Sun
市販の薬、飲むとその後少しの間は効いてるけど、だめ。
月曜、病院に行こうかな。
エアコンの風がよくないかなぁ。
今日も一日ゴロゴロに決定

— by よん☆ @ 03:47 am
Comment [4]
TrackBack [0]
ランキングに参加しています。クリックが励みです・・・
金曜の夜♪
Fri
だから、久しぶりのSakeでほろ酔い

・・・ひと月ぶりのほろ酔い

ネットって未必な悪意に満ちたツール。
依存性向ってなものがあるとすれば、
ネットは麻薬に匹敵、あるいはそれ以上。
心の闇に甘い言葉を巧みに囁く。闇が深ければ深いほど巧みに囁く。
とにもかくにも、おれは、この四角い画面のネットの意思、
故意に耳を貸さない・・・つもり
明日の朝飯仕込み、水の冷たさが加速する神無月。温かい手料理・・・食いたいな

レンジは寡黙なおれのPartner

— by よん☆ @ 07:16 pm
Comment [6]
TrackBack [0]
ランキングに参加しています。クリックが励みです・・・
もう週末
Thu
・・・日曜は労組推薦の市議の選挙だけど。
組合員じゃないし、おれ。
投票したよって顔してればいい。
とにかくこの週末はのんびりしよっと。
— by よん☆ @ 06:41 pm
Comment [6]
TrackBack [0]
ランキングに参加しています。クリックが励みです・・・
運転免許証更新
Wed

本籍は免許証に埋め込まれたICチップにSaveしてるからブランクだと。
何ぬかすんじゃ。それちゃうやろと、おれ。
ICチップに埋め込んだまではよかったんだけど、免許の様式変更を忘れたからでしょが。
正直に言えば?オマワリさんのお仲間殿。
お仲間、夏はとっくのとぉ~~~に秋、なのに汗かいてた。
新型イヌインフルかい

あるいは、腰痛? カイロが下着?
・・・ネクタイは安物、首に仕込む余裕はない模様、カイロ。
退屈な講習、時間に課税か? なら、楽しもうと、おれ。
で、中型免許制度が施行されたんは、その通りだろうけど、
「中型車は中型車に限る」ってマニュアルにはなんて?聞いてみた。
趣旨は分かるが、これ法の文理解釈はさておき、「こくご」でしょうかぁ

まだまだ質問したかった30分。前髪七三のつむじが雀の巣なおじちゃんに。
この次は5年後だし、ご定年のご定年、もしかしてお目にかかれないかもな。 あんれ?指が勝手にKeyをTypeしたみたぁ~い。
なぜならば、電波の帯域確保との地デジの触れ込み、
どこ吹く風の帽子被ったナカビとカワラバンの似非Baseball中継。
中一1アマの餓鬼はこんなオヤジに成長しました。
みんな官権のお蔭です。
栗、食べよっと。
— by よん☆ @ 08:35 pm
TrackBack [0]
ランキングに参加しています。クリックが励みです・・・
一括応援クリックボタン by CSS
Wed
ランキングの一括Click応援、
CSSを使って小細工してみました

年休の半日がこれでつぶれました


[div class="cute2-button">
[button>( ̄ ̄ ̄∧ ̄ ̄ ̄)えっへん! [/div]
CSSはこんな感じ。
.cute2-button {
background: url(Images/safari-left.png) no-repeat 0 0;
height: 24px;
margin: 3em auto 2.5em 1em;
padding: 0 0 0 12px;
display: inline-block;
display: -moz-inline-box;
zoom: 1; *display: inline;
}
.cute2-reply { margin: 1em auto 4em 4em; }
.cute2-button button {
background: url(Images/safari-right.png) no-repeat 100% 0;
height: 24px; line-height: 24px;
cursor: pointer;
display: block;
padding: 0 12px 0 0;
margin: 0;
border: none;
overflow: visible;
font: 500 13px Trebuchet MS, Tahoma, 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, sans-serif;
}
* html .cute2-button { overflow-y: hidden; width: 1%;} /* for IE6... */
* html .cute2-button button { width: 1%;} /* for IE6... */
.cute2-button:hover {
background-position: 0 50%;
}
.cute2-button:hover button {
background-position: 100% 50%;
}
.cute2-button:active {
background-position: 0 100%;
}
.cute2-button:active button {
background-position: 100% 100%;
}
.cute2-button button[disabled] {
color: #aaa;
}
/*
.cute2-button button {
*behavior: expression(
(function(o){
if(o.disabled) return;
if(typeof cute_mdown == 'undefined'){
if(o.disabled) return;
cute_mover = function(){
this.style.backgroundPosition = '100% 50%';
this.parentNode.style.backgroundPosition = '0 50%';
}
cute_mdown = function(){
this.style.backgroundPosition = '100% 100%';
this.parentNode.style.backgroundPosition = '0 100%';
this.parentNode.style.overflowY = 'visible';
}
cute_mup = function(){
this.style.backgroundPosition = '100% 0';
this.parentNode.style.backgroundPosition = '0 0';
if(!window.XMLHttpRequest) this.parentNode.style.overflowY = 'hidden';
}
}
o.runtimeStyle.behavior = 'none';
o.onmouseover = cute_mover;
o.onmousedown = cute_mdown;
o.onmouseup = o.onmouseout = cute_mup;
})(this)
);
}*/
.cute2-button button:focus::-moz-focus-inner { border-color: transparent !important; }


でも、ポップアップ禁止設定の問題が残るなぁ

ってことで、結局止めましたぁあ

— by よん☆ @ 06:18 am
Comment [10]
TrackBack [0]
ランキングに参加しています。クリックが励みです・・・
RSS2.0
Atom1.0










Comments