-
Conflicting style sheets
I'm using a jQuery Plugin called uitotop. It's working for the most part, but the problem is that you can't hover or click the arrow unless you're at the bottom of the page...at which point it works just fine.
I tried to troubleshoot a bit and found that there seems to be a conflict with the ui.totop.css and style.css files. Unfortunately, I can't figure out how to fix the problem.
Here's my page: www.cbdbotanicalsdiscount.com/reviews.htm
Can anyone help?
Thanks.
-
See how the text content overlaps the arrow? I'd say there's a z-index issue so you need to see a higher z-index on the arrow to make it sit in front. I haven't tested as I'm on iPhone, but find #toTop in the ui.totop.css file and try adding z-index:9999 !important;
to it.
-
OMG, it works great !!! I've struggled with this for two days.
Bev, you're awesome.
Thanx a million...
Check it out: www.cbdbotanicalsdiscount.com/reviews.htm
-
Yep - that's the stuff ;)