So, I had to make and HTML version of a Flash site. Had to be simple, simple HTML. But I absolutely had to maintain a graphic layout. Turned out a helluva lot more difficult than I thought because of three elements that must line-up… and still look awesome no matter what size screen and resolution you’re using. The graphic elements are also infinite, disappearing off the top bottom and sides.
Tried lotsa stuff, CSS almost did the trick… but nah, couldn’t get it to work…
So for shits-'n-giggles, I put together a horrendous nested frameset combo.
And lo’ it worked!
I have one main frameset of three - each of those is a framset of three, the only scrolling frame (which is the content frame and the only one that changes) is smack in the middle of this zany checkerboard.
So, before I go and tell my boss “hey, check this out! I got it to work in almost pure HTML!” Tell me why it’s a bad idea (forgetting about search engine reasons for the moment).
Frames are always getting pooh-poohed as be so passé, they are often frowned upon.
Truthfuly, I wasn’t planning on keeping it like this. But after goofing around for several hours, I now feel the need to to justify dumping it.