First of all, I'd like to thank you for great Joomla module called
Lava Factory menu! That's exactly what I was looking for and now
everything works perfectly with my site!
But one moment... I'd like to ask how to make your module W3C valid?
There are two moments... Here is the first one:
document.writeln('<scr'+'ipt
Validator doesn't like <scr'+'ipt consctruction.
The full code is below:
<script type="text/javascript">
if(typeof window.jQuery == 'undefined') {
document.writeln('<scr'+'ipt src="<?php echo $mosConfig_live_site;
?>/modules/lavalamp_menu/jquery.js" type="text/javascript"></scr'+'ipt>');
}
try {
document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
</script>
Is it be possible to use something similar, but good for W3C?
And the second moment is error with Document Type:
<body onLoad="setupZoom();">
Joomla template use next:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">Is it be possible to solve these two problems? Thanx in advance!