EasyUI Forum
September 16, 2025, 12:06:43 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: span a form over two tabs  (Read 5526 times)
rezzonico
Full Member
***
Posts: 186


View Profile
« on: November 05, 2018, 12:44:08 PM »

Hi all,

I have a problem with a form that span over two tabs.

In the following code (without the "form" tag) the tabs are displayed correctly (in percent width as I need):
http://195.144.40.170/jeasyui/PPP.5/file1.html

But after adding the "form" tag the tabs are not displayed correctly:
http://195.144.40.170/jeasyui/PPP.5/file2.html


Any help is appreciated.
Thanks.
Miche
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: November 06, 2018, 01:15:35 AM »

Add the CSS code to your page.
Code:
   <style type="text/css">
    html,body,form{
      height: 100%;
    }
   </style>
Logged
rezzonico
Full Member
***
Posts: 186


View Profile
« Reply #2 on: November 06, 2018, 06:48:15 AM »

Thanks !
Miche
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!