Re: [WSG] IE fixed: PNG transparency working like Firefox???

2005-02-13 Thread Jan Brasna
I rather use #logo { background: url('img/logo.png') no-repeat; ... } * html #logo { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png',sizingMethod='scale'); } or better put the IE junk in css linked by conditional comments. -- Jan Brasna aka

Re: [WSG] Pages reloading

2005-02-14 Thread Jan Brasna
It is reloading, so what's the problem? It depends on the line speed and cache how fast it will load the new page. So it may flicker sometimes, sometimes not. -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http://www.stopie.com/ | http://browsehappy.com

Re: [WSG] CSS3.0

2005-02-17 Thread Jan Brasna
this was complicated in our times... ;) -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http://www.stopie.com/ | http://browsehappy.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Site Review: whatcanido.com.au

2005-02-17 Thread Jan Brasna
Hi Tatham, the layout breaks in Opera 7.54u2/Win (the background is weirdly positioned). Safari 1.1 and FF 1.0/Mac looks OK. IE 5.23/Mac badly positions the main content area (some negative margins/positions?). -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http

Re: [WSG] Other character sets/languages

2005-02-20 Thread Jan Brasna
I usually code using Notepad Better use something like PSPad wchich offers you the choice not to include these ident. bytes. file as UTF-8 compatible with the iso-8859-1 meta tag? Eh, nope. If you start using non-ASCII characters (curly quotes etc.) it would break the page... -- Jan Brasna aka

Re: [WSG] A different Firefox bug?

2005-02-20 Thread Jan Brasna
The same happens with any input field in your comments form. I have seen reports of this in other forums as well. http://archivist.incutio.com/viewlist/css-discuss/52677 -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http://www.stopie.com/ | http://browsehappy.com

Re: [WSG] systemnames in CSS?

2005-02-23 Thread Jan Brasna
You can get an overview how it works in WestCiv's CSS Tutorial here: http://westciv.com/style_master/academy/css_tutorial/properties/values.html#color -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http://www.stopie.com/ | http://browsehappy.com

Re: [WSG] systemnames in CSS?

2005-02-23 Thread Jan Brasna
It might be useful for custom form gadgets (slider). Or WYSIWYG and similar interfaces. -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http://www.stopie.com/ | http://browsehappy.com/ ** The discussion list for http

Re: [WSG] To display or not to display validation logos?

2005-02-25 Thread Jan Brasna
I personally try to place this information in the accessibility statement. -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http://www.stopie.com/ | http://browsehappy.com/ ** The discussion list for http

Re: [WSG] Attribute Values

2005-02-26 Thread Jan Brasna
compatible if there was a problem with older browsers) -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http://www.stopie.com/ | http://browsehappy.com/ ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Site check (esp. Mac): One House

2005-02-27 Thread Jan Brasna
about Macs because I can't check there You can. http://www.browsercam.com/ http://danvine.com/icapture/ buy a Mac as a testing machine. :) Not necessarily. http://pearpc.sf.net BTW you'll end up with a testing PC and using Apple regularly :) -- Jan Brasna aka JohnyB :: alphanumeric.cz

Re: [WSG] horizontal list menus based on images rather text in css..WORKS NOW

2005-03-01 Thread Jan Brasna
http://www.mail-archive.com/wsg@webstandardsgroup.org/msg13318.html - What happens if your page is printed (by default background images won't be printed) You have to use a print stylesheet... -- Jan Brasna aka JohnyB :: alphanumeric.cz | janbrasna.com Stop IE! - http://www.stopie.com/ | http

Re: [WSG] wildcards in css selectors?

2005-03-02 Thread Jan Brasna
a[href=http://www.foobar.com*] or a[href=*filename*] CSS3 has ^= selector. (Look it up in http://www.alistapart.com/articles/goingtoprint/ ...) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http

Re: [WSG] wildcards in css selectors?

2005-03-02 Thread Jan Brasna
It appears that gecko doesn't support that yet. I guess I'll have to wait. Exactly. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] cutting and pasting content

2005-03-03 Thread Jan Brasna
Are there any suggestions for allowing a block of content to be selected in IE and not having it try to select the entire page? Avoid abolute positioning in these areas. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] cutting and pasting content

2005-03-03 Thread Jan Brasna
Hm, then I can't help further, this is the only situation I know about that was problematic in IE... :( -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Writing with a markup language

2005-03-03 Thread Jan Brasna
Before sending all of us to your article, maybe you could have stated that it is intended for Italian-speakers. Piero wrote it :) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http

Re: [WSG] javascript problem with pop-up on hyperlink click (IE6 displays an error, FF, Opera work fine)

