I have recently built this site with through wordpress and seem to be having some alignment issues with Internet Explorer 7.
Basically they appaering about 20 or so pixel's to the right and wondered what way to fix this? This has had me stumped for a while now and I feel like I am slowly running out of idea's.
Here is the link:
Is a screenshot needed? If so I ca post the one from the client later tonight, but It is only IE 7!?
The PHP and Html Structure I have for the list's is this:
<ul id="nav" class="clearfloat">
<li style="padding:10px 10px 0px 10px; height:20px; display:block;"><a href="http://www.alleanza.co.uk">Alleanza</a></li>
<div id="navoption"><ul><?php wp_list_pages('title_li='); ?></li></ul></div>
</ul>
Is that the correct structure? All help is appreciated..