Re: [WSG] HTML5 v. HTML 4.x

2011-01-27 Thread Savl Ekk
I think it's all a matter of careful implementation. All such new things must be used in agreement with client. Using graceful degradation, knowing which browsers to support, what technologies available, etc. If we will not use this new technics now, then it wil be hard for browser vendors, web

Re: [WSG] Current thinking on fixed width/liquid design ?

2010-08-23 Thread Savl Ekk
To all the above - try not to forget about readabiity of text. That's about 40~65 symbols per line for example. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] attribute selectors and validation

2010-07-02 Thread Savl Ekk
I think it's best to ask W3 in this occasion: - http://www.w3.org/TR/html401/struct/links.html#adef-rel Also, this article can help, too: - http://reference.sitepoint.com/html/link/rel In a short this attribute means relationship of link to your document, so it's reasonably used with link

Re: [WSG] Background music on web pages

2010-02-27 Thread Savl Ekk
You can make embedded flash player there, starting tune on pageload. Of course with options of setting volume, pause, turn off/on. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] unbalanced q tags for extended quotations?

2009-09-30 Thread Savl Ekk
Maybe 'blockquote' tag? And some styles to it. 2009/10/1 Robert Turner r...@flexadata.com There is quot; and apos;, but I don't think IE supports apos;. I think the Unicode entity is something like #39; or #37;. You could also declare quot as an entity in your doctype to assist IE (IE needs

Re: [WSG] a table layout issue

2009-09-23 Thread Savl Ekk
Forget about tr. You can set border-spacing to zero, and make padding-bottom (top, whatever) for free space, but in this case borders would be attached to inside divs. Or you can make tr with blank td tags (or colspan, again whatever). I suggest to use inside divs with styles (margin for 5 pixel

Re: [WSG] my site

2009-09-23 Thread Savl Ekk
That's great to learn more, Marvin. Good luck you then. And cheers too :) 2009/9/23 Marvin Hunkin startrekc...@gmail.com hi. well. did this for a course a couple of years ago. and got legal use to use all the images. so want to put this up on a site. as a port folio of my student web

Re: [WSG] a table layout issue

2009-09-23 Thread Savl Ekk
There is a way - make table in td. Something like table trtd table style=margin: 0.5em trtd/td/trtrtd/td/tr - ...etc. /table /td/tr ... /table Hi Tee, I made an example that looks the way you described and validates: http://www.coolphptools.com/tests/tr.html There is no

Re: [WSG] internet explorer 7 problems

2009-09-15 Thread Savl Ekk
Can you concretize, I see tables, and there is all right with them. Anyway. - There are problems with some images - they aren't loading. - You have excess tag: a href=copyright.html target=_top onmouseover=mouseOver() onmouseout=mouseOut()Copyright/a a href=disclaimer.html target=_top

Re: [WSG] Fw: html vallidation

2009-09-12 Thread Savl Ekk
a href=vegetable.html target=_top onmouseover=mouseOver() onmouseout=mouseOut()Fruit And Vegetable Recipes/a /p //WHERE IS OPENING TAG p? a href=copyright.html target=_top onmouseover=mouseOver() onmouseout=mouseOut()Copyright/a a href=disclaimer.html target=_top onmouseover=mouseOver()