<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1044752" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1044752</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Hi again. I tried out my</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/text-alignment-submenu#comment-1244564</link>
    <description> &lt;p&gt;Hi again. I tried out my website in IE7 also. And I got the same problem... :/&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Aug 2009 20:38:25 +0000</pubDate>
 <dc:creator>familietid</dc:creator>
 <guid isPermaLink="false">comment 1244564 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Sorry, I don&#039;t have access</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/text-alignment-submenu#comment-1244464</link>
    <description> &lt;p&gt;Sorry, I don&#039;t have access to IE8.&lt;br /&gt;
Someone else will though.&lt;/p&gt;
&lt;p&gt;But you should have a look at fixing the errors in your HTML. It may or may  not be the cause, but often errors can cause all sorts of problems, and the errors you have are known to cause display issues.&lt;/p&gt;
&lt;p&gt;Such as duplicated IDs etc.&lt;br /&gt;
Also, if you&#039;re going to explicitly choose to use XHTML you might as well at least have it somewhere near validated, or you might as well just use old HTML.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.familietid.com%2F&amp;amp;charset=(detect+automatically)&amp;amp;doctype=Inline&amp;amp;group=0&quot;&gt;With XHTML 1.0 Transitional you have 271 errors&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.familietid.com%2F&amp;amp;charset=(detect+automatically)&amp;amp;doctype=HTML+4.01+Transitional&amp;amp;group=0&amp;amp;user-agent=W3C_Validator%2F1.654&quot;&gt;With HTML 4.01 Transitional you have only 48 errors&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Aug 2009 23:52:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1244464 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for your reply.
It&#039;s</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/text-alignment-submenu#comment-1244458</link>
    <description> &lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;It&#039;s IE8 i&#039;m having trouble with...&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Aug 2009 20:53:49 +0000</pubDate>
 <dc:creator>familietid</dc:creator>
 <guid isPermaLink="false">comment 1244458 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>At first glance I can&#039;t see</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/text-alignment-submenu#comment-1244457</link>
    <description> &lt;p&gt;At first glance I can&#039;t see why it&#039;s doing that. I&#039;ll have another look shortly (or someone else might spot it)&lt;/p&gt;
&lt;p&gt;Which Internet Explorer are you viewing it in? As Stu states he has it sorted for all but IE8:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Tested in IE6, IE7, Firefox, Opera, Netscape, Mozilla, Safari (PC) and Safari (iPod Touch).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;EDIT:&lt;br /&gt;
I&#039;m not exactly sure what&#039;s going on in your code either. You seem to have THREE heads and all manner of other weird stuff.&lt;/p&gt;
&lt;p&gt;Incidentally, you don&#039;t seem to have the Javascript Stu provides for this menu. Might want to take another look at his menu page...&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;Stu Nicholls site&lt;/em&gt; wrote:&lt;/div&gt;This menu also styles the path taken through the menu so that it works in IE5.x and IE6 as well as IE7 and all other browsers.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;/* Credits: Stu Nicholls */&lt;br /&gt;/* URL: &lt;a href=&quot;http://www.stunicholls.com/menu/pro_dropdown_3/stuHover.js&quot; title=&quot;http://www.stunicholls.com/menu/pro_dropdown_3/stuHover.js&quot;&gt;http://www.stunicholls.com/menu/pro_dropdown_3/stuHover.js&lt;/a&gt; */&lt;br /&gt;&lt;br /&gt;stuHover = function() {&lt;br /&gt;	var cssRule;&lt;br /&gt;	var newSelector;&lt;br /&gt;	for (var i = 0; i &amp;lt; document.styleSheets.length; i++)&lt;br /&gt;		for (var x = 0; x &amp;lt; document.styleSheets[i].rules.length ; x++)&lt;br /&gt;			{&lt;br /&gt;			cssRule = document.styleSheets[i].rules[x];&lt;br /&gt;			if (cssRule.selectorText.indexOf(&amp;quot;LI:hover&amp;quot;) &amp;gt;= 0)&lt;br /&gt;			{&lt;br /&gt;				 newSelector = cssRule.selectorText.replace(/LI:hover/gi, &amp;quot;LI.iehover&amp;quot;);&lt;br /&gt;				document.styleSheets[i].addRule(newSelector , cssRule.style.cssText);&lt;br /&gt;			}&lt;br /&gt;		}&lt;br /&gt;	var getElm = document.getElementById(&amp;quot;nav&amp;quot;).getElementsByTagName(&amp;quot;LI&amp;quot;);&lt;br /&gt;	for (var i=0; i&amp;lt;getElm.length; i++) {&lt;br /&gt;		getElm[i].onmouseover=function() {&lt;br /&gt;			this.className+=&amp;quot; iehover&amp;quot;;&lt;br /&gt;		}&lt;br /&gt;		getElm[i].onmouseout=function() {&lt;br /&gt;			this.className=this.className.replace(new RegExp(&amp;quot; iehover\\b&amp;quot;), &amp;quot;&amp;quot;);&lt;br /&gt;		}&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;if (window.attachEvent) window.attachEvent(&amp;quot;onload&amp;quot;, stuHover);&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Aug 2009 20:11:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1244457 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
