Re: [WSG] CSS off button

2010-02-07 Thread Jayachandran Kandasamy
Hi Paul, You can use select drop down box instead of buttons for the CSS switching - this can minimize the space in page and usability will be effective for the end users On Thu, Feb 4, 2010 at 8:51 PM, Paul Novitski p...@juniperwebcraft.comwrote: At 2/4/2010 10:43 AM, Erickson, Kevin (DOE)

RE: [WSG] CSS off button

2010-02-04 Thread Erickson, Kevin (DOE)
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Jayachandran Kandasamy Sent: Wednesday, January 27, 2010 2:25 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS off button Hi Kevin, I have tried some sample code for switching

RE: [WSG] CSS off button

2010-02-04 Thread Erickson, Kevin (DOE)
Of Erickson, Kevin (DOE) Sent: Thursday, February 04, 2010 1:44 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] CSS off button Thanks Jayachandran! That definitely works but is there a way that it could keep the CSS off when the visitor leaves the page? Using a cookie maybe? Here is the page

Re: [WSG] CSS off button

2010-02-04 Thread Jayachandran Kandasamy
Kandasamy *Sent:* Wednesday, January 27, 2010 2:25 AM *To:* wsg@webstandardsgroup.org *Subject:* Re: [WSG] CSS off button Hi Kevin, I have tried some sample code for switching off the CSS in jQuery. Please go through this code below and let me know how far it is helping you - if need

RE: [WSG] CSS off button

2010-02-04 Thread Paul Novitski
At 2/4/2010 10:43 AM, Erickson, Kevin (DOE) wrote: Here is the page using your example: http://www.doetest.vi.virginia.gov/z_testing_area/kevin/test-css-off-from-wsg2.shtmlhttp://www.doetest.vi.virginia.gov/z_testing_area/kevin/test-css-off-from-wsg2.shtml I recommend that you give folks a

Re: [WSG] CSS off button

2010-01-27 Thread Oliver Boermans
On 27 January 2010 17:55, Jayachandran Kandasamy jayachandran.kandas...@gmail.com wrote:  $(document).ready(function(){   $(input.offButt).click(function() {    if($(head:has(style)) $(head:has(link))){ $(head:has(style)).remove(); $(head:has(link)).remove();    }   });  }); I’m

Re: [WSG] CSS off button

2010-01-27 Thread Jayachandran Kandasamy
Oliver, This wont remove the head element but only the style and link tags .. but I didnt do the attribute level, I will try it out man.. thanks for the suggestion :) Cheers JC On Wed, Jan 27, 2010 at 5:48 PM, Oliver Boermans boerm...@gmail.com wrote: On 27 January 2010 17:55, Jayachandran

Re: [WSG] CSS off button

2010-01-26 Thread Jayachandran Kandasamy
Hi Kevin, I have tried some sample code for switching off the CSS in jQuery. Please go through this code below and let me know how far it is helping you - if need anyother assistance please reply !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTML HEAD TITLE New Document /TITLE META

RE: [WSG] CSS off button

2010-01-25 Thread Erickson, Kevin (DOE)
Yes. I have a prototype with the imports and it DOES work. Thanks -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Ted Drake Sent: Friday, January 22, 2010 5:46 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] CSS off button

Re: [WSG] CSS off button

2010-01-22 Thread Paul Novitski
At 1/22/2010 12:22 PM, Erickson, Kevin (DOE) wrote: Could anyone please tell me if there is a right way to put a clickable button in a web page that will turn off all CSS? To be perhaps overly precise, I'm guessing that you probably don't want to turn off *all* styling because that would

Re: [WSG] CSS off button

2010-01-22 Thread Oliver Boermans
Hi Kevin On 23 January 2010 06:52, Erickson, Kevin (DOE) kevin.erick...@doe.virginia.gov wrote: Could anyone please tell me if there is a right way to put a clickable button in a web page that will turn off all CSS? Why do you want to switch off CSS? Reasons aside, the simplest method that

RE: [WSG] CSS off button

2010-01-22 Thread Ted Drake
to turn off css, just have it switch to an empty css file. Ted -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Oliver Boermans Sent: Friday, January 22, 2010 1:54 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS off button Hi Kevin

RE: [WSG] CSS off button

2010-01-22 Thread Erickson, Kevin (DOE)
...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Oliver Boermans Sent: Friday, January 22, 2010 4:54 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS off button Hi Kevin On 23 January 2010 06:52, Erickson, Kevin (DOE) kevin.erick...@doe.virginia.gov wrote: Could anyone

RE: [WSG] CSS off button

2010-01-22 Thread Ted Drake
: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Oliver Boermans Sent: Friday, January 22, 2010 4:54 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS off button Hi Kevin On 23 January 2010 06:52, Erickson, Kevin (DOE) kevin.erick...@doe.virginia.gov wrote