Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-10-2012, 03:11 PM   PM User | #1
barricades
New Coder

 
Join Date: May 2011
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
barricades is an unknown quantity at this point
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 is offline   Reply With Quote
Old 09-11-2012, 12:35 AM   PM User | #2
barricades
New Coder

 
Join Date: May 2011
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
barricades is an unknown quantity at this point
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
barricades is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:42 AM.


Advertisement
Log in to turn off these ads.