Date XML in HTML
De ce nu trebuie sa includem date XML in fisiere HTML? Pentru ca aceasta va lucra numai in Internet Explorer.
Ce sa folosim in loc? JavaScript si XML DOM.
Totusi, iata un exemplu pentru fisierul cd(preluat de la w3schools.com):
<html>
<body>
<xml id="cdcat" xsrc="cd_catalog.xml"></xml>
<table border="1" datasrc="#cdcat">
<tr>
<td><span datafld="ARTIST"></span></td>
<td><span datafld="TITLE"></span></td>
</tr>
</table>
</body>
</html>
Transparent and Semi-Transparent Images in WebPages
http://www.dreamincode.net/code/snippet188.htm
http://www.daltonlp.com/view/217
http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/
http://www.cssdrive.com/index.php/forums/viewthread/81/#144
http://www.mandarindesign.com/opacity.html
CSS Hacks -> CSS && IE
http://www.seo-romania.com/forum/showthread.php?t=82
http://www.webdevout.net/css-hacks
http://webdesign.about.com/od/internetexplorer/a/aa082906.htm
http://centricle.com/ref/css/filters/
http://css-discuss.incutio.com/?page=CssHack
http://www.positioniseverything.net/