normanha Posted January 22, 2014 Posted January 22, 2014 Dear I'm development an windowless application , and I have problems with some edges that insist on staying on the page. Look at the prints I took of the page during an inspection of the elements. Developed a custom login form and inject the HTML into the page using the TUniHTMLFrame . To leave my main div maximized , it was necessary to reset the stylesheet of the page using " ClientEvents.ExtEvents.window.show " TUniForm used as the example below . Event code. function window.show(sender, eOpts ) { sender.addClass('resetCSS'); } Code style sheet. .resetCSS html, body , div , span , applet, object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre, a, abbr , acronym , address , big , cite , code , del , dfn , in , font , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup, tt , var , b , u , i , center , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td { border: none ; border-style : none ; margin: 0 ; padding: 0 ; outline : 0 ; font-size : 100 % ; vertical - align: baseline ; background: transparent ; } Is there any way to solve this problem? I realize that the very UniGui generates html unnecessary when using TUniHTMLFrame and I wonder if it is possible to minimize or eliminate this process . I await feedback and any questions I am available. Regards. Quote
normanha Posted January 23, 2014 Author Posted January 23, 2014 Dear Please, any suggestions? The HTML page should be mayor, I've tested in Firefox (26), Google Chrome (32.0.1700.76) and IE (11) without success. Regards. Quote
thiagopedro Posted May 1, 2018 Posted May 1, 2018 how did you do that effect? https://imgur.com/a/FR4go4w Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.