<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043630" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043630</link>
    <description></description>
    <language>en</language>
          <item>
    <title>The form inputs have inline</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-doesnt-scroll-ie#comment-1240766</link>
    <description> &lt;p&gt;The form inputs have inline styles you need to edit the html code inline, or remove the inline styles and add styles to the stylesheet:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;input type=&amp;quot;text&amp;quot; style=&amp;quot;width: 110px;&amp;quot; maxlength=&amp;quot;30&amp;quot; size=&amp;quot;10&amp;quot; name=&amp;quot;keywords&amp;quot;/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;select style=&amp;quot;width: 80%; margin-left: 10px;&amp;quot; size=&amp;quot;1&amp;quot; onchange=&amp;quot;this.form.submit();&amp;quot; name=&amp;quot;manufacturers_id&amp;quot;&amp;gt;&amp;lt;/select&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;of some such rot&lt;/p&gt;
&lt;p&gt;if you look at the PHP code it should contain the HTML code, but it might be separated into pieces&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Apr 2009 23:04:17 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240766 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hey man...I really hope that</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-doesnt-scroll-ie#comment-1240763</link>
    <description> &lt;p&gt;Hey man...I really hope that I&#039;m not being a bother or anything; but there&#039;s something else that I&#039;d like to ask you. If you look to the header section of the page...right beside the banners where you see &#039;Search by Manufacturers&#039;....you will notice that the drop down box is not properly aligned with the search box. I have been trying to fix that for a long time to no avail. Any help would be greatly appreciated. &lt;/p&gt;
&lt;p&gt;With regards to the lines of code that i&#039;ve been searching for and could not find...could it be because i have the php page rather than the html version?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Apr 2009 21:08:00 +0000</pubDate>
 <dc:creator>Andre.Sewell</dc:creator>
 <guid isPermaLink="false">comment 1240763 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Andre.Sewell</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-doesnt-scroll-ie#comment-1240636</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;Andre.Sewell&lt;/em&gt; wrote:&lt;/div&gt;Regarding the all white area that you set...YIKES!!....&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I decided it was better to keep the footer position to complete the bottom part of the box... and fill in with the white bg so it flows&lt;/p&gt;
&lt;p&gt;you could put other colors in there, but to my eye white is the most consistent with that part of the container&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Apr 2009 02:04:51 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240636 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks again man. i had</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-doesnt-scroll-ie#comment-1240633</link>
    <description> &lt;p&gt;Thanks again man. i had searched for the lines of code you specified using dreamweaver, but i haven&#039;t found them.&lt;/p&gt;
&lt;p&gt;So...i ran the index page through the validator and it found &quot;773 Errors, 141 warning(s)&quot; WOW!!! When i get some more time (God knows when this is going to be), i&#039;ll see how many of these errors i can get sorted out. Like i said before, the platform i&#039;m using is oscommerce; but i did&#039;t design the template.&lt;/p&gt;
&lt;p&gt;Regarding the all white area that you set...YIKES!!....It&#039;s not my favourite thing in the world lol. If push comes to shove, i may just change the template all together (this is quite likely).&lt;/p&gt;
&lt;p&gt;I greatly appreciate all the help and advice you&#039;ve given so far&lt;br /&gt;
God bless.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Apr 2009 01:02:12 +0000</pubDate>
 <dc:creator>Andre.Sewell</dc:creator>
 <guid isPermaLink="false">comment 1240633 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi Andre,
I only viewed the</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-doesnt-scroll-ie#comment-1240610</link>
    <description> &lt;p&gt;Hi Andre,&lt;/p&gt;
&lt;p&gt;I only viewed the code for the index page that you posted. You can use a search function in a text editor (notepad, or something better like EditPlus) to find the problems I pointed out.&lt;/p&gt;
&lt;p&gt;You can also run your pages through an &lt;a href=&quot;http://validator.w3.org/&quot;&gt;HTML validator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Validation can catch mistakes that may cause display problems in certain browsers. I think really messy code can also affect your SEO, and probably affects your site&#039;s performance as well.&lt;/p&gt;
&lt;p&gt;Regarding your footer issue, I thought about pulling it up but the problem with that is that the left column would then be extended by itself. I suggest you fill in the space with white. You do not put enough specific css selectors (class, id) in the code to do this with a stylesheet so I did it with inline styles.&lt;/p&gt;
&lt;p&gt;see attached&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 16:07:31 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240610 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hey man...THANKS A</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-doesnt-scroll-ie#comment-1240592</link>
    <description> &lt;p&gt;Hey man...THANKS A BUNCH....resolved easily. However, the only codes i amended were:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function MoveInit(e){&lt;br /&gt;/*&amp;nbsp; topOne=isIE ? &amp;quot;BODY&amp;quot; : &amp;quot;HTML&amp;quot;;&lt;br /&gt;&amp;nbsp; whichOne=isIE ? document.all.FloatingLayer : document.getElementById(&amp;quot;FloatingLayer&amp;quot;); &lt;br /&gt;&amp;nbsp; ActiveOne=isIE ? event.srcElement : e.target; &lt;br /&gt;&amp;nbsp; while (ActiveOne.id!=&amp;quot;titleBar&amp;quot;&amp;amp;&amp;amp;ActiveOne.tagName!=topOne){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveOne=isIE ? ActiveOne.parentElement : ActiveOne.parentNode;&lt;br /&gt;&amp;nbsp; } &lt;br /&gt;&amp;nbsp; if (ActiveOne.id==&amp;quot;titleBar&amp;quot;){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; offsetx=isIE ? event.clientX : e.clientX;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; offsety=isIE ? event.clientY : e.clientY;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nowX=parseInt(whichOne.style.left);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nowY=parseInt(whichOne.style.top);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MoveEnabled=true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.onmousemove=Move;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;*/}&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
As far as all the others go, I can&#039;t seem to find them to make the necessary amendments.&lt;/p&gt;
&lt;p&gt;When you say my code is a mess...were you talking only for the index page, or did you take a look at the others?&lt;/p&gt;
&lt;p&gt;Also...if it&#039;s not too much trouble...I&#039;ve been trying to see what part of the code I should amend to remove the space between the footer (the area containing the credit card logos) and the products. Any further assistance would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks again though man....it&#039;s GREATLY appreciated.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 01:01:00 +0000</pubDate>
 <dc:creator>Andre.Sewell</dc:creator>
 <guid isPermaLink="false">comment 1240592 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Welcome to TWF! 
the</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/webpage-doesnt-scroll-ie#comment-1240588</link>
    <description> &lt;p&gt;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;the scrolling problem is caused by one of your JavaScript functions; I commented out the code in the function with no apparent consequences; if it causes problems, at least you know which part to tshoot:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function MoveInit(e){&lt;br /&gt;/*&amp;nbsp; topOne=isIE ? &amp;quot;BODY&amp;quot; : &amp;quot;HTML&amp;quot;;&lt;br /&gt;&amp;nbsp; whichOne=isIE ? document.all.FloatingLayer : document.getElementById(&amp;quot;FloatingLayer&amp;quot;);&amp;nbsp; &lt;br /&gt;&amp;nbsp; ActiveOne=isIE ? event.srcElement : e.target;&amp;nbsp; &lt;br /&gt;&amp;nbsp; while (ActiveOne.id!=&amp;quot;titleBar&amp;quot;&amp;amp;&amp;amp;ActiveOne.tagName!=topOne){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveOne=isIE ? ActiveOne.parentElement : ActiveOne.parentNode;&lt;br /&gt;&amp;nbsp; }&amp;nbsp; &lt;br /&gt;&amp;nbsp; if (ActiveOne.id==&amp;quot;titleBar&amp;quot;){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; offsetx=isIE ? event.clientX : e.clientX;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; offsety=isIE ? event.clientY : e.clientY;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nowX=parseInt(whichOne.style.left);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nowY=parseInt(whichOne.style.top);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MoveEnabled=true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.onmousemove=Move;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;*/}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;(see attached file)&lt;/p&gt;
&lt;p&gt;Your code is truly a mess; I suggest you clean it up some, then run it through a validator; you can only have one DOCTYPE declaration, one head and one body in an HTML doc; I have removed the following:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!-- header //--&amp;gt;&lt;br /&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&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;title&amp;gt;Untitled Document&amp;lt;/title&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&amp;lt;!-- header_eof //--&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Apr 2009 15:28:31 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240588 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
