Jump to content

cosanostra

Newbie
  • Posts

    1
  • Joined

  • Last visited

Everything posted by cosanostra

  1. IE 8. Release Candidate 1. Если раскомментировать /*border-collapse: collapse;*/, левая и правая границы таблицы прорисовываются красным цветом. IE6, IE7, FF, Opera, Safari этим не грешат. Баг ? [size=1]<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en"> <head> <title>1</title> <style type="text/css"> table { border: hidden 0px Red; /*border-collapse: collapse;*/ } </style> </head> <body> <div style="padding: 10px"> <table> <tr> <td>a11</td> <td>a12</td> </tr> <tr> <td>a21</td> <td>a22</td> </tr> </table> </div> </body> </html>[/size]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy