* Ksenia Marasanova[2005-07-27 23:06:37 +0200]: > > form.quixote[action] > div.widget { > > float: none; > > } > > > > form.quixote[action] > br.widget { > > display: none; > > } > > I see, it causes some really weird CSS problem in Firefox. PTL escaped > ">" character in stylesheet. If you correct it the problem wil go > away. > -- > Ksenia Ksenia, You are correct about the ">" --> ">" substitution. When I pulled the css code from the rendered html and subsituted the css quixote call for the fixed code the submit button started working well in the Firefox. However, I don't think that's a bug in my application as all I do is import basic css from quixote and the rendering code is straight from the quixote2 forms demo. It looks like a bug in quixote for all I know. Thank you! Alex.