Viewing 2 replies - 1 through 2 (of 2 total)
  • the div .lower_nav is covering the links; try and change this style to:

    #header .lower_nav
       {
       background: transparent;
       height: 45px;
       padding: 0px 0px 0px 300px;
    margin-top:130px;
       float: left;
       text-align: right;
    
       }

    (changed the top padding to a top margin)

    Thread Starter zomb1equeen

    (@zomb1equeen)

    you are a genius! and you rule! THanks so so so much!! I really appreciate it!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘UL links wont work in index.php’ is closed to new replies.