<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043639" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043639</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Hello pccoach, hello</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-menu-page-display-problems#comment-1240738</link>
    <description> &lt;p&gt;Hello pccoach, hello guys.&lt;br /&gt;
*confusing*&lt;br /&gt;
What is going on with navigation in &lt;a href=&quot;http://soundsidehealthcare.com/SSHC/&quot; title=&quot;http://soundsidehealthcare.com/SSHC/&quot;&gt;http://soundsidehealthcare.com/SSHC/&lt;/a&gt;?&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Apr 2009 10:55:13 +0000</pubDate>
 <dc:creator>Brutal</dc:creator>
 <guid isPermaLink="false">comment 1240738 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>decibel.places wrote:
funny</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-menu-page-display-problems#comment-1240632</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;decibel.places&lt;/em&gt; wrote:&lt;/div&gt;funny how two developers will take different approaches&lt;/div&gt;I think that is quite often true!&lt;/p&gt;
&lt;p&gt;Clearing floats when required should always be done though. Floats can often return different results between the different browsers, more so if you don&#039;t clear them where you meant to.&lt;/p&gt;
&lt;p&gt;I.E. If you didn&#039;t intend for the left nav menu to be floated next to the top nav menu (which is just before the left nav and is also floated left) then you should clear it&#039;s float property.&lt;br /&gt;
Even if without clearing it works fine, if nothing else it&#039;s good practice. And &lt;em&gt;should&lt;/em&gt; make it future proof for any changes browsers make to handling of floats.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Apr 2009 00:08:27 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1240632 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>funny how two developers</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-menu-page-display-problems#comment-1240627</link>
    <description> &lt;p&gt;funny how two developers will take different approaches&lt;/p&gt;
&lt;p&gt;the left sidebar was actually displaced by the menu: fix the menu and it is more manageable.&lt;/p&gt;
&lt;p&gt;@pccoach - maybe you should start over with a workable and tested cross-browser menu - there are some good ones at &lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex1/&quot;&gt;Dynamic Drive&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 21:19:18 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240627 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>HI and Welcome to TWF!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-menu-page-display-problems#comment-1240625</link>
    <description> &lt;p&gt;HI and Welcome to TWF! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/grin.png&quot; title=&quot;Laugh&quot; alt=&quot;Laugh&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;cross-browser css is fun, isn&#039;t it? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;some pointers:&lt;/p&gt;
&lt;p&gt;do not use HTML comments &lt;code&gt;&amp;lt;!-- --&amp;gt;&lt;/code&gt; inside &lt;code&gt;&amp;lt;style&amp;gt;&amp;lt;/style&amp;gt;&lt;/code&gt; tags&lt;/p&gt;
&lt;p&gt;do not use quotes for the @import stylesheet url &lt;code&gt;@import url(css/sshc.css);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;that fixes some problems right away...&lt;/p&gt;
&lt;p&gt;I also added these styles that help with some of the problems, but I got bored and I usually earn good money for this kind of work... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;ul {display: inline;}&lt;br /&gt;&lt;br /&gt;ul li {&lt;br /&gt;width:140px;&lt;br /&gt;padding: -5px 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;ul li a{&lt;br /&gt;z-index: 100;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#outerWrapper #topNavigation a, a:link {&lt;br /&gt;z-index: 100;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#outerWrapper #contentWrapper #leftColumn1 {width: 170px}&lt;br /&gt;&lt;br /&gt;p.search {position: relative; margin-bottom: 0px}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 20:49:31 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240625 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi welcome to TWF 
I fixed</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-menu-page-display-problems#comment-1240624</link>
    <description> &lt;p&gt;Hi welcome to TWF &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;I fixed the link on your post, you just use the links here the same as normal HTML&lt;br /&gt;
&lt;code&gt;&amp;lt;a href=&amp;quot;http:/link&amp;quot;&amp;gt;link text&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Your top navigation menu is floated left to allow for all the links to be along a horizontal.&lt;br /&gt;
So it looks to me like you need to clear that left float after the top nav menu code as the second (left nav menu) is trying to float next to the top nav menu:&lt;br /&gt;
So after this:&lt;br /&gt;
&lt;code&gt;&amp;lt;div id=&amp;quot;topNavigation&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;br /&gt;
Have this:&lt;br /&gt;
&lt;code&gt;&amp;lt;div style=&amp;quot;clear: left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;br /&gt;
That sorts the left menu.&lt;/p&gt;
&lt;p&gt;The top menu in my Firefox also needs sorting.&lt;br /&gt;
You are define things more than once and sometimes this is conflicting with another.&lt;/p&gt;
&lt;p&gt;For example you have:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;ul li a{&lt;br /&gt;background-color: #ebebeb;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;But then also&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;ul li ul li a {&lt;br /&gt;background-color:#EBEBEB;&lt;br /&gt;font-family:Arial Narrow;&lt;br /&gt;text-decoration:none;&lt;br /&gt;}&lt;br /&gt;ul li ul li a:hover {&lt;br /&gt;background-color:#FFCCFF;&lt;br /&gt;font-family:Arial Narrow;&lt;br /&gt;text-decoration:none;&lt;br /&gt;}&lt;br /&gt;ul li a:hover {&lt;br /&gt;background-color:#EBEBEB;&lt;br /&gt;font-family:Arial Narrow;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;The top nav menu really needs a good sorting out.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 20:41:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1240624 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
