OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
IE hates me and I'm too dumb to see why
This page's ID:
28493
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
Your site looks ok in IE6. There's a JavaScript error on the Photo page. Replace [i]document.mainimage.src = list.options[list.selectedIndex].value;[/i] by [code]var m = document.getElementById('mainimage')||document.images['mainimage']; if( m )m.src = list.options[list.selectedIndex].value;[/code] Also the whole markup could be much cleaner: First things first, run your page through the W3C validator to see the deprecated tags and custom attributes you're using. Clean them, as well as all the unnecessary empty tags ( i.e. [b]<p> </p>[/b] , [b]<h1> </h1>[/b] , [b]<p> </p>[/b] , ... ) whose effect is better achieved using CSS. Navigations are best done using UL and LI. After all they are just a list of links, so use the right tags for it. Also there's no need to use 5 times [i]class="navitem"[/i]. You know it's a navitem since its a descendant of [i]#navcontainer[/i]. Chances are that you don't even need the [i]class="navitemlast"[/i] either. The markup of the Photos page needs no TABLE. Using CSS set the #main to [i]text-align:center;[/i] Add a FORM around your form fields, and you're done. Hope that helps. And sorry I mostly check the Quickchanges page which makes me miss some threads at times. ... funny images btw ;) [url=http://www.p01.org/][sigrotate][img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_love.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_love_small.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_charly.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_dk.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_reason.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_galaxy.gif[/img][/sigrotate][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »