Right now my menu is in iframe. But the new CSS roll down menu is stuck under the iframe, and partially hidden by the parent page. Where can I find info on replacing the iframe with a CSS command?
Hello, I'm not sure if it helps, but You can use a tabs (especially when there is only a few sites to link). They work pretty well and loads without page reloading in browser (like an iframe do). Here's the exaple link: http://nasdcwergf.website.pl/korki/
i think you can use z-index and layer the Iframe on top of the content. so that iframe is top of the content and raise the height of the iframe as required by calculating the space will take by the dropdown menu.
Try z-index, but browsers have a lot of bugs related to this crap. E.g. flash is always OVER content in browser. It's just a bug
You best option would be to replace your iframe menu system to use a standard menu called called in using a SSI. Much simpler & decreases HTTP requests. PM if you need anything like that setting up. Not a big job to do at all...
yes, another option suggested by Hand of A'dalWell , you need a server SSI is enabled which parse .shtml files.
Perhaps this will do the trick, I'm assuming (as no link to preview), your code may be missing wmode. Try doing the like example script below