Hello Andrew,

I had similar issues working with the slippery little suckerfish a week or so
ago. The first thing you have to do to make IE play is take out the white spaces
between your list tags...

<ul>
<li>item one</li>
<li>item one</li>
</ul>

changes to:

<ul><li>item one</li><li>item one</li></ul>

You will still have to do some tweaking but that will fix most of your IE problems.

Regards
PAUL ROSS
SkyRocket Design Co
http://www.skyrocket.com.au

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 

Reply via email to