<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>WEB制作の階段</title>
	<atom:link href="http://web-create.atstage.info/feed" rel="self" type="application/rss+xml" />
	<link>http://web-create.atstage.info</link>
	<description>Just another Default.atstage.info Blogs weblog</description>
	<pubDate>Wed, 26 Nov 2008 07:36:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>textareaのclosとrowsがブラウザにより異なる表示する問題</title>
		<link>http://web-create.atstage.info/archives/3</link>
		<comments>http://web-create.atstage.info/archives/3#comments</comments>
		<pubDate>Wed, 26 Nov 2008 07:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[textarea]]></category>

		<category><![CDATA[フォーム]]></category>

		<guid isPermaLink="false">http://web-create.atstage.info/?p=3</guid>
		<description><![CDATA[clos ( 横幅 ) と rows ( 縦幅 ) だけの指定では、Internet Explorer と Firefox で大きくサイズが異なってしまう。
で、これの対処法を調べたところ、以下の通り。
対処方法は簡単で、両者のブラウザでテキストエリアの大きさを統一するには、スタイルシートで横幅 ( width:数字px; ) と高さ ( height:数字px; ) を指定します。

&#60;p&#62;コメント入力欄：&#60;/p&#62;
&#60;textarea name="A" cols="B" rows="C" style="width:横幅px;height:高さpx;"&#62;
&#60;/textarea&#62;

以下のサイトを参考にした。
http://mbsupport.dip.jp/hp/form_10.htm
http://www.1uphp.com/con1/form/textareasize.html
]]></description>
			<content:encoded><![CDATA[<p>clos ( 横幅 ) と rows ( 縦幅 ) だけの指定では、Internet Explorer と Firefox で大きくサイズが異なってしまう。<br />
で、これの対処法を調べたところ、以下の通り。</p>
<blockquote><p>対処方法は簡単で、両者のブラウザでテキストエリアの大きさを統一するには、スタイルシートで横幅 ( width:数字px; ) と高さ ( height:数字px; ) を指定します。</p></blockquote>
<pre><code>
&lt;p&gt;コメント入力欄：&lt;/p&gt;
&lt;textarea name="A" cols="B" rows="C" style="width:横幅px;height:高さpx;"&gt;
&lt;/textarea&gt;
</code></pre>
<p>以下のサイトを参考にした。<br />
<a href="http://mbsupport.dip.jp/hp/form_10.htm">http://mbsupport.dip.jp/hp/form_10.htm</a><br />
<a href="http://www.1uphp.com/con1/form/textareasize.html">http://www.1uphp.com/con1/form/textareasize.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://web-create.atstage.info/archives/3/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

