Note that there are some explanatory texts on larger screens.

plurals
  1. POChrome not rendering menu graphic properly
    primarykey
    data
    text
    <p>Hi all – I was wondering if anyone could offer any insight into a problem I am having, which I can't get my head around.</p> <p>Check out the following left menu. When it renders Chrome, as you can see the bottom search is inconsistent visually with the other two, the "go" button hovers to the left for some reason. It works in all other browsers I have tested it in (IE8, IE9, Firefox)</p> <p><a href="http://imageshack.us/photo/my-images/14/renderaj.jpg/" rel="nofollow">http://imageshack.us/photo/my-images/14/renderaj.jpg/</a></p> <p>Here is the markup:</p> <pre><code>&lt;div id="quickAccess" class="clearfix"&gt; &lt;div class="accessBox courseFinder"&gt; &lt;form id="course-finder" name="gs" method="GET" action="/future/course_search"&gt; &lt;input id="course-keyword-search-field" class="formField" type="text" title="Course Search" name="q" maxlength="256" value=""&gt; &lt;input class="formSearch" type="submit" name="btnG" value="GO"&gt; &lt;input type="hidden" name="entqr" value="0"&gt; &lt;input type="hidden" name="ud" value="1"&gt; &lt;input type="hidden" name="sort" value="date:L:d1"&gt; &lt;input type="hidden" name="output" value="xml_no_dtd"&gt; &lt;input type="hidden" name="oe" value="UTF-8"&gt; &lt;input type="hidden" name="ie" value="UTF-8"&gt; &lt;input type="hidden" name="filter" value="0"&gt; &lt;/form&gt; &lt;/div&gt;&lt;!-- end accessbox coursefinder --&gt; &lt;div class="accessBox askUs"&gt; &lt;form action="http://cit.edu.au/images/crm/search.php" method="post" id="askUs-form"&gt; &lt;input id="askus-keyword-search-field" class="formField" type="text" title="AskUs Search" name="askUsKeywords"/&gt; &lt;input class="formSearch" type="submit" value="GO" /&gt; &lt;/form&gt; &lt;/div&gt;&lt;!-- end accessbox askus --&gt; &lt;div class="accessBox search"&gt; &lt;form id="site-search" name="gs" method="GET" action="/home/site_search"&gt; &lt;input id="site-keyword-search-field" class="formField" type="text" title="Site Search" name="q" maxlength="256" value=""&gt; &lt;input class="formSearch" type="submit" name="btnG" value="GO"&gt; &lt;input type="hidden" name="entqr" value="0"&gt; &lt;input type="hidden" name="ud" value="1"&gt; &lt;input type="hidden" name="sort" value="date:L:d1"&gt; &lt;input type="hidden" name="output" value="xml_no_dtd"&gt; &lt;input type="hidden" name="oe" value="UTF-8"&gt; &lt;input type="hidden" name="ie" value="UTF-8"&gt; &lt;input type="hidden" name="filter" value="0"&gt; &lt;/form&gt; &lt;/div&gt;&lt;!-- end accessbox search --&gt; &lt;/div&gt;&lt;!-- end quick access --&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload