coldfusion flash integration:
Just starting out with flash forms.... problem is that my background is not white, which is what the default is for the generated flash form... is there a way to change the background color of a cfform with type=flash? Thanks!
Marco - Thanks for the link. That's close wo what I want to do, but I want it to apply to a panel, not the whole application. From both that example and my experimentation. it seems that's not possible.
Why no? Check this: <cfform name="name" action="" format="flash" skin="haloBlue" style="background-color: ##006699;">
Right, the background-color style works great. No problem there. But the background-image style doesn't. <cfformgroup type="panel" label="Preview" style="backgroundColor:##ddddff; backgroundImage:url(grapes.jpg);"> Or am I specifying it incorrectly?
I can change the background color of the form ok now.. .but, the problem is that it displays a HUGE area of white, with my form in the upper left hand corner... How do I change the color of this white block? How do I center the form, horizontally? Does anyone know of any tutorials that I can get a little more info... Thanks!
As for the white space: by specifing a background-color for the head form tag. And for the horizontal align: I have looked into this quite a bit, but could not find anything but to use margin-left and eyeball it Good luck!
Don't see what you're looking for? Try a search.
|