<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033179" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033179</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/website-navigation-two-menus#comment-1193897</link>
    <description> &lt;p&gt;As HTML/CSS (anything really) is so universal you&#039;d need an exact tutorial for what you are doing otherwise you would only be able to use bits of things which can sometimes lead to a big mess.&lt;br /&gt;
A quick example (bit far fetched), you learn how to center in HTML  you learn how to align with tables  you learn how to align with CSS  then it&#039;s all used together (and this is very common)  ... when only one of them is needed.&lt;/p&gt;
&lt;p&gt;I recommend looking at source code, find out why it&#039;s working, hows it&#039;s working&lt;br /&gt;
Do a search for CSS overflow and/or CSS tutorials&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Feb 2006 20:17:28 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1193897 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>more info?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/website-navigation-two-menus#comment-1193871</link>
    <description> &lt;p&gt;Thank you for that information on why frames should not be used. I am currently reading an advanced CSS tutorial and things are coming along great. You can customize so many differnt things. Im only about a quarter way through the tutorial but have learned a lot so far. I notcied you also wrote &quot;overflow on textarea&quot;. Should I find this in a normal advanced CSS tutorial, and if not could you provide me with some links? Also if there is anything else a beginner website designer like me should look at please provide links. I know all of HTML so far, and some of javascript, and now some CSS. I dont need to go all extreme. I just want a very compatible website on any browser or monitor resolution that looks nice, and is easily customizable by me.  &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>Wed, 22 Feb 2006 12:24:39 +0000</pubDate>
 <dc:creator>IDW</dc:creator>
 <guid isPermaLink="false">comment 1193871 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/website-navigation-two-menus#comment-1193848</link>
    <description> &lt;p&gt;Frames are bad because ....&lt;/p&gt;
&lt;p&gt;People can not bookmark your pages&lt;br /&gt;
Search engines do not like frames&lt;br /&gt;
frames are limiting&lt;br /&gt;
Frames cut down viewable content by heaps on smaller screen, the lower half is always the cut down section so banner could be 3/4 page and content 2 lines (have seen sites like this)&lt;br /&gt;
Frames pages can be more work to modifiy/change/update&lt;br /&gt;
etc etc etc&lt;/p&gt;
&lt;p&gt;Take a look at some advanced CSS, overflow on textarea etc&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Feb 2006 09:39:07 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1193848 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/website-navigation-two-menus#comment-1193840</link>
    <description> &lt;p&gt;I did some searching on google going through websites that explained how to use frames. I copied my main page to the computer, and started editing it trying to figure it out. It took some time, but is very easy once you have figured it out. I now have the website banner, and both menu&#039;s onto their own menu.html page. Here is a basic explaination of how frames work.&lt;br /&gt;
The main page which will be holding the frames does not have the body command. It is replaced by the frameset command. Example of main page:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;HTML&amp;gt;&lt;br /&gt;&amp;lt;HEAD&amp;gt;&lt;br /&gt;&amp;lt;TITLE&amp;gt;title&amp;lt;/TITLE&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;meta name=&amp;quot;Description&amp;quot; content=&amp;quot; &amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;meta name=&amp;quot;Keywords&amp;quot; content=&amp;quot; &amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/HEAD&amp;gt;&lt;br /&gt;&amp;lt;FRAMESET rows=&amp;quot;35%, 65%&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;frame src=&amp;quot;menu.html&amp;quot; frameborder=&amp;quot;0&amp;quot; noresize&amp;gt;&lt;br /&gt;&amp;lt;frame src=&amp;quot;news.html&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/frameset&amp;gt;&lt;br /&gt;&amp;lt;/HTML&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
The menu.html takes up the top 35% of the screen, and is left scrollable for 800x600 res. browsers, but cannot be resized. The news is all of the content other than the menu that will be placed on the rest of the page. Taking up 65% of the botten half of the screen. Menu.html, and News.html both contain their own body and CSS commands. Im sure there is an easier way to do that though. I do have a question though. A lot of the websites said frames are not supported by all browsers, or the browser might not be configured to display frames? Is it common for people to have frames disabled, and what is the reason? What browsers do not support the frame usage?&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Feb 2006 05:59:44 +0000</pubDate>
 <dc:creator>IDW</dc:creator>
 <guid isPermaLink="false">comment 1193840 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
