Re: Firefox issue?
Originally Posted by
PointandStare
The other way is to put a clear div after the category code so you'd have something like:
Code:
<ul id="catnav">
<?php wp_list_categories('show_count=0&hide_empty=true&orderby=name&order=asc&title_li='); ?>
[*]<div class="clear"></div>[/list]
<div class="clear">
I've modified my single and page files a bit so this might need tweaking for your set-up.
OK, so I thought I would take a look at this today as I really do need to try and fix it up so that my site can display more thn 2 rows of categories without getting messed up (which seems to be the case in IE and FF)..
I looked at the single and page files, but can't see anything relating to the categories at all. My theme is basically unchanged, so does anyone know what file I need to edit to add this clear div? Thanks