[jQuery] Problem with facebox within Internet explorer

[jQuery] Problem with facebox within Internet explorer


Hello Everyone,
I am using facebox to show a popup window. This all works fine in FF
(3.0.6).
BUT
In Internet Explorer it doesn't work at all.
This is the jquery:
$(".smaakselector").click(function() {
            $.facebox({div:'#smaken'});
        });
And here is the html
<div id="menu">
            <ul>
                    <li class="menustreep"><a href="/">HOME</a></li>
                    <li class="menustreep"><a href="/actueel">ACTUEEL</a></li>
                    <li class="menustreep"><a href="/portfolio">PORTFOLIO</a></li>
                    <li class="menustreep"><a href="/cms_xsite">CMS XSITE</a></li>
                    <li class="menustreep"><a href="/full_service">FULL SERVICE</a></
li>
                    <li class="menustreep"><a href="/overons">OVER ONS</a></li>
                    <li class="menustreep"><a href="/contact">CONTACT</a></li>
                    <li class="smaakselector"><a>SMAKEN</a></li>
                </ul>
            </div>
Does anyone have sugestion?