• As the topic said.

    Can anybody please help with this.

    Here is my html…..

    <link rel=”stylesheet” type=”text/css” href=”https://www.wampawear.com/tswcsstabs.css&#8221; />

    <div id=”tswcsstabs”>

    </div>

    Here is my css..

    #tswcsstabs ul {
    position:relative;
    float:right;
    right:50%;
    margin:0;
    padding:0 ;
    list-style:none ;
    }

    #tswcsstabs ul li {
    position:relative;
    float:left;
    left:50%;
    margin:0 3px;
    padding: 17px ;
    }

    #tswcsstabs li a {
    display:block;
    padding:5px;
    box-shadow:0px 2px 5px 3px #d0d0d0;
    background-color:#ffff33;
    border:3px solid #ffffff;
    font-family:’agency Ffb’;
    font-size:16px;
    font-weight:bold;
    color:#000;
    text-decoration:none;
    }

    #tswcsstabs li a:hover {
    opacity:0.7;
    filter:alpha(opacity=70);
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • Why are you providing us with your CSS code? If the navigation buttons are not leading to the correct pages you need to adjust the menu items.

    Go into ‘Appearance > Menus’ and change the locations or the pages associated with each link.

    Thread Starter mansugi

    (@mansugi)

    I already did that.

    But what I meant was my navigation buttons on top is not linking to my pages.

    Here is my site – https://www.wampawear.com/

    Thanks

    It’s because the wrapper which is holding the navigation and the polaroid elements below it is overlaid above the navigation and you’re unable to click any of the links.

    If you right click and inspect the element you’ll see exactly what I mean.

    Thread Starter mansugi

    (@mansugi)

    Thanks for the reply.

    Honestly….I have no clue about CSS or anything like that.

    So how do I fix this?

    If you don’t mind re-code it for me, I really appreciate it.

    TIA

    to put the nav back on to the top layer, try adding this to the styles:

    #tswcsstabs { position: relative; z-index: 5; }

    ^^ Alcymyth did it for you

    Thread Starter mansugi

    (@mansugi)

    It works now.

    Thank you guys.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘My navigation buttons is not liking to pages’ is closed to new replies.