Forum Moderators: coopster
I am using a PHP include file and my image rollovers are not working? Also, (unlike DW Library Files) can I include CSS and Java Script ONLY in my include file? One more! Can I use the head and body tags in my include file if I were to eliminate the tags in the original file? If I don't an error will take place because of the redundancy.
Thank you.
You can include any content you wish in an included file. PHP will step out of "PHP parse mode" when it first gets to the included file and will again parse anything included within <?php script blocks.
I know rollovers work with the include file; however. I ment to ask why I cannot use a drop down menu with the PHP include file. Sorry!
I'm using DW and I'm trying to use a drop down menu with the inlude file; however the drop down menu is not rendering. I would like slections below the rollover.
I hate library files and that's why I'm resorting to the include file.
Thanks again.