Dropdown bug in IE (Wordpress/Lifystyle Theme)

Discussion in 'Programming' started by dbj_us, Feb 9, 2009.

  1. #1
    Hi everyone,

    I already posted my problem in a wordpress forum but I didnt get an answer on how to fix my problem. I really hope you guys can help me. On my page I use categories and subcategories like this:

    <div>
    --<ul>
    ----<li>
    ------<ul>
    --------<li>
    --------</li>
    ------</ul>
    ----</li>
    --</ul>
    </div>
    HTML:
    The php code looks like this:

    <div id="subnavbar">
    
    	<ul id="subnav">
    		<?php wp_list_categories('sort_column=name&title_li=&depth=4'); ?>
    	</ul>
    	
    </div>
    
    <div style="clear:both;"></div>
    PHP:
    I reall hope someone can help me or has some advice what the problem could be.

    Thanks,
    dbj
     
    dbj_us, Feb 9, 2009 IP