CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   jquery slider pointers not working inside a css flyout menu (http://www.codingforums.com/showthread.php?t=272753)

barricades 09-10-2012 03:11 PM

jquery slider pointers not working inside a css flyout menu
 
I have a css flyout header menu and I also want use the jquery slider widget as one of the options in this menu but when I put it in there the little sliders don't appear correctly, it's like they've collapsed. Or they're hidden or something.

I thought it might have something to do with the z-index because some elements in the flyout header have index's but having changed the index on the slider that didn't help,

can anyone help me out?

http://jsfiddle.net/AUJPh/1/

barricades 09-11-2012 12:35 AM

sorted it! In case anyone else has the same problem:

I changed
div#dropMenu > ul a {
width: auto;
}

to

div#dropMenu > ul li > a {
width: auto;
}

and bob was my uncle


All times are GMT +1. The time now is 12:18 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.