<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html PUBLIC '-//W3C/DTD XHTML+Voice 1.2 /EN' 'http://www.voicexml.org/specs/multimodal/x+v/12/dtd/xhtml+voice12.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:ev='http://www.w3.org/2001/xml-events'>
<head>
<link rel='stylesheet' href='http://pabi3.com/modules/items/voice.css' type='text/css' media='all' />
<form xmlns='http://www.w3.org/2001/vxml' id='title'>
<block>
The article Ako zhodit Internet Explorer? is written by PaBi3
</block>
</form>
<form xmlns='http://www.w3.org/2001/vxml' id='body'>
<block>

Existuje naozaj mnoho sposobov ako zhodit Internet Explorer. Na jeden som narazil aj sam - cistou nahodou. Staci, pokial si vyskusate nasledujuci kod spustit v Internet Exploreri 6 alebo 7. Hlavny problem spociva v operatore, ktory sa pouziva pri porovnani velkosti clienWidth, cize &lt;. Operator &gt; pracuje bez problemov.


&lt;!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd'&gt;
&lt;html xmlns='http://www.w3.org/1999/xhtmlp xml:lang='sk'&gt;
&lt;head&gt;
&lt;meta http-equiv='Content-Type' content='text/html; charset=utf-8' /&gt;
&lt;style type='text/css'&gt;
//&lt;![CDATA[
div { width:430px; border:1px solid black; }
div img { max-width:430px; width:expression(this.clientWidth &lt; 430 ? '430px':'auto'); }
//]]&gt;
&lt;/style&gt;
&lt;title&gt;IE Crash&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div&gt;
&lt;img src='image.gif' alt='IE Crash' title='IE Crash' /&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</block>
</form>
<form xmlns='http://www.w3.org/2001/vxml' id='full'>
<block>
</block>
</form>
<base href='http://pabi3.com/' />
<title>Ako zhodiť Internet Explorer?</title>
</head>
<body ev:event='load' ev:handler='#title'>
<a href='http://pabi3.com/blog/ako-zhodit-internet-explorer/' title='Návrat'>Návrat</a>
<h1 style='padding:0.5em;'>Ako zhodiť Internet Explorer?</h1>
<ul>
<li ev:event='click' ev:handler='#body'>Speak introduction</li>
<li ev:event='click' ev:handler='#full'>Speak full</li>
</ul>
</body>
</html>
