Re: [WSG] Multiple Suckerfish dropdown mayhem

2006-12-19 Thread John Faulds
I don't think you can't attach two functions with window.onload, so effectively the 2nd one gets ignored. You could add an event listener function to your js or go for something like the whatever:hover - http://www.xs4all.nl/~peterned/csshover.html On Tue, 19 Dec 2006 20:10:27 +1000, Nick 

Re: [WSG] Minlo Technologies | Sri Lanka

2006-12-19 Thread John Faulds
One always runs the risk a power user will break a page when images are used (in part) to lay it out. Otherwise, very nice. Is a power user someone who resizes the text? To that end, you might want to consider setting the width of your h2 in ems so that when the text is resized, the space

RE: [WSG] Semantics of P element (?)

2006-12-19 Thread Gerardo Chairez [Addictive Media]
I thought that p Stood for paragraph Gerardo Cháirez -Mensaje original- De: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] En nombre de Barney Carroll Enviado el: Lunes, 18 de Diciembre de 2006 03:50 a.m. Para: wsg@webstandardsgroup.org Asunto: Re: [WSG] Semantics of P element

[WSG] Multi language web sites

2006-12-19 Thread Kepler Gelotte
Hello, I had a question about creating multi-language web sites and best practices. Is it better to create two separate directories with the pages and images duplicated for each language, or is it best to try a database solution using meta tags that will be replaced on the server depending on the

Re: [WSG] Semantics of P element (?)

2006-12-19 Thread Mike at Green-Beast.com
Gerardo Chairez wrote: I thought that p Stood for paragraph It does. And it should be noted that a paragraph can consist of a single word. At least in a dialogue: In dialogue, each speech, even if only one word, is usually a paragraph by itself; that is, a new paragraph begins with each

Re: [WSG] Multi language web sites

2006-12-19 Thread chris . block
There is a book (available from Amazon) I've found helpful titled Beyond Borders: Web Globalization Strategies by John Yunker, C. 2003. http://www.amazon.com/Beyond-Borders-Web-Globalization-Strategies/dp/0735712085/sr=8-9/qid=1166544689/ref=pd_bbs_9/103-3373738-5589413?ie=UTF8s=books Hope it

RE: [WSG] Multi language web sites

2006-12-19 Thread Roberto Scano - IWA/HWG
I prefer to define all by database, with UTF-8 support (using Mysql db). This will guarantee also support for different languages and charset like japanese, arabic, etc. For fixed strings I prefer also to use XML. You can see an example in http://demo.fruibile.it/backoffice -Original

Re: [WSG] Multi language web sites

2006-12-19 Thread Sean
i was about to send an email with the same question aswell, i think the way i was going to go about it was database route unless anyone has any other suggestions. Sean *** List Guidelines:

RE: [WSG] Multi language web sites

2006-12-19 Thread Kepler Gelotte
Thanks for the responses. I realize my question was a bit off topic for this list so I moved the discussion to the forum. Regards, Kepler *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Multi language web sites

2006-12-19 Thread Paul Novitski
At 12/19/2006 07:03 AM, Kepler Gelotte wrote: I had a question about creating multi-language web sites and best practices. Is it better to create two separate directories with the pages and images duplicated for each language, or is it best to try a database solution using meta tags that will be

Re: [WSG] Multiple Suckerfish dropdown mayhem

2006-12-19 Thread Micky Hulse
I cobbled this together a year or so back... allows for two, or many more, suckerfish menus on one page... http://www.ambiguism.com/sandbox/scripts/spawn-of-suckerfish.php I have yet to re-visit and clean-up the JS and/or CSS... but the main thing that should help you is the JS. Maybe it