PDA

View Full Version : Site question concerning flash fix



Taintedsoul
July 28th, 2006, 12:23 PM
Hello everyone :),

Recently joined cause i found this tut http://www.kirupa.com/developer/flash8/flash_fix.htm to fix the lame ie issue with flash.
Got this to work on the menu of the site im doing but when i use the script in a different table it throws off the flash file and the table which intern throws off the whole page etc...etc.. after lookin at the code in dreamweaver 8 the <div> tag is throwing off the table, but it isnt in the first one for the navigation. Only diff i see is a rowspan in the table getting messed up.

Is there a way to bypass this gap the div makes? im confused on how to get this from throwing off the whole table.

Thanks in advance for any help

:)

simplistik
July 28th, 2006, 01:33 PM
give the <td> in your html that you want the nav to have the id that the DIV has and remove the div. the script loads into the container that has a specific ID... it doesn't care what that object is.

Taintedsoul
July 28th, 2006, 02:51 PM
Hey! Thanks alot for the assist :)