[WSG] Marking up Doctor's Qualifications

2008-02-18 Thread Penny Haslop
Hi all I am currently doing a website for a Medical Centre - and as you know the Doctor's have their qualifications listed after their name. Would an abbr tag with the appropriate title be the correct markup? Or has anybody figured out a more appropriate option? I'm also marking up the names

Re: [WSG] * { display: inline; }

2008-02-18 Thread Mordechai Peller
Chris Broadfoot wrote: You have users using *older than* IE5? I often see older browsers in the log, but in such small quantities that they're safe to ignore. Generally speaking, browsers with only a fraction of a percent share are safe to ignore, unless you know a reason not to. Konqueror,

Re: [WSG] * { display: inline; }

2008-02-18 Thread Chris Broadfoot
Mordechai Peller wrote: Chris Broadfoot wrote: You have users using *older than* IE5? I often see older browsers in the log, but in such small quantities that they're safe to ignore. Generally speaking, browsers with only a fraction of a percent share are safe to ignore, unless you know a

[WSG] books

2008-02-18 Thread Naveen_Bhaskar
Anybody can suggest me some good books or other resources for * Webstandards * css technics * Ui design and development * javascript (especially for UI purpose) I prefer books... Thanks a ton Naveen Bhaskar Menon

[WSG] long words not wrapping inside DIV

2008-02-18 Thread Naveen_Bhaskar
HI ... I have a dropdown menu with a width of 150px. while localization some texts are too long and it is not wrapping inside the DIV and going outside the div. Is there any way to wrap long words. I don't want to use scrollbars in the div and I can't increase the width of the DIV. Pls

Re: [WSG] books

2008-02-18 Thread dwain
On 2/19/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Anybody can suggest me some good books or other resources for · Webstandards · css technics css the definitive guide third edition by eric meyer · Ui design and development · javascript

Re: [WSG] long words not wrapping inside DIV

2008-02-18 Thread Rajib Mukherji
Hi, Naveen, You can try using the overflow:none; as an attribute within your DIV where are declaring menu width. Hope this helps. Each single word must be less than your defined width(150px). Thanks Rajib --- [EMAIL PROTECTED] wrote: HI ... I have a dropdown menu with a width of

Re: [WSG] books

2008-02-18 Thread Dannielle Chun
³Cascading Style Sheets: The Designer¹s Edge² by Molly E Holzschlag Think it costs about $100AUS but it¹s worth every cent if you are a beginner. This is Molly¹s website: http://www.molly.com/ Enjoy! On 19/2/08 5:31 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Anybody can suggest me some

Re: [WSG] books

2008-02-18 Thread Thomas Thomassen
Don't make the think -- A Common Sence Approach to Web Usability by Steve Krug - Original Message - From: [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Tuesday, February 19, 2008 7:31 AM Subject: [WSG] books Anybody can suggest me some good books or other

Re: [WSG] long words not wrapping inside DIV

2008-02-18 Thread Thomas Thomassen
As far as I know, control of how text wrap was introduced in CSS3: http://www.w3.org/TR/css3-text/#text-wrap All though, IE has it's own property for this http://msdn2.microsoft.com/en-us/library/ms531186(VS.85).aspx I think you'll have to pick a different word for your localization. Out of

RE: [WSG] long words not wrapping inside DIV

2008-02-18 Thread Naveen_Bhaskar
Its not helping rajib. The text is bigger than the div width. The div is 150px width and the text width is coming around 190px.What I need to do for wrapping the text? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajib Mukherji Sent: Tuesday,