Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Anders Nawroth
tee: These are domains but the one Anders provided does have a path in Japanese character, and it works in FF. http://www.w3.org/International/tests/sec-iri-3 I looked at ja.wikipedia.org and they use this practise. What doesn't always works well, is links from pages with other charsets th

Re: [WSG] VIRUS!!!

2005-06-06 Thread Alan Trick
Tim John wrote: >Hi, >Luckily, I thought it a little strange to receive an email from WSG >informing me that I'd been removed from their mailing list. Especially as >the email was from [EMAIL PROTECTED] and contained a download - >which I ignored! I'm just wondering, as I use MailWasher Pro, I cou

Re: [WSG] alt tags and image captions

2005-06-06 Thread Bert Doorn
Just to add to what Alan said... remember to put spaces between images unless their is > good reason not to otherwise the following: will look like HelloWorld Perhaps put the space in the alt *attribute* if you get display problems with the space. Also, if you are going to put captions u

[WSG] Suckerfish IE woes

2005-06-06 Thread Mike Brown
http://mlol.signify.co.nz/templates/searchtest.html In IE6 I can't fully fully mouseover the dropdown menu items before they disappear. It works in IE5 and Mozilla. The HTML and CSS validate. And the problem isn't consistent - sometimes I can mouseover most of the dropdown menu, other times n

Re: [WSG] Ten questions for Russ

2005-06-06 Thread Alan Trick
Vlad Alexander (XStandard) wrote: >Russ wrote: >[quote] >At the risk of being burned at the stake, I think that unless you are willing >to serve your pages as application/xhtml+xml with content negotiation, then >you are probably better off staying with HTML 4.01 at this time. >[/quote] > >Let m

Re: [WSG] alt tags and image captions

2005-06-06 Thread Alan Trick
Andreas Boehmer wrote: > ... > > >Yeah, they will repeat it. If I remember correctly they will read something >like "Image Joe Smith, Joe Smith". > > > ... Yeah, I've used links on linux a bit lately (while waiting for stuff to compile) and this is probably one of the most common anoyance. Usu

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread tee
Hi Vaska, as the w3c links Anders provided, it can. However I will be very skeptical to using it as obviously browsers are not advance enough to handle it, but then it maybe the server issue too. Sorry, I am too ignorant on this matter to tell you anything more. I did a test on Safari, FF, IE and

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Anders Nawroth
More in-depth information here: http://www.w3.org/International/articles/idn-and-iri/ Anders Nawroth skrev: this wouldn't be possible... http://www.定会利用此次选秀.com/定会利用此次选秀/定会利用此次选秀.php According to W3C it shold be possible, look at: http://www.w3.org/International/tests/#iri IE needs a plu

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Anders Nawroth
this wouldn't be possible... http://www.定会利用此次选秀.com/定会利用此次选秀/定会利用此次选秀.php According to W3C it shold be possible, look at: http://www.w3.org/International/tests/#iri IE needs a plugin to enable IDN: (Internationalized Domain Names) http://www.idnnow.com/ /Anders

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Vaska . WSG
tee, or really any Chinese person on this list, one thing that I've been cuious about is how do you deal with creating urls. this could sound extremely naive and i'm sorry for that. it's my understanding that use of latin1 characters only is allowed to make a url...or create folders etc... http

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread tee
> http://www.vaska.com/wsg/08test.php > >> We also need to know os/ver and browser/ver it occurs on to emulate >> it. > > OSX 10.3.9...Safari, Firefox, Mozilla, IE... > Hi Vaska, you Chinese text showing up fine on Mac, including IE 5.2. My personal experience, unicode Simplified Chinese is les

Re: [WSG] tr onmouseover or class:hover

2005-06-06 Thread Vaska . WSG
Thanks, that's exactly what I was searching for (the explanation). Thanks, thanks, thanks. ;) On Jun 6, 2005, at 5:36 PM, Steven Ametjan wrote: Unfortunately, IE only reads the :hover psuedo-class on elements. The use of javascript can circumvent this. Ideally though, you should not embed

Re: [WSG] tr onmouseover or class:hover

2005-06-06 Thread Steven Ametjan
Unfortunately, IE only reads the :hover psuedo-class on elements. The use of javascript can circumvent this. Ideally though, you should not embed the onmouseover, onmouseout events directly in the markup, but use a javascript that will process the table and input the :hover functionality. If you l

RE: [WSG] tr onmouseover or class:hover

2005-06-06 Thread Alex James
Vaska wrote: > I know I've read somewhere in the past that if you want to change the > color of a table row TR I need to use: > > class='transparent' onmouseover="this.className='over';" > onmouseout="this.className='transparent';" > Have you read these articles?: http://www.alistapart

[WSG] tr onmouseover or class:hover

2005-06-06 Thread Vaska . WSG
I've been fishing for an answer to this but I can't find one. I know I've read somewhere in the past that if you want to change the color of a table row TR I need to use: class='transparent' onmouseover="this.className='over';" onmouseout="this.className='transparent';" I would certainly p

SV: Re: [WSG] CSS problems in IE (weird font-size)

2005-06-06 Thread Nanna B.K.
> > Do you have a DTD declaration at the top of your > HTML? It can make quite > a difference to how IE works with CSS, especially > with tables and > percentage font sizes. And older versions of IE do > different things to > IE6 too. Hi, Thanks for all the good suggestions. It was neithe

RE: [WSG] problems with links

2005-06-06 Thread Ajay Jadhav
Hi,   My suggestion on this would be the same as Alex James   Ajay Alex James <[EMAIL PROTECTED]> wrote: jackie reid <[EMAIL PROTECTED]>wrote:> i have been having the most appalling time with my links here www.mackayports.com css here www.mackayports.com/styles/newport2.css > in the left hand colum

RE: [WSG] problems with links

2005-06-06 Thread Alex James
jackie reid <[EMAIL PROTECTED]> wrote: > i have been having the most appalling time with my links here > www.mackayports.com css here www.mackayports.com/styles/newport2.css > in the left hand column I can't stop the logo images > from having an underline, its underlining the whole link. First

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Rimantas Liubertas
On 6/5/05, Vaska. WSG <[EMAIL PROTECTED]> wrote: > I'm not sure what the deal is, but when I bring up a page in my system > it doesn't encode properly at first. I have to go the browser options > and change it to utf-8. The funny thing is that utf-8 is my default as > set in all my browsers. <...

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Vaska . WSG
You really need to give us the URL of the page that this occurs on so others can test it. It's on my dev server. If you really want to see a test page (where the images aren't working and alot of the css is totally in outerspace right now) it's here. http://www.vaska.com/wsg/08test.php  We also

Re: [WSG] problem with utf-8 page encoding

2005-06-06 Thread Anders Nawroth
Peter Firminger skrev: Unicode isn't a simple fix-all solution. It makes it easy for simple things like European keyboard inputs (French, German, Spanish etc.) but once you get to the non-latin charsets it gets difficult. I don't believe (though I haven't read the docs for a while now) tha

Re: [WSG] problems with links

2005-06-06 Thread David Laakso
On Mon, 06 Jun 2005 01:39:14 -0400, jackie reid <[EMAIL PROTECTED]> wrote: i have been having the most appalling time with my links here www.mackayports.com css here www.mackayports.com/styles/newport2.css in the left hand column I can't stop the logo images from having an underline, its un

Re: [WSG] problems with links

2005-06-06 Thread Ingo Chao
jackie reid schrieb: ... www.mackayports.com The problem is when viewed in firefox:... in the left hand column I can't stop the logo images from having an underline, its underlining the whole link. This construct does expand the link in some line-boxes, but the entire link gets underlined.