<?xml version="1.0" encoding="utf-8"?>
<!-- If you are running a bot please visit this policy page outlining rules you must respect. http://www.livejournal.com/bots/ -->
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:lj="http://www.livejournal.com">
  <id>urn:lj:livejournal.com:atom1:emdin_dev</id>
  <title>emdin_dev</title>
  <subtitle>emdin_dev</subtitle>
  <author>
    <name>emdin_dev</name>
  </author>
  <link rel="alternate" type="text/html" href="http://emdin-dev.livejournal.com/"/>
  <link rel="self" type="text/xml" href="http://emdin-dev.livejournal.com/data/atom"/>
  <updated>2006-04-04T08:15:07Z</updated>
  <lj:journal userid="9810889" username="emdin_dev" type="personal"/>
  <link rel="service.feed" type="application/x.atom+xml" href="http://emdin-dev.livejournal.com/data/atom" title="emdin_dev"/>
  <link rel="hub" href="http://pubsubhubbub.appspot.com/"/>
  <entry>
    <id>urn:lj:livejournal.com:atom1:emdin_dev:1224</id>
    <link rel="alternate" type="text/html" href="http://emdin-dev.livejournal.com/1224.html"/>
    <link rel="self" type="text/xml" href="http://emdin-dev.livejournal.com/data/atom/?itemid=1224"/>
    <title>эмуляция max-width в IE</title>
    <published>2038-01-19T03:14:07Z</published>
    <updated>2006-04-04T08:15:07Z</updated>
    <category term="html"/>
    <category term="css"/>
    <content type="html">Эмуляция свойства css2 max-width для IE:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;html:&lt;br /&gt;&lt;br /&gt;&amp;lt;table class="liquid"&amp;gt;&lt;br /&gt;&lt;br /&gt;css: &lt;br /&gt;&lt;br /&gt;table.liquid&lt;br /&gt; {&lt;br /&gt; max-width: 780px;&lt;br /&gt; width:90%;&lt;br /&gt; width:expression( document.body.clientWidth &amp;gt; 780 ? "780px": parseInt(document.body.clientWidth*0.9)+"px");&lt;br /&gt; }&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;На выходе получаем таблицу, которая занимает 90% ширины экрана (пока ширина эта меньше 780px) и 780px при дальнейшем растягивании.</content>
  </entry>
</feed>
