- This topic is empty.
-
AuthorPosts
-
August 10, 2015 at 9:32 am #206348
yadwinder
ParticipantHello Guys,
please help me to fix this weird issue. please visit my demo page:
http://html5coder.net/tinycircleslider/
I worked around a circle slider give a new look as I did at my link.
I have an issue related to overflow hidden in webkit browsers-chrome/safari.
I’m able to click only on Central, trending, deals, TV Shows. but not the others properly due to overflow of image slides.
Thanks,
YadiAugust 10, 2015 at 10:10 am #206351yadwinder
Participantthanks for reply. but now you can see that image links are not working due to low z-index than parent element.
August 10, 2015 at 10:39 am #206353yadwinder
Participantplease check now.
if I use low z-index for .viewport, all circular link works, but images href doesn’t. because this way outer circle has higer z-index.
August 10, 2015 at 11:01 am #206356yadwinder
ParticipantNo, its not working.please try to make z-index like 1000, then image links will not work. images are pointing to another link.
August 10, 2015 at 11:12 am #206358yadwinder
Participanthow t I edit and share your codepen with you?
August 10, 2015 at 11:21 am #206360yadwinder
ParticipantI added links to image, and increased z-index. Now you can see the issue while you try to click on CHANNELS, slider will not work due to overflow of inner image circle.
August 10, 2015 at 11:35 am #206362yadwinder
Participantlet me know you that actual working:
slider outer circle links are set to change image slide.
but an image links to open a new page/alert.
Now, I set .viewport z-index to 0. image links are working fine this way. but not able to change slides by clicking CHANNELS on outer circle due to overflow of viewport.
you got my point now?
August 10, 2015 at 2:09 pm #206367Shikkediel
ParticipantI notice it as well (Windows 7) but I think you could solve it by adding
pointer-events: none
to the unsorted list.Edit – sorry, never mind that since you’d need them for the link…
August 10, 2015 at 4:44 pm #206374Shikkediel
ParticipantMisfire again… it’s pretty odd.
The trouble starts at the list item,
.viewport
itself is not ‘leaking’ pointer events outside the border-radius.August 10, 2015 at 7:35 pm #206381yadwinder
ParticipantHello guys,
still not found any fix for this. I wasted my last full day on this. please find something solid and tricky to fix this.
I think it is working fine for MAC users @Atelierbram, but not for windows users and even its not working on iphones.
August 10, 2015 at 9:19 pm #206382Shikkediel
ParticipantChanging the following will make it work as expected :
- Giving
.overview
relative positioning - Adding
border-radius: 50%
to li and img - Removing
display: block
from img
I think it’s a remnant of a long lasting bug…
August 10, 2015 at 9:39 pm #206383yadwinder
ParticipantAugust 10, 2015 at 10:45 pm #206386Shikkediel
ParticipantNo problem, it was too tempting to not give up on it. Such a neat design doesn’t deserve a browser glitch. Very nice work.
August 11, 2015 at 5:44 pm #206411Shikkediel
ParticipantI wouldn’t recommend anyone to add a slider to their page but I’ll make an exception for this one.
B-)
- Giving
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.