Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rendezvouscp

macrumors 68000
Original poster
Aug 20, 2003
1,526
0
Long Beach, California
I try not to bug the geniuses around here too much, but I'm stumped and need some help. The site in question is here, and it's my upcoming design for my website. I've tried to make it incredibly minimalist, very clean, very accessible, all while being pretty cool technology wise, but I'm having problems. Here are my sad stories.

First problem: I'm using Invasion of the Body Switchers - Look Who's Switching Too (IOTBS2.0) for all of my preference settings (color, sidebar side, and text size). It's working well in most browsers, with the wonderful ( :mad: ) exception of IE 6. IE 6 has problems with the color switcher, and usually crashes while switching the colors (but not sidebar sides or text size). Here is the key JS file used in setting the preferences, and the only other change I've made to the IOTBS2 code is changing the cookie name used in the key JS file. What's odd about this bug is that it's only effecting my color switching, and nothing else. I suppose that it's a JS problem since JS seems to be the only thing that could actually crash and freeze and application, but anyone with any ideas, please post!

Second problem: IE 5 Mac and Opera aren't handling the scripts I'm using for the preferences drop-down very well, and I'd like to just hide the div that they're in. I've found plenty of things for IE 5 Mac, but is there a CSS @import hack or any other CSS hack that I can use for just each of them, or both of them? It doesn't matter if it's hiding CSS or showing CSS just to the two, because I can work with both methods.

There's a few more bugs that I have to work out that are on my browser bug list, but these two concern me the most. Also, I'm plenty aware the the colors leave something to be desired (I'm sure my color schemes are a joke to the designers out here), but if you like a specific color (or have suggestions) please post too! Thank you to anyone who takes a stab at my problems and posts here.
-Chase
 
rendezvouscp said:
Second problem: IE 5 Mac and Opera aren't handling the scripts I'm using for the preferences drop-down very well, and I'd like to just hide the div that they're in. I've found plenty of things for IE 5 Mac, but is there a CSS @import hack or any other CSS hack that I can use for just each of them, or both of them? It doesn't matter if it's hiding CSS or showing CSS just to the two, because I can work with both methods.

Here are some suggestions for IE 5 Mac: http://www.l-c-n.com/IE5tests/hiding/

And here is something for Opera 7 (don't know about 8 so): http://virtuelvis.com/archives/2004/01/css-for-opera-7

I hope that helps, if not keep posting.
 
Thanks c2uk, the IE link did the trick, and I'm not that concerned about Opera since I have other issues with it and I rarely have someone use my site with Opera.

I just uploaded a new build with quite a few fixes for Camino, Firefox, and Mozilla, but I'm still lost as to what's going wrong with IE 6. Any suggestions are welcome.
-Chase
 
Just had a look onto your website with IE6 and recognized that the sitemap dropdown isn't working. If that's something you are concerned about at the moment, I suggest you have a look at Suckerfish Dropdowns.

I can't really help you much with JavaScript because I try to avoid using JavaScript when coding a website.

c2uk
 
c2uk said:
Just had a look onto your website with IE6 and recognized that the sitemap dropdown isn't working. If that's something you are concerned about at the moment, I suggest you have a look at Suckerfish Dropdowns.
c2uk

I actually started off using Suckerfish Dropdowns, but decided I wanted to use transparency so I cut off IE from using the site map dropdown. Thanks though.

Tonight I'm going to try and take it apart one by one to see exactly what part of the transformation from the demo page provided to my website is making IE crash. I'll post if I find out what's going on. Thanks!
-Chase
 
c2uk said:
Just had a look onto your website with IE6 and recognized that the sitemap dropdown isn't working. If that's something you are concerned about at the moment, I suggest you have a look at Suckerfish Dropdowns.

I can't really help you much with JavaScript because I try to avoid using JavaScript when coding a website.

c2uk

I defintely second this. I have gotten to the point where I completely try to avoid javascript unless I absolutely half to. I would choose to leave out an effect like trasnparency (or fake it with bg images) in turn of using Javascript and seperate browser support.


Also, props on Valid XHTML strict.
 
MrSugar said:
Also, props on Valid XHTML strict.

Thanks, for some silly reason having valid code means the world to me.

I figured out the problem with IOTBS2 and IE. My CSS files for the color switcher all had @imports in them to prevent IE from seeing some code for standards compliant browsers. When IE loaded the stylesheet, it came across the @import and flipped out, creating an automatic crash. Solution? Take out the @imports in the stylesheets used by IOTBS2.
-Chase
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.