<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029898" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029898</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/alternatives-frames#comment-1174675</link>
    <description> &lt;p&gt;Well, when you feel you have the majority market share (M$), you think you can just change the rules and everyone will follow suite and obey your whim. And when you get non-pros who are self taught in the only browser they have ever seen (IE), they start doing all the things that work for that browser, even though they are not up to standard.&lt;/p&gt;
&lt;p&gt;It is the way of the web. Unless you are sure all of your users will be using IE, or you don&#039;t care about the ones who don&#039;t, you as a webmaster have to deal with handling it. That is one past of being able to call yourself a webmaster.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Jul 2005 19:29:54 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1174675 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/alternatives-frames#comment-1174671</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Megan wrote:&lt;/strong&gt; ...so if you really want to do this you&#039;ll have to put up with some browser inconsistency.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Ugh..  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/eyeroll.png&quot; title=&quot;Roll eyes&quot; alt=&quot;Roll eyes&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
I found one script that is a real beaut. Stays in the same place on every page perfectly in IE...but in FF - yea right. I guess with scripts like this validation is non-existent. Ill find one eventually I think. I tried making one myself but it never came out right.. and I don&#039;t have PHP down yet. &lt;/p&gt;
&lt;p&gt;Which leads me to my next question that Ill put here. If some things work in one browser but not in another, then what is the point of validation? I know it&#039;s to set an even playing field for standards.. but like what happened above - FF wouldn&#039;t show it, and Im sure as a result W3C doesn&#039;t like it either. I get the concept of validation, but in practice Ive yet to have a page that validated 100%. Ugh.. frustration setting in.. time to step away.  &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>Tue, 12 Jul 2005 14:55:15 +0000</pubDate>
 <dc:creator>CaptainMorgan</dc:creator>
 <guid isPermaLink="false">comment 1174671 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/alternatives-frames#comment-1174649</link>
    <description> &lt;p&gt;Look under menus, since that&#039;s what you want &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>Tue, 12 Jul 2005 11:50:53 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1174649 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/alternatives-frames#comment-1174581</link>
    <description> &lt;p&gt;Are you trying to fix the navigation like a frame would while the rest of the pages scorll?  Or are you just wanting to do something where you would be able to keep the code for the template in a separate file?&lt;/p&gt;
&lt;p&gt;Like Renegade said, the only way to fix it on the side like a frame would is by CSS so if you really want to do this you&#039;ll have to put up with some browser inconsistency.&lt;/p&gt;
&lt;p&gt;For keeping things in a separate file, includes by PHP or Server Side Includes are very easy to implement.&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Jul 2005 13:23:06 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1174581 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/alternatives-frames#comment-1174559</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Renegade wrote:&lt;/strong&gt; &lt;em&gt;But, the problem is that it doesn&#039;t show up properly in IE so, you&#039;ll have to use Javascript with it as well...&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
Try looking at dynamicdrive.com or javascriptkit.com&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I wish to make it easy for most browsers, so maybe CSS is not a good idea then. &lt;/p&gt;
&lt;p&gt;Ive checked out those sites. Where do I begin? Maybe you missed when I asked for &lt;strong&gt;clear-cut&lt;/strong&gt;.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Thanks for the help.&lt;/p&gt;
&lt;p&gt;EDIT: I had a JS menu navigation setup, but it simply took too long to load.. as is the case Ive found for most JS&#039;s.. am I doing something wrong?&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Jul 2005 09:40:06 +0000</pubDate>
 <dc:creator>CaptainMorgan</dc:creator>
 <guid isPermaLink="false">comment 1174559 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/alternatives-frames#comment-1174557</link>
    <description> &lt;p&gt;You can do it very simply with CSS:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#navigation {&lt;br /&gt;position:fixed;&lt;br /&gt;top:10px;&lt;br /&gt;left:10px;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;But, the problem is that it doesn&#039;t show up properly in IE so, you&#039;ll have to use Javascript with it as well...&lt;/p&gt;
&lt;p&gt;Try looking at dynamicdrive.com or javascriptkit.com&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Jul 2005 09:31:15 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1174557 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
