<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013897" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013897</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Validate that code</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-little-css-help#comment-1080473</link>
    <description> &lt;p&gt;Before you use it! &lt;/p&gt;
&lt;p&gt;Detox -- your CSS is rife with errors (syntax)! No wonder Netscape has a fit.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3c.org&quot; class=&quot;bb-url&quot;&gt;w3c.org&lt;/a&gt; has a CSS validator, as does the offline &lt;a href=&quot;http://www.bradsoft.com&quot; class=&quot;bb-url&quot;&gt;bradsoft.com&lt;/a&gt; (TopStyle).&lt;/p&gt;
&lt;p&gt;Also, &lt;a href=&quot;http://www.webreview.com/style/css1/charts/mastergrid.shtml&quot; class=&quot;bb-url&quot;&gt;http://www.webreview.com/style/css1/charts/mastergrid.shtml&lt;/a&gt; will help with what is compatible with each browser.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Apr 2001 16:16:54 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1080473 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-little-css-help#comment-1080434</link>
    <description> &lt;p&gt;The only arguments that border-style takes are: none, dotted, solid, double, groove, ridge, and inset. And when you give the value to border-style the order is for the top, right, bottom, and left sides, seperated by a comma. If only one value is given, it will take effect for all sides.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.blah { border-style: solid, double, solid, double }&lt;br /&gt;.blah2 { border-style: dotted }&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
For thickness, use border-top-width, border-bottom-witdh, border-right-width, and border-left-width (or border-width for all sides). Valid values are thin, medium, normal, and thick, or any number with a unit (1px).&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.blah { border-width: thin }&lt;br /&gt;.blah2 { border-top-width: 2px }&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Alternatively, you can use the border property to define all attributes of the borders of all sides (or you can use each seperately by: border-top, border-bottom, border-right, border-left). Using the border property, you can define the border style, color, and width.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.blah { border: thin inset green; border-top: 2px inset red }&lt;br /&gt;.blah2 { border-top: thick groove blue }&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;You may want to think about investing in a good bood that covers CSS. I own &lt;em&gt;The Complete Refence HTML Second Edition&lt;/em&gt; by Thomas A. Powell (publisher is Osborne; 1,130 pages). It&#039;s a great book, I highly recommend it. The price on the back is $39.99.&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Apr 2001 05:35:22 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1080434 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-little-css-help#comment-1080408</link>
    <description> &lt;p&gt;here is my usual style definition,&lt;/p&gt;
&lt;p&gt;.login 	{&lt;br /&gt;
	font-family: Verdana, Arial;&lt;br /&gt;
	font-size: 11px;&lt;br /&gt;
	border: 1px solid;&lt;br /&gt;
	width: 70px;&lt;br /&gt;
        background:AFAF7E;&lt;br /&gt;
	}&lt;br /&gt;
Apply this to a text box select box etc&lt;/p&gt;
&lt;p&gt;.submit {&lt;br /&gt;
        background: :cccc99;&lt;br /&gt;
        font-size: 10px;&lt;br /&gt;
        font-family: Verdana,&#039;Comic Sans MS&#039;,Arial,Sans-        Serif, Helvetica;&lt;br /&gt;
        font-weight: normal;&lt;br /&gt;
        }&lt;br /&gt;
apply this to submit buttons.&lt;/p&gt;
&lt;p&gt;Netscape renders these quite badly sometimes, however, using these can spice up a page quite well....&lt;/p&gt;
&lt;p&gt;also, check out this page.. or just do a search on the net for css properties + forms..&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://webdeveloper.earthweb.com/pagedev/webcss/article/0,,12317_639551,00.html&quot; class=&quot;bb-url&quot;&gt;http://webdeveloper.earthweb.com/pagedev/webcss/article/0,,12317_639551,00.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 03 Apr 2001 00:28:56 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1080408 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
