Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS menu not displaying in IE 8
    primarykey
    data
    text
    <p>I have an issue with the following CSS menu in IE 8 it will not display - it shows a default list - not the menu as shown in other browsers (<a href="http://interclub.org.uk" rel="nofollow">http://interclub.org.uk</a>)</p> <p>Please advice any corrections or support or alternatives for the CSS or document to display in IE 8</p> <p>HTML Doc Type:</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; </code></pre> <p>HTML for including script:</p> <pre><code>&lt;link href="../default.css" rel="stylesheet" type="text/css" media="all" /&gt; </code></pre> <p>CSS used for menu:</p> <pre><code>#menu { float: right; width: 1200px; height: 15px; padding: 0px 10px 0px 20px; } #menu ul { float: none; margin: 0; padding: 10px 0px 0px 50px; list-style: none; line-height: normal; #menu li { float: left; } #menu a { display: block; margin-left: 1px; padding: 7px 8px 7px 8px; letter-spacing: 1px; text-decoration: none; text-align: center; font-family: 'Passion One', sans-serif; font-size: 17px; font-weight: lighter; color: #fff; background-color:#009900 } #menu a:hover, #menu .current_page_item a { text-decoration: none; background: #A0190A; box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,.1); border-radius: 5px; color: #fff; } </code></pre> <p>Menu HTML DIV</p> <pre><code>&lt;div id="menu"&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="../draw.htm" accesskey="1" title=""&gt;Draw &amp;amp; Results&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blog.interclub.org.uk" accesskey="9" title=""&gt;the 19th&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../userarea/contact.php" accesskey="2" title=""&gt;Team Directory&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../userarea/submit-result.php" accesskey="2" title=""&gt;Submit Result&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../rules.htm" accesskey="4" title=""&gt;Rules&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../faq.htm" accesskey="5" title=""&gt;FAQ&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../supporting-junior-golf.htm" accesskey="3" title=""&gt;Supporting Junior Golf&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../about.htm" accesskey="2" title=""&gt;About the Comp&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="../contactus.htm" accesskey="6" title=""&gt;Contact Us&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://ladies.interclub.org.uk" accesskey="7" title=""&gt;&lt;img src="../images/ladieslogo.png" alt="" width="16" height="16" align="top" /&gt;Ladies Inter-Club&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre>
    singulars
    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.
    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