OZONE Asylum
Forums
Site reviews!
New WebSite - please express opinions
This page's ID:
29527
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Just tried in IE6. No QuickTime = No site = Thanks but no thanks. From what I could glance in the source code, document.body.innerHTML and by unscrambling the JS, the code and markup are ... sub obptimal and screaming 1998. Seriously ?[ulist]* using the cumbersome [i]clip[/i] property instead of a container in [i]overflow:hidden;[/i] * [i]parsetInt( style.foo )[/i] instead of [i]offsetFoo[/i] * [code]if(this.func) { eval(this.func); }[/code]instead of[code]if( 'function'==typeof(this.func) ) { this.func(); }[/code] Didn't anyone tell you that eval is evil ? * why [code]if (func) { this.func = func; } else { this.func = null; }[/code]instead of[code]this.func = func||null[/code]or better[code]this.func = 'function'==typeof(func)?func:null;[/code] * [i]document.all[/i] & [i]document.layers[/i] all over the place * [i]cpPrevious = '<a href="javascript:void(0)" onClick="controlPages(1); return false;" onmouseover="displayText(\'Previous page\'); return false" onmouseout="displayText(\'\'); return false" onfocus="this.blur(); return false"><< Previous</a>';[/i] ?! can't you use a SPAN with a className or title attribute for that and a global mouseOver/mouseOut event listener :rolleyes: * [i]theArrayOfPages = new imageFolders('\n<table width="'+contentWidth+'" border="0" cellpadding="0" cellspacing="0">\n<tr>\n<td align="center"><img src="'+ciImg[ i ]+'"></td>\n</tr>\n</table>\n');[/i] I don't think this requires a TABLE * ...[/ulist]From what I see, it's supposed to be some kind of image gallery with scrolling elements and sounds. Unfortunately it's absolutely inaccessible. FWIW recently I worked on an image gallery thing. To make sure the accessibility police does not hunt me down I tested it in Lynx and unobstrusively Ajax-ified it. [url=http://www.p01.org/][img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_neon88x31.gif[/img][/url] [small](Edited by [url=http://www.ozoneasylum.com/user/2185]poi[/url] on 09-13-2007 11:18)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »