<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi vtiger Team,<br>
    <br>
    After migration, the new login page header is the following:<br>
    <br>
    &lt;!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01
    Transitional//EN"&gt;<br>
    &lt;html&gt;<br>
    &lt;head&gt;<br>
    &lt;meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8"&gt;<br>
    &lt;title&gt;vtiger CRM 5 - Commercial Open Source CRM&lt;/title&gt;<br>
    &lt;style type="text/css"&gt;<big><big><b>@import
          url("include/style.css");</b></big></big>&lt;/style&gt;<br>
    &lt;script language="JavaScript" type="text/javascript"
    src="include/js/popup.js"&gt;&lt;/script&gt;<br>
    &lt;script type="text/javascript" language="JavaScript"&gt;<br>
    function set_focus() {<br>
        if (document.DetailView.user_name.value != '') {<br>
            document.DetailView.user_password.focus();<br>
            document.DetailView.user_password.select();<br>
        }<br>
        else document.DetailView.user_name.focus();<br>
    }<br>
    &lt;/script&gt;<br>
    &lt;/head&gt;<br>
    <br>
    ------------------<br>
    The CSS style include line (bigger above) <br>
     - works on Firefox 8<br>
     - works on Opera 11.52<br>
     - works on Safari 5.1.1<br>
     - works on IE 8<br>
    <br>
    But does not work on<br>
    - Google Chrome (Latest: 15.0.874.120 m ) when the extension of Web
    Developer 0.3.1 (for Chorme) is enabled.<br>
    <br>
    Disabling this extension the CSS problem disappears. <br>
    <br>
    The CSS file does not load with this settings: @import when the
    extension of Web Developer 0.3.1 (for Chorme) is enabled.<br>
    Here is a post about this issue:<br>
    <a
href="http://www.google.com/support/forum/p/Chrome/thread?tid=7a4000e58df31fda&amp;hl=en">http://www.google.com/support/forum/p/Chrome/thread?tid=7a4000e58df31fda&amp;hl=en</a><br>
    <br>
    Cheers:<br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <br>
      Holbok István<br>
      telefon: +3670-342-0900<br>
      e-mail: <a href="mailto:holbok@gmail.com">holbok@gmail.com</a><br>
      <br>
      <br>
    </div>
  </body>
</html>