[TYPO3-content-rendering] Graphical TMENU - tying up loose ends

Gregor Kaczmarczyk gregor at crazes.de
Tue Jan 10 11:40:04 CET 2006


hi,

Torsten Schrade schrieb:
> - JS can be used to preload the images (prevents flickering on hover), 
> but usage is configurable by a flag
maybe it is possible to preload the images within an hidden block to prvent 
using JS:


<div class="hidden">
	<img src="img1.gif" alt="" border="0">
	<img src="img2.gif" alt="" border="0">
	<img src="img3.gif" alt="" border="0">
</div>

.hidden {
/* display: none; --- removed because of IE */
    position:absolute;
    left:-20000px;
}

not tested, only an idea,

ciao, greg



More information about the TYPO3-project-content-rendering mailing list