GMENU is never a really good choice for menus. In my opinion you should never use it. Why: 1. It's a bad accessibility choice, your menu is unreadable for a screen reader. 2. It's not good for search engines. 3. It makes very often a slower website - more http requests.
When you are using ordinary fonts, Arial, Verdana, it's better with TMENU and CSS. In my opinion it's also faster to code. Even when you are making menus with other fonts, there are better solutions than GMENU. Regards Erik Svendsen Jamie Gorst skrev: > Bernhard, > > Thanks for that I¹m still struggling. I¹ve tried so many different options > within the install and with the menu items themselves. I now seem to think > its down to PHP or imagemagick. I¹ve got 4 full installations of typo3 with > 20-30 websites on each.... > > It doesn¹t seem fair to have to use a tmenu when gmenus are so easy to > create! I can provide login details for my new server if you¹d like to take > a look. > > Cheers > Jamie > > > On 7/10/09 09:03, "Bernhard Kraft" <[email protected]> wrote: > >> Jamie Gorst schrieb: >> >>> That¹s a good point I¹m installing a new version of typo3 as a test, oh >>> sh*t where does it stop.... >> If changing the flag "gdlib_2", you'll probably have to clear all images >> cached in "typo3temp/GB" (GB is for GifBuilder) and "typo3temp/pics" >> >> Somewhere around ther are also files which are called "menu_" or >> similar. Those are the images created for menus using the GifBuilder. >> >> >> greets, >> Bernhard >> _______________________________________________ >> TYPO3-english mailing list >> [email protected] >> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english > > > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
