Re: [WSG] Using "cursor:default;" on the whole page but links

2007-01-10 Thread Anders Nawroth
Patrick H. Lauke skrev: Quoting Anders Nawroth <[EMAIL PROTECTED]>: There are people who have problems to spot the cursor when it's the vertical bar. That would be a reason to use the arrow. Some people have very specific problems, but will have to learn how to adapt their use

Re: [WSG] Using "cursor:default;" on the whole page but links

2007-01-10 Thread Anders Nawroth
Mihael Zadravec skrev: that is rigt. I will stop doing that... But than again... Opera displays arrow even when cursor is positiond over the text... There are people who have problems to spot the cursor when it's the vertical bar. That would be a reason to use the arrow. /anders *

Re: [WSG] Off-Topic: Javascript for Dummies

2006-11-03 Thread Anders Nawroth
Joseph R. B. Taylor: my_field.focus; my_field.focus(); /AndersN *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] **

Re: [WSG] remove links to self the easy way

2006-10-23 Thread Anders Nawroth
Terrence Wood skrev: Here's the easy fix: just remove the href attribute. An anchor element sans ANY attribute is perfectly acceptable HTML[3]. It inherits CSS as expected and doesn't appear in any link collection. I use this a lot. Still one problem: Sometimes it is confusing, not beeing ab

Re: [WSG] Valid characters in class names

2006-10-20 Thread Anders Nawroth
Charles Roper skrev: Can anyone point me to a reference (or simply post here) of characters that are valid to use in HTML class attribute values. Be aware that there are different rules for class names in CSS vs. HTML! http://www.w3.org/TR/CSS21/syndata.html#q6 In CSS 2.1, identifiers (incl

Re: [WSG] Pure CSS dropdown Menu, take II

2006-10-17 Thread Anders Nawroth
Hello! Kepler Gelotte skrev: What I don't want to see is people "packaging" the menu to resell it or to include it in commercial web templates. You may want to use the GNU public license: http://www.gnu.org/copyleft/gpl.html or the even less restrictive GNU lesser public license: http://www

[WSG CMS] Etomite

2006-09-12 Thread Anders Nawroth
Hi! Anybody here tried Etomite CMS? http://www.etomite.org/ This is what they claim regadring web standards: As the Etomite site itself shows, Etomite Content Management System respects W3C standards. There is absolutely nothing in Etomite to prevent you from having a fully compliant website.

Re: [WSG] PNG support cross browser

2006-09-05 Thread Anders Nawroth
Tony Crockford skrev: I understand the limitations of alpha transparency and 24 bit png, but is it safe to use 8bit png in place of gif files? You can get problems with colors not matching between PNG and HTML/CSS colors. It has to do with Gamma values, read more here: "The Sad Story of PN

Re: [WSG] More than one style in one class atribute ?

2006-08-26 Thread Anders Nawroth
Hi! Raven skrev: I create script whith some kind of WYSIWYG editor. It use BBCODE to set text block justification, color, etc. So, as a result, i have BBCODE like this: [J=right][C=red]text[/C][/J] and html code: text You'd better use an editor that handles classes, like TinyMCE: http://tin

Re: [WSG] paramter passing in HTML

2006-08-21 Thread Anders Nawroth
http://lists.evolt.org/archive/Week-of-Mon-20040126/154773.html Maybe this will work. /AndersN nishak skrev: Can u tell me how I can use JavaScript for this purpose??? -Original Message- *From:* listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] Behalf Of *Richard Conyard *Sen

Re: [WSG] firefox doesn't render svg file

2006-07-31 Thread Anders Nawroth
[EMAIL PROTECTED] skrev: Patrick H. Lauke wrote: http://jwatt.org/svg/authoring/#server-configuration Nice link! thanks for the link. i'm not sure what i was looking at, but i didn't see "image/svg+xml". i did see "image/png". i have placed a svg before and didn't have this problem. i

Re: [WSG] div in

2006-07-14 Thread Anders Nawroth
Tee G.Peng: Is it legal to place a div in <.li>? You'll find the answers to such questions here: http://htmlhelp.com/reference/html40/ http://htmlhelp.com/reference/html40/lists/li.html If you learn to read DTD:s the same information is in them. Here: http://www.w3.org/TR/xhtml1/dtds.html#a_

Re: [WSG] html validation: exactly what is it good for?

2006-07-06 Thread Anders Nawroth
Shlomi Asaf: I have a question that crossed my mind, and i wish to get help from you guys: HTML Validation- what is it good for? It saves me a lot of time. While I keep my HTML/CSS validated I can *immediately* spot any new errors that I have introduced and fix them (with help from Firebug an

Re: [WSG] Character Set(s)

2006-05-30 Thread Anders Nawroth
Hi! Dean Matthews skrev: Is there a standard …or emerging standard? I'd say you should have strong reasons to choose anything other than UTF-8. W3C has information about encodings on the web: http://www.w3.org/International/tutorials/tutorial-char-enc/ /AndersN **

Re: [WSG CMS] Re: [WSG] SEC: UNCLASSIFIED:-

2006-05-30 Thread Anders Nawroth
Lachlan Hunt skrev: We have a basic framework that provides things like XML parsing, DOM Manipulation and a basic database interface, but it still needs a lot of work and we really need more competent PHP developers with relatively good knowledge of web standards. I'm a skilled Php developer

[WSG] TreeMenu site check

2006-05-05 Thread Anders Nawroth
Hi! I want to ask you for help with testing my CSS/JS treemenu in different browsers/OS. It's developed with web standards and good practices in mind. What do you think would be the best way to support keyboard navigation in this kind of menu? For now, it uses spacebar to toggle folders open

Re: [WSG] 404 Redirectationite

2006-04-12 Thread Anders Nawroth
ort" while www.joughslife.com/otherstuff.html would display the page titled "otherstuff". So, these aren't supposed to be 404's. I was simply using this technique to display the pages. Anders Nawroth wrote: Lindsay Evans skrev: To stop the validator/robots/etc. see

Re: [WSG] 404 Redirectationite

2006-04-12 Thread Anders Nawroth
Lindsay Evans skrev: To stop the validator/robots/etc. seeing it as a 404 error, you need to send a 200 OK HTTP status code, you can do that in PHP using this line of code: header("HTTP/1.1 200 OK"); Why would you want to see 404 pages in search results? If you need to validate the (X)HTML,

Re: [WSG] 404 Redirectationite

2006-04-12 Thread Anders Nawroth
Patrick H. Lauke skrev: Joseph Bernhardt wrote: I run an apache server and utilize the .htaccess file to run a php script on a 404 error. This php script grabs the contents of the current uri to display information. (example: www.joughslife.com/Rockport.html) My question is, will this have

Re: [WSG] Max/min width for IE

2006-04-11 Thread Anders Nawroth
Ricci Angela skrev: Following the late discussion about fluid/elastic layouts, I was wondered if somebody out there has some feedback concerning the use of Microsoft's "Dynamic properties" proprietary solution for fixing the lack of min/max-width support. To use JScript inside CSS f

Re: [WSG] Re: OS detection.

2006-03-24 Thread Anders Nawroth
What about not setting any font-family at all? /AndersN Joseph R. B. Taylor wrote: Then why not avoid naming a font and do a simple: font-family: Sans-Serif; or font-family: Serif; Then the OS could use whatever it assumed to be it's definitive version of that font style. *