<a href> not working, after adding some jquery javascript based image sliders -
my web-design working perfectly, added trendy image slider within other template, , links have stopped responding. think because of order of calling jquery scripts etc, im not sure how should order them fix issue.
i tried many solutions available on internet, , worked out. reason links stopped working because of positioning of jquery scripts overlapped whole page.
so used z-index:100 in page, , enabled them. working fine.
body a{
z-index:100;
}
Comments
Post a Comment