Topic: IE hates me and I'm too dumb to see why (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=28493" title="Pages that link to Topic: IE hates me and I&amp;#039;m too dumb to see why (Page 1 of 1)" rel="nofollow" >Topic: IE hates me and I&#039;m too dumb to see why <span class="small">(Page 1 of 1)</span>\

 
Synthetic
Paranoid (IV) Inmate

From: under your rug,
Insane since: Jul 2001

posted posted 10-01-2006 09:58

http://nikibreese.com

This works fine in all browsers I tried other than IE.

Goto the site with IE, click on the reviews.html and then back to the index.html, notice the layout jumps
out of line and off to the left side. This is a crazy simple layout with minimal code, so where
am I screwing it up? Other browsers are smart enough to work, but surely there is a simple fix
for IE right?

(oh and hello everyone, I like where the site is going, wish I had more time lately to hang around)


Synthetic's Chess Player Page

(Edited by Synthetic on 10-01-2006 10:04)

Synthetic
Paranoid (IV) Inmate

From: under your rug,
Insane since: Jul 2001

posted posted 10-10-2006 06:30

I think I've figure that part out, getting issues with photos page not likely IE but working fine in the rest >.<

Off point, seriously no help in the last 9 days? I miss the old days

Synthetic's Chess Player Page

poi
Paranoid (IV) Inmate

From: Norway
Insane since: Jun 2002

posted posted 10-10-2006 09:14

Your site looks ok in IE6.

There's a JavaScript error on the Photo page. Replace document.mainimage.src = list.options[list.selectedIndex].value; by

code:
var m = document.getElementById('mainimage')||document.images['mainimage'];
if( m )m.src = list.options[list.selectedIndex].value;



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. <p> </p> , <h1>&nbsp;</h1> , <p>&nbsp;</p> , ... ) 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 class="navitem". You know it's a navitem since its a descendant of #navcontainer. Chances are that you don't even need the class="navitemlast" either.

The markup of the Photos page needs no TABLE. Using CSS set the #main to text-align:center; 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

Synthetic
Paranoid (IV) Inmate

From: under your rug,
Insane since: Jul 2001

posted posted 10-14-2006 03:49

Thanks for the feedback and advice, will have to look into this when I get home

Synthetic's Chess Player Page



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu