RE: [WSG] Standards?

2005-02-01 Thread Ricci Angela
Hi, Bob There's so many ways to argue and defend the pros of doing XHTML and CSS layout! First, it reduces bandwidth, it saves time (and therefore money ;-) in maintenance and updating, it is flexible and reusable. Take a look at

RE: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-04 Thread Ricci Angela
Terrence All you need to do is to give an id to the form field and define its width on the CSS. It will work for all browers. input type=text id=ffield / CSS: #ffield {width: 100px;} Cheers! Ge RICCI -Message d'origine- De : [EMAIL

RE: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-11 Thread Ricci Angela
, Irina. On Fri, 4 Feb 2005 10:44:32 +0100, Ricci Angela [EMAIL PROTECTED] wrote: Terrence All you need to do is to give an id to the form field and define its width on the CSS. It will work for all browers. input type=text id=ffield / CSS: #ffield {width

RE: [WSG] Site critique and problem - www.mondotron.com

2005-02-28 Thread Ricci Angela
Hi, Your layout is not extensible. If you have a 800x600 resolution, the pub banner goes underneath the Mondotron logo box, and you'll have a horizontal scroll. Make one of the columns width in percentage so its size will be adapted for the resolution. In boca

RE: [WSG] CSS Document layout/structure

2005-04-07 Thread Ricci Angela
Hi! I always do the same: I group styles of the same nature, beggining by redefining default values where it is needed, and then by page structure, main blocks, navigation, forms, etc. And I always keep the same sequency for each definition (first positionning, dimensions,

RE: [WSG] newspaper format

2005-04-15 Thread Ricci Angela
Hi, Giles Just because if you do, you do not really separate content from presentation... If you say that a title is red, 12px and you call it red12, after the site's redesign, for exemple, the title will be Black, 14px, bold and your style name obsolete. Instead, call it

RE: [WSG] Awards / Endorsements for quality websites?

2005-04-18 Thread Ricci Angela
Hi, Siggy I know this site : http://cssvault.com/. It is a very good collection of GOOD CSS layout and design. Cheers Angela -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Sigurd Magnusson Envoyé : lundi 18 avril 2005

RE: [WSG] the mysteries of float - i seek enlightenment

2005-05-25 Thread Ricci Angela
Hi, Scott You have to put your quote before all like : div class=pullquoteppull-quote text/p/div div class=sidebarpsidebar item 1. sidebar item 1. sidebar item 1. /p/div div class=sidebarpsidebar item 2. sidebar item 2. sidebar

RE: [WSG] the mysteries of float - i seek enlightenment

2005-05-25 Thread Ricci Angela
Scott, Sorry, I was too rushy. Don't move your quote. Just give it a width and float left your content div. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Scott Reston Envoyé : mercredi 25 mai 2005 16:51 À : wsg@webstandardsgroup.org Objet :

RE: [WSG] Valid characters in ID attribute

2005-06-07 Thread Ricci Angela
Hi, Chris As from W3C: ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (-), underscores (_), colons (:), and periods (.). But I'd avoid using underscore for id/class names... I've already had

RE: [WSG] Footer Navigation

2005-10-14 Thread Ricci Angela
Hi, Sarah By the accessibility point of view there's no problem in duplicating links on a page if you follow this simple rule: all similar links (links with same text) *must* point to the same pages. Cheers! Angela -Message d'origine- De : [EMAIL

[WSG] Accessibility law

2005-10-27 Thread Ricci Angela
Hi all, It's a bit out of topic so you can answer me off-list : I'm preparing a presentation about developping accessible Web applications and I'd appreciate to have a feed-back (infos, impressions, interesting links you know) about national accessibility laws defined in Germany and

[WSG] Willing to contact CSS design experts in France

2006-03-06 Thread Ricci Angela
Good afternoon, Sorry if a bit out of topic... but I'm searching to contact CSS design experts that live in the north of France for a part time job. Please contact me out of list. Cheers! Angela ** The

RE: [WSG] New Yorker Redesign

2007-03-28 Thread Ricci Angela
I believe siFr lists them as one of their users... It's a technique to replace headers by swf text using javascript. It's quite cool if used under certain strict conditions. http://www.mikeindustries.com/sifr/ Cheers, Angela -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL

RE: [WSG] lining up in different browsers

2009-01-22 Thread Ricci Angela
Hi, Designer Just a thought: why don't you give names like mainMenu and copyRgt (semantic) to your classes instead of names based on layout? Angela ¤¤ Angela RICCI web designer De : li...@webstandardsgroup.org

RE: [WSG] lining up in different browsers

2009-01-22 Thread Ricci Angela
in different browsers Isn't copyRgt based on layout as well?? Also to be more semantic - copyRight would be better if you were to name that way. Ricci Angela wrote: Hi, Designer Just a thought: why don't you give names like mainMenu and copyRgt (semantic) to your classes instead