Re: [css-d] Displaying Hidden s

2006-09-01 Thread Zoe M. Gillenwater
George L Smyth wrote: > I have an FAQ page that lists questions and when the user clicks on the > question the answer is displayed below. I am using JavaScript to flip the > display style property of the answer. This works just fine. > > If one does not have JavaScript enabled I am using to set

Re: [css-d] Displaying Hidden s

2006-08-25 Thread MarcLuzietti
George, This is a JavaScript/web standards question, and so off-topic, however; the proper way to do it would be to have the default CSS set to display, and then use an onLoad event to set those CSS classes to display:none;. You won't have to worry about . -- Marc Luzietti Flagship Project Ba

[css-d] Displaying Hidden s

2006-08-25 Thread George L Smyth
I have an FAQ page that lists questions and when the user clicks on the question the answer is displayed below. I am using JavaScript to flip the display style property of the answer. This works just fine. If one does not have JavaScript enabled I am using to set display to block, i.e. .FullI