[Typo3-dev] links Tabbing order problem in generated pages

johiwhite john at fluid-rock.com
Mon Aug 22 12:47:05 CEST 2005


I think I found the problem! This gobbledygook in the head:

 <script type="text/javascript">
  /*<![CDATA[*/
 <!--
  browserName = navigator.appName;
  browserVer = parseInt(navigator.appVersion);
  var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >=
4);
  if ((browserName == "Netscape" && browserVer >= 3) || msie4 ||
browserName=="Konqueror") {version = "n3";} else {version = "n2";}
   // Blurring links:
  function blurLink(theObject) { //
   if (msie4) {theObject.blur();}
  }

 // -->
  /*]]>*/
 </script>



"Stefan Beylen" <intsys at swissinfo.org> wrote in message
news:mailman.1.1124706657.11634.typo3-dev at lists.netfielders.de...
> johiwhite wrote:
> > I'll look forward to hearing of your experiences.
>
> so why dont you strip down the typo3 htmlsource until you find what
> causes the problem?






More information about the TYPO3-dev mailing list