Menu hiding behind main post area

Forums Forums Menus Menu hiding behind main post area

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2756

    Judhudson – You are using this:

    [code:1o2njsuq]<ul id="suckerfishnav">
    <li><a href="">Tomato</a></li>
    <ul>
    <li><a href="">Red</a></li>
    <li><a href="">Green</a></li>
    <li><a href="">Black</a></li>
    </ul>
    </li>
    <li><a href="">Capsicum</a></li>
    <li><a href="">Cucumber</a></li>
    </ul>[/code:1o2njsuq]

    But the code I used on the post you linked to was this:

    [code:1o2njsuq]<ul id="suckerfishnav">
    <li><a href="">Tomato</a>
    <ul>
    <li><a href="">Red</a></li>
    <li><a href="">Green</a></li>
    <li><a href="">Black</a></li>
    </ul>
    </li>
    <li><a href="">Capsicum</a></li>
    <li><a href="">Cucumber</a></li>
    </ul>[/code:1o2njsuq]

    Note the extra [code:1o2njsuq]</li>[/code:1o2njsuq] on the end of … [code:1o2njsuq]Tomato</a></li>[/code:1o2njsuq]

    #2757
    Judhudson
    Member

    Thanks to you, that problem is solved!

    I have a smaller question now… Is there something wrong with my code that makes the "Home" part of the menu stick out to the right of the screen and not the bottom?

    Oh, and this still works for donations, right (I owe you for helping): https://geek.hellyer.kiwi/forum/index.php?topic=103.0

    #2758

    Yes that does still work. Thank you for the kind gesture <img decoding=” title=”Smiley” />

    There is also a donation on my personal blog you could use … https://ryan.hellyer.kiwi/

    I’ll eventually be adding a donation button in the right hand side bar (the one where the google ads are now), but I haven’t gotten to that yet – this site is brand new.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.