November 19, 201015 yr Hey guys, I've come across a bit of a problem here which I need to start learning how to fix for when it happens in the future. I installed a jquery drop down menu, now I've put a slider in, the slider still works but drop down has broken. Feedback on the site would be great : http://www.visualmix.co.uk/College/index.html (ignore <title>) I'm 99% sure it's to do with jquery conflicts, my friend jake kindly fixed this once before for me with CDATA, does anyone know how to fix this? If so I'd really appreciate someone explaining it so I can fix this from happening in the future. Thanks, Chris
November 19, 201015 yr Hey guys, I've come across a bit of a problem here which I need to start learning how to fix for when it happens in the future. I installed a jquery drop down menu, now I've put a slider in, the slider still works but drop down has broken. Feedback on the site would be great : http://www.visualmix...lege/index.html (ignore <title>) I'm 99% sure it's to do with jquery conflicts, my friend jake kindly fixed this once before for me with CDATA, does anyone know how to fix this? If so I'd really appreciate someone explaining it so I can fix this from happening in the future. Thanks, Chris Dont think this is a conflict more a z-index issue can you add position:relative; z-index:1; to .sliderboxoutline and z-index:2; to ul.dropdown ul also change top:100% to 70% Pat
November 19, 201015 yr Like Pat said z-index will fix this the only thing different I'd just put z-index:100 on UL.dropdown (IE7 seems to prefer this) I'd also change ul.dropdown ul li remove float:none and add width:200px fixes the dropdown selection problems in IE7 ps. nice to see you back Pat
November 19, 201015 yr Author Thanks guys that fixed it Any ideas on what else I could include to make it more interactive? I'm thinking CSS Hover Sprites on the buttons to make it a bit more interactive!
November 19, 201015 yr Like Pat said z-index will fix this the only thing different I'd just put z-index:100 on UL.dropdown (IE7 seems to prefer this) I'd also change ul.dropdown ul li remove float:none and add width:200px fixes the dropdown selection problems in IE7 ps. nice to see you back Pat Just a flying visit, actually got 10 mins to myself
Create an account or sign in to comment