Re: Xaraya_Classic theme menu blocks logic
Andy Varganov <[email protected]> Mon, 03 May 2004 16:46:14 +0100
| Newsgroups | gmane.comp.cms.xaraya.ui |
|---|---|
| Organization | xaraya org |
| Message-ID | <[email protected]> |
Fournier Daniel wrote: > Surely, but the actual Xaraya_Classic theme undergoes an heavier markup > overhead, that's what I wanted to point out. and here you're not correct - see, the weight of markup in the template is not necessarily 'propagated' to the weight of its output (webpage markup).. In fact your version will result in 'heavier' webpage than the original, because you leave the unneeded tags on the page, while 'hiding' them with css - just look at what your template outputs.. and the css itself in the head also adds markup to EVERY page. So if you were suggesting to change the original theme with your version, I failed to see any advantages of it. Andy