首页 > 解决方案 > My navigation bar 'href' tag is working on Firefox but not on Chrome

问题描述

my 'href' tag is working on Firefox but not on Chrome. Can you help me check what is the issue? As I unable to link the pages on other web browser.

    <label for="home" class="home"><a href="#"><i class="fas fa-home"></i>Home</a></label>
    <label for="tours" class="tours"><a href="tours.html"><i class="fas fa-route"></i>Tours</a></label>
    <label for="destination" class="destination"><a href="destination.html"><i class="fas fa-plane-arrival"></i>Destination</a></label>
    <label for="aboutus" class="aboutus"><a href="aboutus.html"><i class="far fa-address-card"></i>About Us</a></label>
    <label for="contact" class="contact"><a href="contact.html"><i class="far fa-envelope"></i>Contact</a></label>

**My issue has been solved with adding <style=“z-index”&gt; within my tag in html

标签: html

解决方案


推荐阅读