Jump to content

nadavvin

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by nadavvin

  1. It's okey, I get answer that ir is not possible with the condition I set, now it work with tham.thanks.
  2. I want to do two layouts which placed in the same row.I don't want to use in absolute or float: <!DOCTYPE htmlPUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head> <title>test</title> <style> body { direction:rtl; width:700px; display:block; } #a { width:100%; height:30px; background-color:#ff0000; } #b { width:25%; margin-left:75%; height:50px; background-color:#00ff00; } #c { width:25%; margin-right:75%; height:50px; background-color:#0000ff; } </style></head><body> <div id="a"> </div> <div id="b"> </div> <div id="c"> </div></body></html> How do I do it?
  3. "width pixels% Specifies the width of the table cell. Deprecated. Use styles instead. TF"How can I set different width for different columns in strict?
  4. HelloI want to set margine to all the content of one tag.How do I do it without mention all the posibble tags?like:#myclass div {margin-left:5px;}Thanks for your help.Nadav.
  5. Thanksis there a program that follow the modules and create one big DTD?
  6. HelloIf you see the SVG DTD you don't see anything useful.DTD use to define all the tags and its proprties of XML document, Why doesn't the SVG DTD do it?http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd
×
×
  • Create New...