Whats with the delay of the new site?

Almost done! I had to wrap up the Evergrey site which is launching here in a bit, now I am porting over old SymX content to the new design which is now complete. copy/paste, add CSS, copy/paste, add CSS oh my! I will probably launch the site in couple days and add as I go just to get it launched again since X starts the Euro tour.
 
Also, one thing that flubbed me is I had the same problem as I ended up with the Evergrey site where I coded myself into a wall then had to go back and recode to fix it all grrr. I hate browsers sometimes!
 
Hmmm perhaps it's one of those PEBCAK things.. ;)
(PEBCAK = Problem Exists Between Chair And Keyboard..hehe!)
 
MetalAges said:
Also, one thing that flubbed me is I had the same problem as I ended up with the Evergrey site where I coded myself into a wall then had to go back and recode to fix it all grrr. I hate browsers sometimes!

Just put a disclaimer like:

"Best viewed at my house on my computer with my browser, okay?"
 
I support this philosophy when I build sites: Do things by the book (use standards) and if the browser doesn't support it--their bad.

Of course you don't want to use exotic code or anything. But a simple HTML 4.0/CSS site done by the book works in most browsers.

Oh, and if you make it Windows IE only I'll leave a flaming bag of poo on your doorstop! ;)
 
Yeah my problem came from using layers inside of iframes, with CSS (Cascading style sheets)...apparently the CSS wot work through iframes, and layers wont fall outside of iframe boundaries either. Also background images that are "fixed" wont "fix" inside layers/iframes. New design is done now though and porting content over as we speak, almost there! (finally)
 
MetalAges said:
iframes rule man,what don't you like about them? (other than a 8+ year old browser not supporting them :) )
1337 H4X0R5 don't use iframes. You're not supposed to mix content with structure/appearance. You use HTML for content and then use CSS to mold it. Just my $0.02.