Viewing 7 replies - 1 through 7 (of 7 total)
  • Try:

    #footer #navigation a {display:block;}

    Thread Starter pullman

    (@pullman)

    Sweet, that did the trick. Thanks esmi.

    While on the topic of

    • — would you know if it is possible to horizontally center the links in the two sub-menus (above Galleries and Wallpapers)?

      Centering for instance the Galleries links will not look good on the Wallpapers links. Basically, is it possible to have different styling for the same

    • ?
    Thread Starter pullman

    (@pullman)

    Btw what the heck’s wrong with the latest version of Chrome – it completely messes up this forum…

    edit: It’s the forum it seems – also FF4 makes the page looks weird.

    It’s not Chrome; it’s code added to your original post.

    The forum doesn’t like LI tags, even inside of code tags or backticks.

    if it is possible to horizontally center the links in the two sub-menus

    You could try getting rid of the absolute positioning on the sub ul, then giving the sub a fix width and a text-align:center;. That might work…

    Thread Starter pullman

    (@pullman)

    The forum doesn’t like LI tags, even inside of code tags or backticks.

    Ah, I see. Oddly enough in Safari all looked well.

    You could try getting rid of the absolute positioning on the sub ul, then giving the sub a fix width and a text-align:center;.

    Unfortunately it didn’t work. That put the sub li in a vertical (though nicely centered) list).

    Well, that’s a start. Could you then amend the styling on the li elements using display:inline;?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How make whole clickable?’ is closed to new replies.