Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Gene Falck
Hi Erik, You wrote: I tend to have all of my javascript in external files which is the other way to make sure that this doesn't happen. Great way to stay away from the validation of code included within an HTML file. I have one situation in which I can't see that as a solution. The file is a real h

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Genau Lopes Junior
Erik, You where right! My code was validated inserting spaces between the ">" and "&" characters. My doubt  is know why the validators odnt understand those characters togheter. I will try to find some documentation and DOM specifies to discover why that happpens. BTW, Erik, you advice was ve

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Erik Peterson
Gene Falck wrote: Hi Erik, Which is about what I was suspecting--its one thing to give the user agent an entity when what you want is a text rendering of a character and quite another to use an entity where the program must treat it as part of your coding. BTW, do you see any difference in this ma

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Gene Falck
Hi Erik, You wrote: ... escape it using & which I believe *should* work. but Genau Lopes Jr. wrote: I tried switch the javascript ampersands , by ASCII code, but the js didn´t works. Anyone knows how to switch "&&" for a valid character? Which is about what I was suspecting--its one thing to give t

Re: [WSG] navigation using arrows for location

2005-03-05 Thread Paul Novitski
At 11:20 AM 3/5/2005, Anders Nawroth wrote: I wish we could find out why IE throws the submenus around sometimes ... then it would be *really* useful. If you haven't already, you might try posing the problem also to the CSS-D listserve . There

Re: [WSG] navigation using arrows for location

2005-03-05 Thread Anders Nawroth
Thanks! I wish we could find out why IE throws the submenus around sometimes ... then it would be *really* useful. /Anders Paul Novitski skrev: Nice work, Anders! Paul At 02:40 AM 3/5/2005, you wrote: Paul Novitski skrev: I've been thinking along these lines lately, as I've just drafted another

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Erik Peterson
Genau Lopes Jr. wrote: Gene, I tried switch the javascript ampersands , by ASCII code , but the js didn´t works. Anyone knows how to switch "&&" for a valid character? Thanks, Genau L. Jr One solution is to move the javascript to an external file and call it with a src attribute. The other is t

Re: [WSG] Internet Explorer - Whats going on here!!!

2005-03-05 Thread David R
Chris Stratford wrote: Hey Nick, The customised DTD simply allows: target="_blank" Thats all. Stick with XHTML1.1 and use the rel="external" hook to apply some ECMAScript to open the new window Below is the code I use: -- function externalLinks() { if (!docume

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Genau Lopes Jr.
>> quote>*Can you escape an ampersand using an entity such as & in JavaScript code and still have the script work? *Gene, Good question. I dont know. I will try fix that. Thanks. Gene, I tried switch the javascript ampersands , by ASCII code , but the js didn´t works. Anyone knows

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Genau Lopes Jr.
*Can you escape an ampersand using an entity such as & in JavaScript code and still have the script work? *Gene, Good question. I dont know. I will try fix that. Thanks. Gene Falck wrote: Hi Daniele, You wrote: good work, only two things : http://validator.w3.org/check?uri=ht

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Gene Falck
Hi Daniele, You wrote: good work, only two things : http://validator.w3.org/check?uri=http%3A%2F%2Fwww.meucarronovo.com.br%2F;verbose=1 http://jigsaw.w3.org/css-validator/validator?uri=http://www.meucarronovo.com.br/c/mcn.css Hmmm I checked: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.meuca

Re: [WSG] Mac (IE5.2 + Safari) users: please could you check...

2005-03-05 Thread Stuart Homfray
Thanks John, I can't understand that 'see example' link problem - do Eric Meyer's 'Pure CSS Popups' work correctly on Mac IE5.2? url: Just had a thought - maybe it's because mine are in a floated container... If THAT'S the case then I'll s

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Gizax Studios
good work, only two things : http://validator.w3.org/check?uri=http%3A%2F%2Fwww.meucarronovo.com.br%2F;verbose=1 http://jigsaw.w3.org/css-validator/validator?uri=http://www.meucarronovo.com.br/c/mcn.css regards Daniele http://www.gizax.it Internet Accessibility - Original Message - From: "

[WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Genau Lopes Jr.
Hi, I would like to show you some improvements that we did in our Portal. http://www.meucarronovo.com.br After some advices about our XHTML validation, we almost fixed all bugs in xhtml, leaving just one bit problem with our js function that detects the resolution to advertisement skyscrapper. W

Re: [WSG] navigation using arrows for location

2005-03-05 Thread Anders Nawroth
Paul Novitski skrev: I've been thinking along these lines lately, as I've just drafted another kind of menu that uses connecting lines: http://www.dandemutande.org/ResourceGuide.asp Play with the category & location menus -- categories are only two-deep but location's four-deep. It is resizable

Re: [WSG] navigation using arrows for location

2005-03-05 Thread Paul Novitski
Peter Ottery wrote: so I've designed myself a nice looking navigation scheme that displays visually whereabouts you are within a site. Now I just need to work out how to sort out the css :) ... I've had a play with some css and arrived at this: http://c41.com