Hi,
On this site, I have a drop down nav going over a swf file. It works great in everything but ie6. The nav is all screwy. 2 out of the 3 drop downs work. The products one doesn't show up. Why?
Any suggestions?
site
Thanks
Hi,
On this site, I have a drop down nav going over a swf file. It works great in everything but ie6. The nav is all screwy. 2 out of the 3 drop downs work. The products one doesn't show up. Why?
Any suggestions?
site
Thanks
Raise the z-index of the menu in parts, or lower the swf z-index below the main menu. Common problem here and is always fixed with getting the right z-index for the menu parts.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
The z-indexes are fine for ie7, and FF. They would be that different for ie6?
Thanks
Yes, because IE6 and lower have a "bug" that won't allow stacking higher than the child or parent element.
There may be other outstanding issues, but usually this is the fix.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks