<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments for CSS Newbie</title> <atom:link href="http://www.cssnewbie.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://www.cssnewbie.com</link> <description>Web Development Tutorials, Tips &#38; Techniques</description> <lastBuildDate>Thu, 11 Mar 2010 18:51:32 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.1</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Comment on Easy CSS Dropdown Menus by Wayne</title><link>http://www.cssnewbie.com/easy-css-dropdown-menus/comment-page-2/#comment-11348</link> <dc:creator>Wayne</dc:creator> <pubDate>Thu, 11 Mar 2010 18:51:32 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=119#comment-11348</guid> <description>hi Could I get some help with this I have a drop down that on my test machine works fine I still get the error Message: &#039;document.getElementById(...)&#039; is null or not an objectbut cant seem to get rid of it on live machine.</description> <content:encoded><![CDATA[<p>hi Could I get some help with this I have a drop down that on my test machine works fine I still get the error Message: &#8216;document.getElementById(&#8230;)&#8217; is null or not an object</p><p>but cant seem to get rid of it on live machine.</p> ]]></content:encoded> </item> <item><title>Comment on Horizontal CSS Dropdown Menus by A Super Simple Horizontal Navigation Bar</title><link>http://www.cssnewbie.com/horizontal-dropdown-menus/comment-page-1/#comment-11335</link> <dc:creator>A Super Simple Horizontal Navigation Bar</dc:creator> <pubDate>Thu, 11 Mar 2010 11:11:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=125#comment-11335</guid> <description>[...] while I&#8217;ve written tutorials on tabbed navigation bars, dropdown navigation bars, and even horizontal dropdown navigation bars, I&#8217;ve never stopped to explain how to build a basic, no-frills horizontal navigation bar. And [...]</description> <content:encoded><![CDATA[<p>[...] while I&#8217;ve written tutorials on tabbed navigation bars, dropdown navigation bars, and even horizontal dropdown navigation bars, I&#8217;ve never stopped to explain how to build a basic, no-frills horizontal navigation bar. And [...]</p> ]]></content:encoded> </item> <item><title>Comment on Easy CSS Dropdown Menus by A Super Simple Horizontal Navigation Bar</title><link>http://www.cssnewbie.com/easy-css-dropdown-menus/comment-page-2/#comment-11334</link> <dc:creator>A Super Simple Horizontal Navigation Bar</dc:creator> <pubDate>Thu, 11 Mar 2010 11:09:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=119#comment-11334</guid> <description>[...] = 250; }  I occurs to me that, while I&#8217;ve written tutorials on tabbed navigation bars, dropdown navigation bars, and even horizontal dropdown navigation bars, I&#8217;ve never stopped to explain how to build a [...]</description> <content:encoded><![CDATA[<p>[...] = 250; }  I occurs to me that, while I&#8217;ve written tutorials on tabbed navigation bars, dropdown navigation bars, and even horizontal dropdown navigation bars, I&#8217;ve never stopped to explain how to build a [...]</p> ]]></content:encoded> </item> <item><title>Comment on How To Create Simple, Stylish and Swappable Image Captions by Best Photoshop, html, javascript and php tutorials &#187; Create Simple, Stylish &#38; Swappable Image Captions</title><link>http://www.cssnewbie.com/how-to-create-simple-stylish-and-swappable-image-captions/comment-page-1/#comment-11332</link> <dc:creator>Best Photoshop, html, javascript and php tutorials &#187; Create Simple, Stylish &#38; Swappable Image Captions</dc:creator> <pubDate>Wed, 10 Mar 2010 20:15:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=457#comment-11332</guid> <description>[...]  Click here for this Tutorial!     Previously Posted Tutorial: Sexy Overlaps In CSS [...]</description> <content:encoded><![CDATA[<p>[...]  Click here for this Tutorial!     Previously Posted Tutorial: Sexy Overlaps In CSS [...]</p> ]]></content:encoded> </item> <item><title>Comment on A Full-Width Centered Navigation Bar by Best Photoshop, html, javascript and php tutorials &#187; A Full Width Centered Navigation Bar</title><link>http://www.cssnewbie.com/full-width-centered-navigation-bar/comment-page-1/#comment-11331</link> <dc:creator>Best Photoshop, html, javascript and php tutorials &#187; A Full Width Centered Navigation Bar</dc:creator> <pubDate>Wed, 10 Mar 2010 20:05:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=472#comment-11331</guid> <description>[...] Click here for this Tutorial!     Previously Posted Tutorial: How To Slice Up Graphics For XHTML &amp; CSS [...]</description> <content:encoded><![CDATA[<p>[...] Click here for this Tutorial!     Previously Posted Tutorial: How To Slice Up Graphics For XHTML &amp; CSS [...]</p> ]]></content:encoded> </item> <item><title>Comment on Button Height and a Broken Box Model by Avangelist</title><link>http://www.cssnewbie.com/button-height-and-a-broken-box-model/comment-page-1/#comment-11330</link> <dc:creator>Avangelist</dc:creator> <pubDate>Wed, 10 Mar 2010 19:28:10 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=536#comment-11330</guid> <description>I don&#039;t think any of these responses are right.If we are talking about a button element - i.e , this is an inline element as correctly stated by Justin. An inline element cannot work with the &#039;box model&#039; by definition.If we are talking about taking a semantic approach, like a horizontal menu where the markup is made out of an ordered/unordered list where the list is set to display inline, then we already have a clear problem.
The list is set to inline. You can set the list items  to display:block, but of course now the list is no longer displaying on a single horizontal line. TO complete this task you have to float the list elements.Note however, that this is only required for the list items, or buttons to be styled as desired, borders, padding, line-height and so on in IE7 ONLY.inline-block is not supported cross browser, and quite often will cause you more problems and even more markup. I think it is also uncertain whether it is going to be re-emerge into the CSS3 model.gwi suggests using box-sizing. I am sure that gwi is aware but hasn&#039;t perhaps explained perfectly, that what they are describing is a style with a vendor prefix. This means that it is a style that is not globally accepted or in a final document from W3C.In this example box-size is a CSS3 style which is not currently supported, and is not intended for this sort of example. Not to say that it couldn&#039;t be used in this way, I just wouldn&#039;t.I don&#039;t actually think that the issue presented relates in any way to browser mechanics. Bottom line is you are looking at an inline level element not a block level element.It&#039;s all to do with the fact that you are trying to set a height. Don&#039;t, just use padding to attain your height, because what you are not factoring is the line height of the element content.</description> <content:encoded><![CDATA[<p>I don&#8217;t think any of these responses are right.</p><p>If we are talking about a button element &#8211; i.e , this is an inline element as correctly stated by Justin. An inline element cannot work with the &#8216;box model&#8217; by definition.</p><p>If we are talking about taking a semantic approach, like a horizontal menu where the markup is made out of an ordered/unordered list where the list is set to display inline, then we already have a clear problem.<br
/> The list is set to inline. You can set the list items  to display:block, but of course now the list is no longer displaying on a single horizontal line. TO complete this task you have to float the list elements.</p><p>Note however, that this is only required for the list items, or buttons to be styled as desired, borders, padding, line-height and so on in IE7 ONLY.</p><p>inline-block is not supported cross browser, and quite often will cause you more problems and even more markup. I think it is also uncertain whether it is going to be re-emerge into the CSS3 model.</p><p>gwi suggests using box-sizing. I am sure that gwi is aware but hasn&#8217;t perhaps explained perfectly, that what they are describing is a style with a vendor prefix. This means that it is a style that is not globally accepted or in a final document from W3C.</p><p>In this example box-size is a CSS3 style which is not currently supported, and is not intended for this sort of example. Not to say that it couldn&#8217;t be used in this way, I just wouldn&#8217;t.</p><p>I don&#8217;t actually think that the issue presented relates in any way to browser mechanics. Bottom line is you are looking at an inline level element not a block level element.</p><p>It&#8217;s all to do with the fact that you are trying to set a height. Don&#8217;t, just use padding to attain your height, because what you are not factoring is the line height of the element content.</p> ]]></content:encoded> </item> <item><title>Comment on Bug Fix: IE Double Margin Float Bug by 【转】使用CSS修正20多个常见页面Bug &#171; My Happy Garden</title><link>http://www.cssnewbie.com/double-margin-float-bug/comment-page-1/#comment-11325</link> <dc:creator>【转】使用CSS修正20多个常见页面Bug &#171; My Happy Garden</dc:creator> <pubDate>Tue, 09 Mar 2010 10:48:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=142#comment-11325</guid> <description>[...] 1- Bug修正：IE双倍Margin bug - 元素是浮动的-并且给元素一个和浮动同一个方向的margin-结果显示两倍的指定margin大小。这个方法非常简单。所有您需要做的就是添加一个display: inline规则到你的浮动元素。所以，你只是把例如这样的代码： [...]</description> <content:encoded><![CDATA[<p>[...] 1- Bug修正：IE双倍Margin bug &#8211; 元素是浮动的-并且给元素一个和浮动同一个方向的margin-结果显示两倍的指定margin大小。这个方法非常简单。所有您需要做的就是添加一个display: inline规则到你的浮动元素。所以，你只是把例如这样的代码： [...]</p> ]]></content:encoded> </item> <item><title>Comment on New to CSS? New to CSSnewbie? Start Here! by Anonymous</title><link>http://www.cssnewbie.com/new-to-css/comment-page-1/#comment-11323</link> <dc:creator>Anonymous</dc:creator> <pubDate>Mon, 08 Mar 2010 19:50:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=171#comment-11323</guid> <description>Good Afternoon Rob,
I would like to ask two questions!
1)I want to start a blog where I need a format of two columns.  The layout should be such that comments can be entered in either column independent of each other down the entire page. I think this could be accomplished by tables and then entering the code for the comment section, but I do not know how to actually layout the code. I would like the comment format to be identical to how it is displayed on CSS Newbie with an dual option for &#039;name&#039;, email and as stated above, the comments sections. The columns should be separated by a 25px space. Of course there should be space on the outer sides of both columns.2) As you can see on my current blog much is lacking.  Can you tell me what font is good to use and recommended a font size?  I have just learned HTML and CSS is so new to me! I do not understand it and cannot locate any clues to the font, font size, font color etc. when viewing a source code.  I like a clean interface and the font type on this site is ideal for me. As well, do you have a tutorial and/or article primer, i.e. CSS 101 with regard to page formatting, styles of blogs, and all the simple basics for the newest newbie you ever saw!Keep up the good work,
Anonymous</description> <content:encoded><![CDATA[<p>Good Afternoon Rob,<br
/> I would like to ask two questions!</p><p>1)I want to start a blog where I need a format of two columns.  The layout should be such that comments can be entered in either column independent of each other down the entire page. I think this could be accomplished by tables and then entering the code for the comment section, but I do not know how to actually layout the code. I would like the comment format to be identical to how it is displayed on CSS Newbie with an dual option for &#8216;name&#8217;, email and as stated above, the comments sections. The columns should be separated by a 25px space. Of course there should be space on the outer sides of both columns.</p><p>2) As you can see on my current blog much is lacking.  Can you tell me what font is good to use and recommended a font size?  I have just learned HTML and CSS is so new to me! I do not understand it and cannot locate any clues to the font, font size, font color etc. when viewing a source code.  I like a clean interface and the font type on this site is ideal for me. As well, do you have a tutorial and/or article primer, i.e. CSS 101 with regard to page formatting, styles of blogs, and all the simple basics for the newest newbie you ever saw!</p><p>Keep up the good work,<br
/> Anonymous</p> ]]></content:encoded> </item> <item><title>Comment on Button Height and a Broken Box Model by gwi</title><link>http://www.cssnewbie.com/button-height-and-a-broken-box-model/comment-page-1/#comment-11321</link> <dc:creator>gwi</dc:creator> <pubDate>Mon, 08 Mar 2010 17:30:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=536#comment-11321</guid> <description>&quot;Inspect element&quot; in Safari says it uses the browser default &quot;-webkit-box-sizing: border-box;&quot; for input[type=&quot;submit&quot;], button and others. So you can reset this behaviour with.button { box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; display: block; }e.g. if you want &quot;input type=&#039;submit&#039; class=&#039;button&#039;&quot; and &quot;a class=&#039;button&#039;&quot; to appear identically. This does not answer the quetsion &quot;why&quot; but it works around this issue.</description> <content:encoded><![CDATA[<p>&#8220;Inspect element&#8221; in Safari says it uses the browser default &#8220;-webkit-box-sizing: border-box;&#8221; for input[type="submit"], button and others. So you can reset this behaviour with</p><p>.button { box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; display: block; }</p><p>e.g. if you want &#8220;input type=&#8217;submit&#8217; class=&#8217;button&#8217;&#8221; and &#8220;a class=&#8217;button&#8217;&#8221; to appear identically. This does not answer the quetsion &#8220;why&#8221; but it works around this issue.</p> ]]></content:encoded> </item> <item><title>Comment on The Firefox Input Button Line-Height Bug by Robert</title><link>http://www.cssnewbie.com/input-button-line-height-bug/comment-page-1/#comment-11320</link> <dc:creator>Robert</dc:creator> <pubDate>Mon, 08 Mar 2010 13:53:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cssnewbie.com/?p=528#comment-11320</guid> <description>Interesting bug. Has Mozilla said anything about fixing it?</description> <content:encoded><![CDATA[<p>Interesting bug. Has Mozilla said anything about fixing it?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 5/21 queries in 0.180 seconds using disk

Served from: rhetorclick.com @ 2010-03-12 16:20:26 -->