<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1054293" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1054293</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Hurray! You absolute</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/jquery-slider-pointers-not-working-inside-css-flyout-menu#comment-1280356</link>
    <description> &lt;p&gt;Hurray! You absolute gem!&lt;/p&gt;
&lt;p&gt;div#dropMenu &amp;gt; ul li &amp;gt; a    worked a treat. Thank you so much I&#039;d spent HOURS fiddling with that and couldn&#039;t sort it. Good karma to you &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2012 15:57:21 +0000</pubDate>
 <dc:creator>barricades</dc:creator>
 <guid isPermaLink="false">comment 1280356 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Can you post a screenshot of</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/jquery-slider-pointers-not-working-inside-css-flyout-menu#comment-1280354</link>
    <description> &lt;p&gt;Can you post a screenshot of what those sliders are supposed to look like vs. what they look like now? I see two vertical bars on the slider, one slightly to the left of the slider area and one just inside the right edge. I&#039;m assuming these are supposed to line up with the slider box on the left/right sides, is that correct?&lt;/p&gt;
&lt;p&gt;Oh, I see, they&#039;re supposed to be wider. This line seems to be interfering:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div#dropMenu &amp;gt; ul a {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: auto;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;That code is overriding the width set by the jQuery UI slider classes:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.ui-slider .ui-slider-handle {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cursor: default;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 1.2em;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; position: absolute;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;strong&amp;gt;width: 1.2em;&amp;lt;/strong&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; z-index: 2500;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;You might be able to take that &lt;code&gt;div#dropMenu &amp;gt; ul a&lt;/code&gt; out completely - I&#039;m not sure what it&#039;s doing there (could be a cross-browser fix of some sort...). Or try:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div#dropMenu &amp;gt; ul li &amp;gt; a {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: auto;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;That will just select the link elements that are direct children of the li&#039;s and leave the slider link tags alone.&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Sep 2012 15:27:12 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1280354 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
