• Are other people having problems using the drop down categories (dropdown_cats) for MSIE 6? The categories themselves seem to “fall out” of the drop down box.

    Any solutions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you talking about categories that appear in your site somewhere, like in the sidebar? We’d need to look at it in order to see what the problem might be, since it sounds like a layout or coding issue.

    Could you post just the code for your dropdown_cats tag to help us solve your problem? And you can find more information about this technique, to check it yourself, in the dropdown_cats documentation.

    Thread Starter marc0047

    (@marc0047)

    Here are two snapshots combined into one:

    https://you.minus.ws/HelpMe/dropdowncats.gif

    The top half is a snap of MSIE 6 plus the code that is rendered. The bottom half is a snap of how it ought to appear, as it does in Mozilla.

    Here is the PHP call:

    <!– Drop down box style of categories –>
    <form id=”catdropdown” name=”catform” action=”/index.php”>
    <select name=”cat” onchange=”submit(this.form)”>
    <option value=”>By Topic</option>
    <?php dropdown_cats(); ?>
    </select>
    </form>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop Down Categories buggy in MSIE?’ is closed to new replies.