<?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 on: Override Inline Styles</title> <atom:link href="http://pippinspages.com/tutorials/override-inline-styles/feed/" rel="self" type="application/rss+xml" /><link>http://pippinspages.com/tutorials/css/override-inline-styles/</link> <description>{ Coding everyday keeps the bugs away }</description> <lastBuildDate>Fri, 03 Feb 2012 20:29:40 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Matt</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-2156</link> <dc:creator>Matt</dc:creator> <pubDate>Tue, 26 Apr 2011 04:07:12 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-2156</guid> <description>Ok cool, I got it. I was calling the wrong selector. Thanks Pippin!</description> <content:encoded><![CDATA[<p>Ok cool, I got it. I was calling the wrong selector. Thanks Pippin!</p> ]]></content:encoded> </item> <item><title>By: Pippin Williamson</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-2155</link> <dc:creator>Pippin Williamson</dc:creator> <pubDate>Mon, 25 Apr 2011 01:55:53 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-2155</guid> <description>You should edit the css file included with the plugin because you will have a hard time over writing inline styles set by jQuery. The inline styles you see are actually put there by the accordion slider after being detected from the main CSS file. So if you change the css file, it should change everything fine.</description> <content:encoded><![CDATA[<p>You should edit the css file included with the plugin because you will have a hard time over writing inline styles set by jQuery. The inline styles you see are actually put there by the accordion slider after being detected from the main CSS file. So if you change the css file, it should change everything fine.</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-2154</link> <dc:creator>Matt</dc:creator> <pubDate>Sat, 23 Apr 2011 20:08:25 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-2154</guid> <description>Oh, well, it stripped my code.  Here it is:dt class=&quot;active spine spine_1&quot; style=&quot;position: absolute; z-index: 3; display: block; left: 0px; width: 247px; height: 41px; -moz-transform: rotate(270deg); -moz-transform-origin: 21px 0px; text-align: right; top: 256px; margin-left: -21px;&quot;</description> <content:encoded><![CDATA[<p>Oh, well, it stripped my code.  Here it is:</p><p>dt class=&#8221;active spine spine_1&#8243; style=&#8221;position: absolute; z-index: 3; display: block; left: 0px; width: 247px; height: 41px; -moz-transform: rotate(270deg); -moz-transform-origin: 21px 0px; text-align: right; top: 256px; margin-left: -21px;&#8221;</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-2153</link> <dc:creator>Matt</dc:creator> <pubDate>Sat, 23 Apr 2011 20:06:27 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-2153</guid> <description>Hey Pippin,I&#039;m actually trying to do this for your Sugar Slider plugin. Love it btw!For the accordion style, I&#039;m trying to change the width of the tabs (it&#039;s actually &quot;height: 41px&quot; in the code below)  and it looks like it&#039;s set in the style but I can&#039;t seem to call it correctly.For Teens1</description> <content:encoded><![CDATA[<p>Hey Pippin,</p><p>I&#8217;m actually trying to do this for your Sugar Slider plugin. Love it btw!</p><p>For the accordion style, I&#8217;m trying to change the width of the tabs (it&#8217;s actually &#8220;height: 41px&#8221; in the code below)  and it looks like it&#8217;s set in the style but I can&#8217;t seem to call it correctly.</p><p>For Teens1</p> ]]></content:encoded> </item> <item><title>By: Dion GeBorde</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-1938</link> <dc:creator>Dion GeBorde</dc:creator> <pubDate>Fri, 10 Dec 2010 15:26:19 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-1938</guid> <description>Cool Pippin, makes sense.And will do regarding testing. I&#039;ve already worked out what I was working on using !important as I mentioned, but if (when!) that doesn&#039;t work, I&#039;ll experiment and let you know.Thanks again, and Happy Holidays!</description> <content:encoded><![CDATA[<p>Cool Pippin, makes sense.</p><p>And will do regarding testing. I&#8217;ve already worked out what I was working on using !important as I mentioned, but if (when!) that doesn&#8217;t work, I&#8217;ll experiment and let you know.</p><p>Thanks again, and Happy Holidays!</p> ]]></content:encoded> </item> <item><title>By: Pippin Williamson</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-1937</link> <dc:creator>Pippin Williamson</dc:creator> <pubDate>Fri, 10 Dec 2010 15:19:46 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-1937</guid> <description>You may or may not have to include the [style] selector. I use it very rarely, and do not know for sure. But my guess is that without the [style] selector, the inline styles will not be overridden, even with the !important. Using the two together kicks the inline styles out, but only one of either, won&#039;t.Try it and let me know, I&#039;m curious.</description> <content:encoded><![CDATA[<p>You may or may not have to include the [style] selector. I use it very rarely, and do not know for sure. But my guess is that without the [style] selector, the inline styles will not be overridden, even with the !important. Using the two together kicks the inline styles out, but only one of either, won&#8217;t.</p><p>Try it and let me know, I&#8217;m curious.</p> ]]></content:encoded> </item> <item><title>By: Dion GeBorde</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-1936</link> <dc:creator>Dion GeBorde</dc:creator> <pubDate>Fri, 10 Dec 2010 15:14:20 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-1936</guid> <description>No, I hadn&#039;t. I just now read Natale&#039;s post and saw that she included that. I didn&#039;t see it in your code above, so hadn&#039;t thought about the !important tag.Actually, I&#039;ve found in working with a Wordpress theme that for some reason keeps calling its own CSS even though my CSS is further down the cascade, that simply using !important by itself works. But I&#039;m only working on a few specific items rather than trying to return the whole body of span tags to an inherited attribute.So, I&#039;m actually confused now. Based on my example above, I could simply put #a .bunch #of .levels {style changes !important} and not have to include the [style] selector at all, right? So when is it better to use [style] alone vs. !important alone ... and when should they be used together?And thanks for the super-fast response! :-)</description> <content:encoded><![CDATA[<p>No, I hadn&#8217;t. I just now read Natale&#8217;s post and saw that she included that. I didn&#8217;t see it in your code above, so hadn&#8217;t thought about the !important tag.</p><p>Actually, I&#8217;ve found in working with a WordPress theme that for some reason keeps calling its own CSS even though my CSS is further down the cascade, that simply using !important by itself works. But I&#8217;m only working on a few specific items rather than trying to return the whole body of span tags to an inherited attribute.</p><p>So, I&#8217;m actually confused now. Based on my example above, I could simply put #a .bunch #of .levels {style changes !important} and not have to include the [style] selector at all, right? So when is it better to use [style] alone vs. !important alone &#8230; and when should they be used together?</p><p>And thanks for the super-fast response! <img src="http://pippinspages.com/wp-includes/images/smilies/icon_smile.gif?9707a5" alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Pippin Williamson</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-1935</link> <dc:creator>Pippin Williamson</dc:creator> <pubDate>Fri, 10 Dec 2010 14:54:05 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-1935</guid> <description>Hmmm, it should work regardless of whether it&#039;s a deep style or not. Have you tried adding the !important tag at the end of the style (before the ;)?</description> <content:encoded><![CDATA[<p>Hmmm, it should work regardless of whether it&#8217;s a deep style or not. Have you tried adding the !important tag at the end of the style (before the <img src="http://pippinspages.com/wp-includes/images/smilies/icon_wink.gif?9707a5" alt=';)' class='wp-smiley' /> ?</p> ]]></content:encoded> </item> <item><title>By: Dion GeBorde</title><link>http://pippinspages.com/tutorials/css/override-inline-styles/comment-page-1/#comment-1934</link> <dc:creator>Dion GeBorde</dc:creator> <pubDate>Fri, 10 Dec 2010 14:45:50 +0000</pubDate> <guid isPermaLink="false">http://pippinspages.com/?p=831#comment-1934</guid> <description>Hey Pippin, really digging all these resources you provide.I tried this on a deep style -- like: #a .bunch #of .levels[style] -- and it didn&#039;t work. Is there a different way in which to implement the override in this case or does it not work if there are multiple classes, ids, etc.?Thanks.</description> <content:encoded><![CDATA[<p>Hey Pippin, really digging all these resources you provide.</p><p>I tried this on a deep style &#8212; like: #a .bunch #of .levels[style] &#8212; and it didn&#8217;t work. Is there a different way in which to implement the override in this case or does it not work if there are multiple classes, ids, etc.?</p><p>Thanks.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 16/35 queries in 0.033 seconds using disk: basic
Object Caching 385/446 objects using disk: basic

Served from: www.pippinspages.com @ 2012-02-05 08:35:35 -->
