• Hello,

    I am in the process of re-designing WordPress to match the rest of the website I am integrating it with, however I am having problems with the horizontal DTHML menu.

    The problem with the pop-up menu is different in IE to Firefox:

    – Firefox – the bottom part of the menu is offeset to the rest of the menu
    – IE – Only the right handside of the background of the menu appears, although all the links appear fine.

    It can be viewed at: https://www.drtavakoli.com.au/drtavakoli-blog/

    The exact same menu has worked in another php application, so I thought this may be an issue with the way it is working with WP.

    Any ideas or help would be greatly appreciated!

Viewing 1 replies (of 1 total)
  • Thread Starter qws

    (@qws)

    Just in case anyone else comes across this problem, I have found a resolutions.

    Very bizzare, but all it was, was a line of code in the style sheet.

    With the problem I had:

    body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #8f8c8c;
    color: #828282;
    text-align: center;
    }

    All I needed to do was remove text-align: center;

    and it fixed the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘DHTML Problems in WordPress’ is closed to new replies.