Forum Moderators: not2easy
<img src="http://www.google.com.au/intl/en_au/images/logo.gif"/>
<span id="navcontainer">
<ul>
<li><a href="#">Milk</a></li>
</ul>
</span>
Styled with
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
position:absolute;
}#navcontainer ul li {display: inline;}
demonstrates the issue.
Is there any CSS that might be used to make this HTML work?
One potential fix is to make the image the first list item, and style it to make it fit in. But I cannot get this to work in IE5.