Forum Moderators: open
All the pages of my site (including those not experiencing the issue) have the exact same code (as in the example below).
Click <a href="example_page.htm" target="_blank" class="content" title="Example page">here</a>.
The issue doesn't occur at all when the pages are viewed in IE6.
The only workaround I’ve found is to remove the title attributes from the source code on the affected pages. (Which I'm loathe to do for accessibilty’s sake…)
Has anyone else encountered this?
Sounds eerily like the disappearing content bug "Peekaboo". Peekaboo was an IE6 bug that is supposed to be fixed in IE7, but in certain situations Peekaboo has reared it's ugly head in IE7.
I've never heard of it related to the title attribute though, and if as you are saying it doesn't happen an all your pages even with that same code, I'm inclined to believe something else is at work.. and it could be flash.
can you try something. just to see if it is IE's hasLayout related (which Peekaboo was!) can you add
{zoom: 1;} to CSS for the containers where these links reside (either the ul or the containing div) - if you try this does it help? Suzy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I am using absolute positioning for all <div> containers on my pages.
The only item I've set to "display:none" on my pages is the "Skip to content" link I've placed in the code for the benefit of screen readers.
(All my pages are linking to the same stylesheet, but again only a select few are experiencing this issue.)