Closed Thread Icon

Preserved Topic: DHTML compatability Chart (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18414" title="Pages that link to Preserved Topic: DHTML compatability Chart (Page 1 of 1)" rel="nofollow" >Preserved Topic: DHTML compatability Chart <span class="small">(Page 1 of 1)</span>\

 
Hugh
Paranoid (IV) Inmate

From: Dublin, Ireland
Insane since: Jul 2000

posted posted 07-07-2002 14:38

C:\Prompt> posted this in a reply to a post in the CSS cell: http://www.webreview.com/style/css1/charts/mastergrid.shtml
Its a css master grid/chart showing what hot/not with the various browsers. I was wondering , does anyone know where I can get a DHTML version ?

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-08-2002 19:31

Apparently not =) You're best off searching Google. However, you can always figure out which browsers support what through manual testing, and when you're not sure, you can always do something like this:

if (document.createElement)
{
var par = document.createElement('p');
doSomething(par);
}
else
{
return; // this browser can't handle document.createElement, so just don't do this part of the script.
}

« BackwardsOnwards »

Show Forum Drop Down Menu