It seems that the Maintain form editor only creates CSS that uses absolute positioning, width, height, etc. for controls on forms. Is that true?
What would be the easiest way to give a control, for example, a text control, a width of 100% on my form rather than an absolute px value? I'd like to have a title at the top of my form that stretches across the entire with of the browser window. Is this possible? I've made some attempts at overriding CSS values for form controls but I haven't been very successful so far. I've looked at the manuals and tried using:
form.cssname = "myfile.css"
then
formname.control.cssclass = "my CSS class";
to override the control's CSS.
The problem is, if I create a CSS file in my project in the HTML virtual folder or the Other virtual folder, what is the path to that CSS file or how can I determine the path to that CSS file? Should my first code snippet above look like this?
form.cssname = "/APPROOT/myfile.css"
My approot is "d:\ibi\apps".
I'm using Maintain 7.6.2 on Windows XP.
Thanks in advance!
FOCUS 7.7.03
WebFOCUS 8.0.x/8.1
z/OS, Windows