[css-d] Form display:inline CSS directives seem to fail when viewing via back button in Firefox

2006-12-04 Thread Wes Gamble
I have a page with two forms on it. I want the respective submit buttons of each form to appear next to each other, inline, so I set style=display: inline; on each form. When I first view the page in Firefox, it displays as expected, with the two buttons next to each other. However, if I

Re: [css-d] Form display:inline CSS directives seem to fail when viewing via back button in Firefox

2006-12-04 Thread David Hucklesby
On Mon, 04 Dec 2006 11:04:44 -0600, Wes Gamble wrote: I have a page with two forms on it. I want the respective submit buttons of each form to appear next to each other, inline, so I set style=display: inline; on each form. May we take a look, pretty please? Cordially, David --

Re: [css-d] Form display:inline CSS directives seem to fail when viewing via back button in Firefox

2006-12-04 Thread Wes Gamble
I've already come up with a workaround, thanks though. David Hucklesby wrote: On Mon, 04 Dec 2006 11:04:44 -0600, Wes Gamble wrote: I have a page with two forms on it. I want the respective submit buttons of each form to appear next to each other, inline, so I set style=display: inline;