2005-03-13 Thread Jan Brasna
return false; Do not return false. Return !window.open(...) instead. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] javascript problem with pop-up on hyperlink click (IE6 displays an error, FF, Opera work fine)

2005-03-13 Thread Jan Brasna
javascript may fail to open a new window? Popup blockers etc. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] javascript problem with pop-up on hyperlink click (IE6 displays an error, FF, Opera work fine)

2005-03-13 Thread Jan Brasna
Don't popup blockers allow them when they're a result of a direct user interaction Sometimes, sometimes not. It all depends on browser and/or setup... Or is this another thing that XP SP2 messes up? I'd guess so... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] MSN goes valid

2005-03-14 Thread Jan Brasna
See http://stopdesign.com/log/2005/01/31/msn-goes-css.html -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some

Re: [WSG] SXSW session on accessible flash on fawnyblog

2005-03-14 Thread Jan Brasna
Nice, thanx. Can someone post more links from SXSWi? I know about http://www.happycog.com/clients/sxsw/ + http://photomatt.net/2005/03/12/zeldman-keynote/ http://scribbling.net/sxsw05/ http://www.andybudd.com/sxsw05/ http://blog.fawny.org/category/events/sxsw2005/ -- Jan Brasna aka JohnyB

Re: [WSG] SXSW session on accessible flash on fawnyblog

2005-03-14 Thread Jan Brasna
Photos: http://www.flickr.com/photos/jflint/ -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] SXSW session on accessible flash on fawnyblog

2005-03-14 Thread Jan Brasna
http://joeclark.org/sxsw/ -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

Re: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread Jan Brasna
And it doesn't use any hacks as well... What's this? * html #container {display:inline-block;} A filter :)) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] underscore hack - why underscore?

2005-04-02 Thread Jan Brasna
extensions). It only doesn't validate because it is not present in CSS2.1 formal gramatic, however it is valid in the global CSS scope. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http

Re: [WSG] Opening links in new window with XHTML

2005-04-03 Thread Jan Brasna
on sitepoint.com The quick summary is that opening windows shouldn't be handled by the document itself. However, client scripting is suitable for it, so when it's really neccessary, JS can do the job. In many ways. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] Opening links in new window with XHTML

2005-04-03 Thread Jan Brasna
I think Ill just leave it and they can use the middle-click if they want Good decision! -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] Son of Suckerfish and IE 6 (SP2)

2005-04-05 Thread Jan Brasna
I notice that IE6 with service pack 2 installed initially blocks the JavaScript that makes the li hover sections drop It's only when browsing local files. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list

Re: [WSG] Styling Forms

2005-04-05 Thread Jan Brasna
I think that styling forms is very nice addon to any site. See http://www.pixy.cz/pixylophone/obrazky/styled-forms.gif -- styling the form elements can make them look worse outside the major browsers. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] Styling Forms

2005-04-05 Thread Jan Brasna
I think that styling forms is very nice addon to any site. And one thing more - you can't rely on it, you won't now how it is rendered on various platforms, nevertheless it might look weird, it might also be unusable etc. ... If you style 'em, you have to be careful. -- Jan Brasna aka JohnyB

OT: Re: [WSG] Son of Suckerfish and IE 6 (SP2)

2005-04-05 Thread Jan Brasna
for PNG transparency (filters) also stops working on local :( -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] help with css round corners.

2005-04-06 Thread Jan Brasna
/customcorners/ ALA: CSS Design: Creating Custom Corners Borders Part II http://alistapart.com/articles/customcorners2/ -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] Site check - http://verkehrsanwaelte.de

2005-04-06 Thread Jan Brasna
I'd add http://annevankesteren.nl/archives/2004/04/min-height-in-safari -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] how to use external fonts with css?

2005-04-07 Thread Jan Brasna
http://www.mikeindustries.com/blog/archive/2004/08/sifr or http://alistapart.com/articles/dynatext/ -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Comments on new wirelessforum.org.nz site?

2005-04-07 Thread Jan Brasna
Just your introduction of the site overwhelmed me :) Good job, most of the things were already said, however there is one thing I really dislike - the compression of the header. You should divide the parts, and combine JPG and GIF/PNG while using them for suitable parts of it... -- Jan Brasna

Re: [WSG] wirelessforum.org.nz --- on a mobile device?

2005-04-07 Thread Jan Brasna
://www.htmldog.com/ptg/archives/55.php Stopdesign | Targeting Small Screens: http://www.stopdesign.com/log/2004/12/16/small-screens.html CSS-D Wiki | Handheld Stylesheets: http://css-discuss.incutio.com/?page=HandheldStylesheets -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] Validation of CSS

