On Jan 12, 5:51 am, Valerij <valeri...@gmail.com> wrote:
> Hey guys, I have this popup menu that works.. great! In Chrome,
> Safari, Firefox AND it USED to work in IE8, until I added just 1 div.
[...]

> This works in all the browsers great even after I added this div, but
> in IE8 it suddenly stopped.
>
> <a id="acc" class="baritem" href="javascript:void(0);"><div
> class="textup">My Account</div></a>

Your markup is invalid, div elements don't belong inside a elements.

[...]
> Is there a fix for this?

Start with valid markup: <URL: http://validator.w3.org/ >


--
Rob

Reply via email to