D
D
des1roer2015-01-20 08:50:43
HTML
des1roer, 2015-01-20 08:50:43

How to beat IE?

I'm probably not the first and not the last who struggles with this browser. The </form>ie tag works like </tr>.
How to remove it7
ie 9
nXgVMRc.png

<tr>
      <td colspan="2">
    <body onload=display_ct();>
    <span id='ct' ></span>
    </td>
  
      <td colspan="3">
    <input type="submit" name="ok" value="Принять" onclick="document.getElementById('newForm').submit()"></div>
    </td>
     </form>	
      <td colspan="2">



      
  <form name="form1" id="view"  method="post" action="aglo_view.php">
      <input name ="dat" type="hidden" value="20.01.2015">
    <input type="submit" name="ses" value="Вернуться" onclick="document.getElementById('view').submit()">

    
  </td>
    </tr>
  </form>

as you can see </tr>no

Answer the question

In order to leave comments, you need to log in

6 answer(s)
D
des1roer, 2015-01-20
@des1roer

the mistake was that the first one <form>was in front of<td>

D
Dmitry, 2015-01-20
@dimsog

What tag, screenshot? What version of IE?

P
Pavel, 2015-01-20
@ProgramCodePav

tried box-sizing for div'ov to use? This property allows you to perceive the width of an object in different ways. try border-box

S
Sergey Melnikov, 2015-01-20
@mlnkv

you're missing a closing tag somewhere

B
bio, 2015-01-20
@bioforge

Most likely somewhere there is an error in the layout, throw off an example of the layout.

U
ultrabi4, 2015-01-20
@ultrbi4

<body onload=display_ct();>
What's forgotten here? )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question