On Mar 11, 6:58 pm, Bergamot <berga...@visi.com> wrote:
> Post a URL so we can see what you have done. Do not post code.
Berg, thanks for taking the time to look at this. Here is the URL
( sorry for the delay in response):
http://nerdcraft.net/survey.html
I have the grid of 1-5 questions and radio button answers layed out in
a table. I couldn't find a tutorial for a css grid, so I hacked it for
now. Ideally, I would like to have the question layout in css.
Problems with the progress bar:
In IE, the css progress bar is properly center aligned, but the
progress part is also center aligned within the bar , which is a
problem. The progress part should right left-aligned.
In firefox, the progress area is properly left-aligned, but the whole
bar is left-aligned. I want it to be in the center.
Also, in firefox, the 'add comment' part is broken -- it extends the
content area down past the footer.
I'm thinking the progress bar would also be easier to do as a table,
with fixed pixel widths, instead of css.