2005-04-08 Thread Jan Brasna
file. Therefore validation against one specific version is IMHO N/A here. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] Taming Your Multiple IE Standalones

2005-04-11 Thread Jan Brasna
stripping via different kinds of import or media. Also some JS misbehaves there AFAIK. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] more on flashish stuff: SVG

2005-04-11 Thread Jan Brasna
as far as I know, mozzilla is the only browser to have any built-in support Opera 8 will have it too. Has anyone here actually done any development with SVG? Development not, design yes. (It's quite good vector format, AFAIK Quartz and latest KDE use it.) -- Jan Brasna aka JohnyB

Re: [WSG] Someone who *wants* the peekaboo bug

2005-04-11 Thread Jan Brasna
Melbourne vs Sydney? Ah, you've discovered the Microsoft's bug impemeting policy... :D Seriously... It might have something in common with specifying eg. the line-height (that AFAIK fixes it) automagically by the system etc. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] Someone who *wants* the peekaboo bug

2005-04-11 Thread Jan Brasna
defaults when using LCD etc., but I'm really guessing... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] flash and accessabilty

2005-04-11 Thread Jan Brasna
Lisa, it's in the archive: http://www.mail-archive.com/wsg@webstandardsgroup.org/msg15999.html -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Web standards as a selling point?

2005-04-12 Thread Jan Brasna
ALA: Greg Kise - CSS Talking Points: Selling Clients on Web Standards http://www.alistapart.com/articles/csstalking/ -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] web design presentation: advice?

2005-04-12 Thread Jan Brasna
designing and then some magic to make the page from the image, that can be made by an application. Try to show them that this is not the good way. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http

Re: [WSG] Web standards as a selling point?

2005-04-12 Thread Jan Brasna
, how is it done from the scope of myself (eg. we'll do this, therefore... and then you can ... and then that's all ok ... happily ever after... :D), the precise description is IMHO for them. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] Web standards as a selling point?

2005-04-12 Thread Jan Brasna
One more: http://nidahas.com/2005/04/08/marketing-web-standards/ -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Skip Navigation Visibility

2005-04-15 Thread Jan Brasna
For a compromise http://www.lionsq3.asn.au the tab key reveals the skip links. Dave Shea has it on Mezzoblue too, great feature...) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http

Re: [WSG] Alistapart vs Digital-Web

2005-04-15 Thread Jan Brasna
I'm an inclusionist. I read both. I read both although I'm materialist ;) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] UTF-8

2005-04-18 Thread Jan Brasna
I have [...] Czech, [...] sites I'm working on and would prefer to convert the UTF-8 to some numeric equal for certain high-range letters. Well, I'd suggest you not to do this, as nobody here would do it this way :) However it'd make the maintenance easier for non-CZ/PL person. -- Jan Brasna

Re: [WSG] FYI New WSG jobs section

2005-04-19 Thread Jan Brasna
Russ, is it (strictly) only about web deign positions, or someone can also post an ad related to the whole web design business (eg. sales managers for a WD company etc.)? Thanks. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

OT Re: [WSG] UTF-8

2005-04-19 Thread Jan Brasna
PPS. This is a good test to see if the WSG mail system can handle UTF-8 AFAIK å is Latin1 character (Scandinavian), so no need for UTF here. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http

Re: OT Re: [WSG] UTF-8

2005-04-19 Thread Jan Brasna
Yes, but the bytes used in ISO 8859-1 (Latin1) or Windows code page and those usef for UTF-8 are different. Sure, however the mail came in Latin1 (see the headers), so I just want to comment that it won't show the difference. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] UTF-8

2005-04-19 Thread Jan Brasna
- Half of the Norwegian sites I visit in a day are full of question-marks--until I actively change encoding, and change it again, and again... Hmm, we here in CZ use Latin2 or CP1250, everyone uses proper charset headers, so no problem with this. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz

Re: [WSG] Suggestions for compliant drop down menus...

2005-04-20 Thread Jan Brasna
Hi, http://www.htmldog.com/articles/suckerfish/dropdowns/ http://alistapart.com/articles/hybrid/ etc. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Mystical belief in the power of Web Standards, Usability, and tableless CSS

2005-04-20 Thread Jan Brasna
Go to number 3: Mystical belief in the power of Web Standards, Usability, and tableless CSS What do you think? That he might be particularly right. All of this is not self-salutary, there are many other points that lead to a successful website. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz

Re: [WSG] making beautiful uri's

2005-04-20 Thread Jan Brasna
http://httpd.apache.org/docs/mod/mod_rewrite.html -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] Mystical belief in the power of Web Standards, Usability, and tableless CSS

