[TYPO3-templavoila] How to have content after DIV or in DIV but with no content deletion
Dmitry Dulepov
dmitry at typo3.org
Wed Oct 25 14:53:10 CEST 2006
Hi!
Pawel Stanislawczuk wrote:
> Now, you suggest something like this:
>
> <div id="flash_up">
> <div id="top">
> <div id="logo"></div>
> </div>
> <div id="banner"></div>
> <div id="menu">
> <div id="menu_cont">menu</div>
> </div>
> </div>
>
> <span>
> <script type="text/javascript">
> var flash_content = new SWFObject("flash/banner_top.swf", "flash_up",
> "100%", "210", "8");
> flash_content.addParam("quality", "low");
> flash_content.addParam("menu", "false");
> flash_content.addParam("wmode", "transparent");
> flash_content.write("flash_up");
> </script>
> </span>
>
> Right? It could be an answer, but still, it's a workaround, creating
> unnessesary tags. Thanks for Your help.
Read once more, pay attention to OUTER.
--
Dmitry Dulepov
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-project-templavoila
mailing list