<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017194" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017194</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-input-radio-buttons#comment-1100355</link>
    <description> &lt;p&gt;check out these &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webmaster-forums.com/showthread.php?s=&amp;amp;threadid=16879&amp;amp;highlight=radio&quot; class=&quot;bb-url&quot;&gt;http://www.webmaster-forums.com/showthread.php?s=&amp;amp;threadid=16879&amp;amp;highlight=radio&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webmaster-forums.com/showthread.php?s=&amp;amp;threadid=17194&amp;amp;highlight=radio&quot; class=&quot;bb-url&quot;&gt;http://www.webmaster-forums.com/showthread.php?s=&amp;amp;threadid=17194&amp;amp;highlight=radio&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Feb 2002 23:13:20 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1100355 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-input-radio-buttons#comment-1100250</link>
    <description> &lt;p&gt;I&#039;ll check it out in the morning... Thanks!&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Feb 2002 00:52:16 +0000</pubDate>
 <dc:creator>T_D</dc:creator>
 <guid isPermaLink="false">comment 1100250 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-input-radio-buttons#comment-1100249</link>
    <description> &lt;p&gt;You arn&#039;t going to be able to do that, I don&#039;t believe. When you declare that all input&#039;s (INPUT{}) have grey backgrounds, all inputs have grey backgrounds.&lt;/p&gt;
&lt;p&gt;You can work around it like this :&lt;/p&gt;
&lt;p&gt;INPUT&lt;br /&gt;
{&lt;br /&gt;
background:#990000;&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Feb 2002 00:49:25 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1100249 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-input-radio-buttons#comment-1100248</link>
    <description> &lt;p&gt;The problem is there are lots of radio buttons, I don&#039;t really want to change that all. How would that line of css look like if I would only want to have text areas and input boxes grey, but radio buttons no background?&lt;/p&gt;
&lt;p&gt;I&#039;m a newbie... Like you &quot;might&quot; have noticed &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Feb 2002 00:43:30 +0000</pubDate>
 <dc:creator>T_D</dc:creator>
 <guid isPermaLink="false">comment 1100248 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-input-radio-buttons#comment-1100247</link>
    <description> &lt;p&gt;That snipet is pretty general, it&#039;ll apply to any form object, maybe a specific class might work better?&lt;/p&gt;
&lt;p&gt;.radio&lt;br /&gt;
{&lt;br /&gt;
 background:#333333;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Just an idea...&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Feb 2002 00:36:12 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1100247 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-input-radio-buttons#comment-1100246</link>
    <description> &lt;p&gt;It&#039;s in fact the deviantNuke theme for phpNuke I&#039;m changing. ( &lt;a href=&quot;http://www.fcbfans.be/mirror&quot; class=&quot;bb-url&quot;&gt;http://www.fcbfans.be/mirror&lt;/a&gt; ) It looks awful I know, just started to modify it &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;here&#039;s the line of css:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;INPUT {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; &lt;br /&gt;FONT-SIZE: 11px; color: #ffffff; &lt;br /&gt;BACKGROUND-COLOR: #333333}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Feb 2002 00:32:43 +0000</pubDate>
 <dc:creator>T_D</dc:creator>
 <guid isPermaLink="false">comment 1100246 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-input-radio-buttons#comment-1100244</link>
    <description> &lt;p&gt;could you post you code please.&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Feb 2002 00:26:59 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1100244 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