2005-04-20 Thread Jan Brasna
I saw the IMAGE Yeah... Image or branding flash site looks IMHO different than this. This looks really quickly put together with no intention and idea. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list

Re: [WSG] making beautiful uri's

2005-04-20 Thread Jan Brasna
Beware of the catch that with ForceType Apache accepts only GET requests and drops all POST data. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Accessibility and showcasing heavily visual work (was IMAGE(was Mystical belief etc))

2005-04-21 Thread Jan Brasna
What about hybrid sites where the content is primarily xhtml and the visuals or branding utilize a swf(with alternate content of course)? That's great if it is done by a standards-wise designer, so it's done properly (with the fallback alternatives). -- Jan Brasna aka JohnyB

Re: [WSG] Accessibility and showcasing heavily visual work (was IMAGE(was Mystical belief etc))

2005-04-21 Thread Jan Brasna
://alistapart.com/articles/imagemap -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

Re: [WSG] Web standards as a selling point?

2005-04-22 Thread Jan Brasna
/ - I thinks it was not mendioned yet. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting

Re: [WSG] Web standards as a selling point?

2005-04-22 Thread Jan Brasna
Stephen, how long have you benn designing CSS based layouts? I can confirm the Patrick's opinion, after some time you get enough experience to build a CSS-P layout much faster and without any incompatibilities etc. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] Web standards as a selling point?

2005-04-22 Thread Jan Brasna
there were no alternatives. Now the situation is different and I can't see any advantage of drawing box by box than using freely the whole available space. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list

Re: [WSG] IE7 update

2005-04-23 Thread Jan Brasna
They claim png support and the end of the peekaboo bug, for a start! Good to know - so it'd be right to link alternative CSS with alphaimageloader by conditional comments not for IE 5 but only for 5.5 and 6.0 ... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] may 1 reboot

2005-04-25 Thread Jan Brasna
I have this setting DirectoryIndex index.phtml index.php default.php index.html index.htm on my server, so I just have to upload index.phtml - it has bigger priority. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] best practice?

2005-04-28 Thread Jan Brasna
body {text-align: center;} #container {text-align: left; margin: 0 auto;} -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] The list border-left (borderLeft) example (Sydney meeting)

2005-04-28 Thread Jan Brasna
) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help **

Re: [WSG] Form Validation error

2005-05-04 Thread Jan Brasna
is not due :( That's up to you to properly plan the whole workflow and production process and set the appropriate timeline. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] background image size in future CSS

2005-05-05 Thread Jan Brasna
In what possible way can you stretch an image, keep it looking good and save bandwidth? SVG ;) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] background image size in future CSS

2005-05-05 Thread Jan Brasna
But seriously, I have no idea what the use _can_ be. Well, I can't make anything up at the moment, but it could be something like em-sized vecor logotype etc. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion

Re: [WSG] Any good color spies?

2005-05-05 Thread Jan Brasna
I use ColorZilla + http://wellstyled.com/tools/colorscheme2/index-en.html -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] IE CSS Gap Problem? Anybody have a solution?

2005-05-05 Thread Jan Brasna
Transform ul li../li li../li /ul into ulli../lili../li/ul -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] IE CSS Gap Problem? Anybody have a solution?

2005-05-05 Thread Jan Brasna
Hi this never worked, neither did closing up all the whitespace. Hm, then it might be something with line-height. #btmain ul { padding: 0; margin: 0; list-style-type: none; line-height: 1em; } -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] Site check please - eCommerce

2005-05-09 Thread Jan Brasna
too... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help **

Re: [WSG] Site check please - eCommerce

2005-05-09 Thread Jan Brasna
BTW, what OS is Jaguar? (you can answer this off-list) Mac OS X 10.2 I've checked with Safari v. 1.2.4 in OSX v.10.3.7 and it is working fine... 1.2.4 on 10.3.8 also fine -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] CSS Comments

2005-05-11 Thread Jan Brasna
Hi, it's a CSS filter to rule out IE5Mac, see http://www.dithered.com/css_filters/css_only/escaped_comment_end.html -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org

Re: [WSG] Minimum browsers/OS tested for?

2005-05-13 Thread Jan Brasna
@import'styles.css'; http://www.dithered.com/css_filters/css_only/import_single_quotes_no_space.html Agree, I'm lately converting to doing it the same way (as you never know when the brokem wannabe-css-rendering makes the site unusable, so rather serve plain document to them). -- Jan Brasna

Re: [WSG] there is no attribute name

