[WSG] Joost van Gorsel is out of the office from August 26th till September 14th.

2008-08-30 Thread Joost van Gorsel
Dear Sir, Madam, Joost van Gorsel will be out of the office starting from 26th of August till 14th of September. For urgent matters please contact: Metro Design Communication B.V. Delfsestraat 33 3013 AE Rotterdam T. (+31)10.2800500 With kind regards,

[WSG] :: Convince - Webstandards are better than tables ::

2008-08-30 Thread Amrinder
Hi I have a client whom I have to convince that Web standards (tableless layouts) are better than table based layouts. Please help me with info/links. Regards, Amrinder *** List Guidelines:

Re: [WSG] :: Convince - Webstandards are better than tables ::

2008-08-30 Thread Schalk Neethling
Hi there Amrinder, This should help you out: http://www.456bereastreet.com/archive/200512/ten_reasons_to_learn_and_use_web_standards/ Regards, Schalk Amrinder wrote: Hi I have a client whom I have to convince that Web standards (tableless layouts) are better than table based layouts.

Re: [WSG] :: Convince - Webstandards are better than tables ::

2008-08-30 Thread huzairy rezuan
Hi Amrinder, Try see this: http://css-discuss.incutio.com/?page=TablesVsDivs http://www.hotdesign.com/seybold/everything.html Hope it helps. On Sun, Aug 31, 2008 at 2:28 AM, Amrinder [EMAIL PROTECTED]wrote: Hi I have a client whom I have to convince that Web standards (tableless

Re: [WSG] :: Convince - Webstandards are better than tables ::

2008-08-30 Thread tee
On Aug 30, 2008, at 11:28 AM, Amrinder wrote: Hi I have a client whom I have to convince that Web standards (tableless layouts) are better than table based layouts. But tableless layout doesn't equal web standards, it's just a rather significant step towards web standards; I have seen

Re: [WSG] Background issues in a div

2008-08-30 Thread tee
#signup{ position: relative; float: left; top: 0px; padding-left: 0px; padding-right: 0px; height: 135px; width: 180px; border:thick; /*background:url(../images/background.png); background-repeat: no-repeat; */ background-color:#00; } When I use the background image

[WSG] E649: The default scripting language must be specified for an intrinsic event:

2008-08-30 Thread tee
I looked up the reference from W3C, but all I got is a blurry picture that makes my head spins. I added a meta tag: meta http-equiv=Content-Script-Type content=text/javascript No effect. Example of offenders. select id=select-language onchange=window.location.href=this.value li

Re: [WSG] Background issues in a div

2008-08-30 Thread Michael Horowitz
What is css-d. Any ideas how to start testing or researching this type of problem. Michael Horowitz Your Computer Consultant http://yourcomputerconsultant.com 561-394-9079 tee wrote: #signup{ position: relative; float: left; top: 0px; padding-left: 0px; padding-right: 0px;

Re: [WSG] E649: The default scripting language must be specified for an intrinsic event:

2008-08-30 Thread Anthony
First of all try to avoid in-line scripting. You could make great use of jquery, mootools or any other library. Make sure to provide an alternative method (buttons, links, etc) to make things accessible for javascript disabled browsers, screen readers, etc. Regards, Anthony. Sent from

Re: [WSG] E649: The default scripting language must be specified for an intrinsic event:

2008-08-30 Thread tee
Hi Anthony, Thanks for the advice - I know all these by theory :) Problem is in reality there are limitation as to how much I can do or if I am capable of doing. I failed to mention, it's for Magento project, which inline scripting and prototype are heavily used. I'd been working on

[WSG] multiple background images

2008-08-30 Thread Michael Horowitz
I think I'm narrowing down where my problem is. I have multiple background images. The main one is the body tag and then I have div's with a different body tag. It appears there are issues with this within div's. Any ideas on this Thanks -- Michael Horowitz Your Computer Consultant

[WSG] Figures out issues. Standards for troubleshooting css

2008-08-30 Thread Michael Horowitz
Just figured out my recent issues. Nothing really special for the resolution. Brings up a newbie question is standard steps people use for troubleshooting. My first steps are of course make sure things validate. Beyond that I don't have any standard steps besides really using google. Any

Re: [WSG] multiple background images

2008-08-30 Thread dwain
On 8/30/08, Michael Horowitz [EMAIL PROTECTED] wrote: I think I'm narrowing down where my problem is. I have multiple background images. The main one is the body tag and then I have div's with a different body tag. It appears there are issues with this within div's. Any ideas on this