<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1041498" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1041498</link>
    <description></description>
    <language>en</language>
          <item>
    <title>I don&#039;t use IE only</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ie-why-do-you-always-do-me#comment-1231661</link>
    <description> &lt;p&gt;I don&#039;t use IE only properties - unless there is an equivalent for others...&lt;/p&gt;
&lt;p&gt;ie (so to speak) &lt;code&gt;filter:alpha(opacity=50);&lt;/code&gt; and &lt;code&gt;opacity: 0.5;&lt;/code&gt; (and &lt;code&gt;-moz-opacity:0.5;&lt;/code&gt; ... and - oh well)&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Jul 2008 03:26:15 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1231661 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>greg wrote:
I avoid using</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ie-why-do-you-always-do-me#comment-1231647</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;greg&lt;/em&gt; wrote:&lt;/div&gt;I avoid using any hacks of any knd, as browsers get updated, changed and develop the hacks no longer work, or return different results.&lt;/div&gt;&lt;br /&gt;
Wise words.&lt;/p&gt;
&lt;p&gt;It&#039;s okay to &quot;hack the dead&quot; though. Ancient browsers are not likely to change. Of course, conditional comments let you avoid hacking IE anyway.&lt;/p&gt;
&lt;p&gt;What is your opinion on browser-specific CSS properties, like Microsoft&#039;s &quot;zoom&quot; and &quot;filter&quot;?&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 Jul 2008 06:31:36 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1231647 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>vladmm wrote:
PS: Is there</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ie-why-do-you-always-do-me#comment-1231606</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;vladmm&lt;/em&gt; wrote:&lt;/div&gt;PS: Is there any way to have a part of the code specifically for 1 browser type(ie:IE) but that will be ignored by other browsers so that, that piece of code will only be used by 1 specific browser. Hope that makes sence.&lt;/p&gt;
&lt;p&gt;thanks&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You can determine what browser people are using with a script (PHP, JS etc) and serve them CSS or content depending on what the result of the check is. But that&#039;s a lot of work for what it is worth.&lt;br /&gt;
Some people do this, but IMO it&#039;s not really worth it, unless perhaps the site is some sort of showcase for webmaster abilities (etc).&lt;/p&gt;
&lt;p&gt;As you learn more about CSS and the different browser requirements, you will learn to work around the various issues and differences between each browser, and make code that will work well on all browsers.&lt;br /&gt;
This does occasionally mean you have to compromise, and sometimes have layout or a style not quite the way you would have liked it. Although that is not very often.&lt;/p&gt;
&lt;p&gt;I avoid using any hacks of any knd, as browsers get updated, changed and develop the hacks no longer work, or return different results.&lt;br /&gt;
Hacks are exactly that, a hack. They work by doing something that is not within the browsers true design and intended usage, so they get updated to &quot;resolve&quot; the hack issues. As such I don&#039;t think they can be relied on.&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Jul 2008 01:21:08 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1231606 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I avoid CSS hacks precisely</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ie-why-do-you-always-do-me#comment-1231603</link>
    <description> &lt;p&gt;I avoid CSS hacks precisely because they are likely to evaporate in future browser releases.&lt;/p&gt;
&lt;p&gt;I prefer using browser sniffing code and changing the styles on the fly with JavaScript.&lt;/p&gt;
&lt;p&gt;Yes, some people have JavaScript turned off - and they are used to seeing weird lookin sites.&lt;/p&gt;
&lt;p&gt;Furthermore, I take some time to write code that is cross-browser compatible without hacks or adjustments whenever possible.&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Jul 2008 00:21:22 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1231603 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You may find Internet</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ie-why-do-you-always-do-me#comment-1231600</link>
    <description> &lt;p&gt;You may find Internet Explorer&#039;s &lt;a href=&quot;http://www.positioniseverything.net/articles/cc-plus.html&quot;&gt;Conditional Comments&lt;/a&gt; useful.&lt;/p&gt;
 </description>
     <pubDate>Tue, 15 Jul 2008 21:43:01 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1231600 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for taking a look,</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ie-why-do-you-always-do-me#comment-1231595</link>
    <description> &lt;p&gt;Thanks for taking a look, ireally appreciate you taking your time to assist in sorting out my mess. &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;PS: Is there any way to have a part of the code specifically for 1 browser type(ie:IE) but that will be ignored by other browsers so that, that piece of code will only be used by 1 specific browser. Hope that makes sence.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
 </description>
     <pubDate>Tue, 15 Jul 2008 17:53:33 +0000</pubDate>
 <dc:creator>vladmm</dc:creator>
 <guid isPermaLink="false">comment 1231595 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I got it working by moving</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/ie-why-do-you-always-do-me#comment-1231560</link>
    <description> &lt;p&gt;I got it working by moving the banner into the table cell on line 11. It broke some other stuff though. header16.jpg needs to have the sides trimmed and the &lt;code&gt;padding&lt;/code&gt; needs to be removed from &lt;code&gt;.border&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;To be honest I&#039;m not sure what&#039;s causing the problem in the first place. It could be IE&#039;s weird behaviour around whitespace (spaces, returns and tabs), or just some default padding/margins on tables that need to be disabled.&lt;/p&gt;
&lt;p&gt;For me, looking at the code: it&#039;s not much fun to work on code that uses tables for layout. You&#039;re obviously still learning, and that&#039;s cool, but you might get more interest and help if you try to use CSS controlled layouts. &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; Don&#039;t worry about it straight away, but learning XHTML+CSS is definitely something to put on your list of stuff to do. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 14 Jul 2008 23:08:00 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1231560 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