2005-05-14 Thread Jan Brasna
binding shlould be again on ID... The name= attrib on inputs it for the parametrizing / query. It's still send in the form of action.url?name1=value1name2=value2 etc. Sorry if this has been discussed over and over No problem, I just hope I'll show you the right way ;) -- Jan Brasna aka JohnyB

Re: [WSG] Web standards presentation

2005-05-21 Thread Jan Brasna
Mike, this is awesome, I love the notes! ;) Who was the target audience, please? -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] Site check - lastminute.com

2005-05-21 Thread Jan Brasna
IMHO it's still on-topic - AFAIK all modern browsers can do print preview. IE4+, Gecko, Safari, Opera... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Where to start?: Need to make a really junk code page to standards-compliant

2005-05-30 Thread Jan Brasna
Drop it all and start from scratch, the layout is quite simple. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Definition lists for comments in blogs

2005-05-30 Thread Jan Brasna
Foobar IS F.U.B.A.R. It isn't, it's only derived from it. See http://kb.iu.edu/data/aetq.html -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] An alternative to FIR (Fahrner Image replacement)?

2005-05-31 Thread Jan Brasna
/dynatext [3] http://fecklessmind.com/main/5/definitive-solution-to-image-replacement -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] inline-block support?

2005-05-31 Thread Jan Brasna
what specific, real-world problem could be solved by the use of display:inline-block? Anything where display: block + float: left is used at once (eg. navigation, definition list layouts etc.) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] inline-block support?

2005-05-31 Thread Jan Brasna
Not really - remember that 'inline-block' remains an *inline* element, Sure, sorry for not mentioning it. inline-block is not supported at all by IE 5.0 Win And Gecko AFAIK. BTW CSS3 has quite interesting display: ... capabilities. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz

Re: [WSG] Is there a tool that converts long hand CSS to shorthand CSS?

2005-06-01 Thread Jan Brasna
http://cdburnerxp.se/cssparse/css_optimiser.php -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] Multiple class names in older browsers

2005-06-01 Thread Jan Brasna
Hi Maxine, all fine in 5.01 and 5.5 ... AFAIK these old one can't handle h1.pink.blue.orange { ... } and interpret it as h1.pink .blue .orange { ... } -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion

Re: [WSG] Regarding foreign languages

2005-06-03 Thread Jan Brasna
Unicode - I don't know how it works with Asian/Arabic/Hebrew - whether UTF8, 16 or 32, what about the Endians etc. ... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org

Re: [WSG] Character encoding

2005-06-04 Thread Jan Brasna
I've always thought that characters should be marked up with appropriate entity codes... It's just always felt dirty seeing certain characters not written in their appropriate entity codes. Eh, maybe on anglo-saxon websites... The rest of the world has a different opinion ;) -- Jan Brasna

Re: [WSG] PNG Support

2005-06-19 Thread Jan Brasna
we will have proper PNG Support in IE I wouldn't be that sure ;) You know - MS... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org

Re: [WSG] Hiding styles from IE5?

2005-06-21 Thread Jan Brasna
See http://www.dithered.com/css_filters/css_only/ -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] looking for an accessibility reference on why text-only is bad

2005-06-29 Thread Jan Brasna
maintenance of the text-only version often ends in not-so-accurate content and makes it worthless. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] Flash and valid XHTML

2005-06-30 Thread Jan Brasna
I use IE Conditional Comments: Isn't it a bit overkill? -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Flash and valid XHTML

2005-06-30 Thread Jan Brasna
loads of small flash movies in a page it's not too much overhead. So I started to use the FlashObject... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http

Re: [WSG] A web culture

2005-06-30 Thread Jan Brasna
Movie? The Net, Matrix... ;) Song? http://www.shauninman.com/plete/2005/02/whats-the-word Book? Uh, plenty (I mean, not technical, but more obvious some sociology etc. ...) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com

Re: [WSG] Embedding quicktime movie and xhtml validation

2005-06-30 Thread Jan Brasna
I'd use analogically the satay method... -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints

Re: [WSG] Visited Link Styling

2005-06-30 Thread Jan Brasna
or Bojan Janjanin promoted. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

ins underline accessibility (was Re: [WSG] Visited Link Styling)

2005-06-30 Thread Jan Brasna
that browsers use underlining for inserted text by default. Is this alright? -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: ins underline accessibility (was Re: [WSG] Visited Link Sty ling)

2005-06-30 Thread Jan Brasna
Sure, Ted, the solution is pretty obvious, I've tested light background for highlighting, and it works as intended aswell. I was only interested in the accessibility issue of the default behavior - it seems a bit contra-productive for me. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz

  1   2   >