RE: [WSG] help with background color

2008-04-27 Thread Stuart Foulstone
Why The Fuss? On Fri, April 25, 2008 9:28 pm, Rick Faircloth wrote: Chill, out... and watch the language... Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ?? ? Sent: Friday, April 25, 2008 3:54 PM To: wsg@webstandardsgroup.org

[WSG] div/span inside table cell problem

2008-04-27 Thread Naveen Bhaskar
hi, I have a table like this. Each table cell has two values which has put inside a span. I want this two values come horizontally... now its coming as two lines... how can i show this values in a single line. I cant set any value as width for the TD since its dynamically created value. the TD

Re: [WSG] div/span inside table cell problem

2008-04-27 Thread Krystian - Sunlust
Hi, Not 100% sure about it, but try .price, .discount { display: inline; float:left; } Regards, -- Krystian - Sunlust Freelance on the side: Sunlust Designs - http://sunlust.net Full time Website Designer at SME System Solutions Ltd

Re: [WSG] div/span inside table cell problem

2008-04-27 Thread Bob Schwartz
Why don't you take the stying off the spans, give the table 100% width and see what happens. Bob hi, I have a table like this. Each table cell has two values which has put inside a span. I want this two values come horizontally... now its coming as two lines... how can i show this

Re: [WSG] premature to test/worry new site for IE8?

2008-04-27 Thread Ben Buchanan
I am about to start coding for a new site, and client asked me to make sure my code will work for IE8, meaning when IE 8 comes out, she doesn't need to pay me extra to fix any problem that may occur in IE 8. Client is from a web media company, though I understand her concerns and that she has

Re: [WSG] div/span inside table cell problem

2008-04-27 Thread Сергей Кириченко
just delete {display:block;float:left;} and enjoy maybe add {display:inline} and enjoy Naveen Bhaskar пишет: hi, I have a table like this. Each table cell has two values which has put inside a span. I want this two values come horizontally... now its coming as two lines... how can i show

Re: [WSG] div/span inside table cell problem

2008-04-27 Thread Designer
Will this not work for you: table tr td class=price value/td td class=discountvalue/td td class=price value/td td class=discountvalue/td /tr . . . etc . . /table ?? Bob hi, I have a table like this. Each table cell has two values which has put inside a span. I want this two values

Re: [WSG] premature to test/worry new site for IE8?

2008-04-27 Thread Anders Nawroth
Hi! Ben Buchanan skrev: My take on this is you cannot *really* code for a browser that's not released yet. Alpha/Beta/pre-release versions simply are not the same as final versions. My experience from IE7 beta releases in a nutshell: * bugs changed between betas * no bugs I encountered (and

Re: [WSG] div/span inside table cell problem

2008-04-27 Thread Сергей Кириченко
and more. for TD {white-space:nowrap;} Naveen Bhaskar пишет: hi, I have a table like this. Each table cell has two values which has put inside a span. I want this two values come horizontally... now its coming as two lines... how can i show this values in a single line. I cant set any

Re: [WSG] div/span inside table cell problem

2008-04-27 Thread Stuart Foulstone
Your problem is probably because your CSS converts the normally inline span elements to floating block elements. On Sun, April 27, 2008 10:41 am, Naveen Bhaskar wrote: hi, I have a table like this. Each table cell has two values which has put inside a span. I want this two values come

[WSG] Spam mail got through?

2008-04-27 Thread kate
Hi I just got an e-mail from: [EMAIL PROTECTED] Dear friend We mainly sell electrical product . such as digital cameras, mobile,LCD TV,xbox, Laptops,DV,Mp4, GPS, and so on.All items come with 12month international warranty . If you want to buy something , please contact us freely , It

Re: [WSG] Spam mail got through?

2008-04-27 Thread Andrew Freedman
Probably best to send this to Member help rather than to the list. [EMAIL PROTECTED] Andrew kate provided the following information on 28/04/2008 5:36 AM: Hi I just got an e-mail from: [EMAIL PROTECTED] Dear friend We mainly sell electrical product . such as digital cameras,

Re: [WSG] Spam mail got through? ADMIN

2008-04-27 Thread russ - maxdesign
ADMIN Apologies to all for this post. The person responsible for the email has been removed from our list. As Andrew says, please let us know if you have problems rather than post to the list (to avoid additional traffic for members) - using the email: [EMAIL PROTECTED] Thanks Russ on

Re: [WSG] Spam mail got through? ADMIN

2008-04-27 Thread kate
Thanks Russ and Andrew, I will keep your mail Russ as the help link is in the mail you sent. Kate - Original Message - From: russ - maxdesign [EMAIL PROTECTED] To: Web Standards Group wsg@webstandardsgroup.org Sent: Sunday, April 27, 2008 10:04 PM Subject: Re: [WSG] Spam mail got

[WSG] IE6 width issue

2008-04-27 Thread Lynette Smith
Good morning A client is still having issues with his site www.bourkebridgeinn.com.au. I asked him to send me a screenshot: http://www.westernwebdesign.com.au/test/screenshot.jpg It seems to be a problem only in IE6 at a screen resolution of 800x600 and lower. The #header does not fit

[WSG] background image

2008-04-27 Thread Alexander Uribe
I have a problem with a background image. When viewing the site on a number of browsers, the background image appears fine. However, recently the site went up and the background image has dissapeared. Any ideas? This is the CSS body { background-color: #A816AD; margin: 0; padding: 0;

RE: [WSG] background image

2008-04-27 Thread Jason Gray
Would be something to do with the url address in your background image. Check the path in your browser using your site url with images/images/lets.gif to see if it appears... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Uribe Sent: Monday, 28 April 2008

Re: [WSG] IE6 width issue

2008-04-27 Thread Al Sparber
From: Lynette Smith [EMAIL PROTECTED] A client is still having issues with his site www.bourkebridgeinn.com.au. I asked him to send me a screenshot: http://www.westernwebdesign.com.au/test/screenshot.jpg It seems to be a problem only in IE6 at a screen resolution of 800x600 It breaks to 2

Re: [WSG] IE6 width issue

2008-04-27 Thread Lynette Smith
I was wondering if it was anything to do with the max-width I have on #container and #nav as I know IE6 does not recognise max-width. I have changed max-width: 80em to width: 100% and also changed the width of #main from 69% to 59%. This seems to have fixed all the issues in IE6 except

RE: [WSG] An efficient CSS architecture

2008-04-27 Thread Paul Minty
Jens, I worked up something for www.iasbet.com which was reasonably robust. This was before we adopted the Yahoo YUI for our in-house development. I'd suggest you create separate CSS files and workflows for a creative workgroup and a development workgroup (content.css and controls.css) as both

Re: [WSG] IE6 width issue

2008-04-27 Thread Lynette Smith
Thanks Al You need min-width in addition to, or instead of, max-width. IE7 will be fine, along with other modern browsers. For IE6 you need to use a script or a CSS expression to set min-width. You can google ie6 min-width css expression. You should get lots of hits. If not, reply back and

Re: [WSG] IE6 width issue

2008-04-27 Thread Al Sparber
From: Lynette Smith [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Sunday, April 27, 2008 11:41 PM Subject: Re: [WSG] IE6 width issue Thanks Al You need min-width in addition to, or instead of, max-width. IE7 will be fine, along with other modern browsers. For IE6 you need to use a