| brian on Oct 20, 2009 at 8:47:01 AM (# 4) Thanks...didn't realise it would do that when posting from firefox. oh well. MHenke on Oct 20, 2009 at 9:04:15 AM (# 5)You're welcome! :) ChrisRickard on Oct 20, 2009 at 9:49:30 AM (# 6)Gone are the days when browsers would just let you open up any window you wanted, anywhere on the screen, at any size with or without any browser adornments. Anyone remember the chromeless windows project? They were able to do some pretty awesome things with it. brian on Oct 21, 2009 at 1:01:21 AM (# 7)I remember experimenting with some full screen stuff where you could make a full-screen window and size it down to remove the border etc. kinda sorta worked. Terry Young on Nov 12, 2009 at 9:52:08 AM (# 8) This message has been edited.chromeless windows... geeeez... those were like almost a decade ago...
http://www.siteexperts.com/forums/viewConverse.asp?d_id=5890
Oh, what a dumbass I was back then. Forgive me. IE4/NS4 can sometimes make people rather psychotic.
Anyway, popup window "absolute positioning" or "floating divs" should be some terms neerajpn47 should be searching for.
I'm still waiting for the day IE can catch up so that we can just safely use "position: fixed". I had this idea a few monthes ago to change my stratigy and start off with fixed positioning first, then code for "backward"-compatibility. Code for non-IE browser would, in theory, be more straight-forward and efficient. Never really had the time to actually take action though. ChrisRickard on Nov 16, 2009 at 5:17:11 PM (# 9)IE7 and 8 can do position:fixed Terry Young on Nov 17, 2009 at 6:04:23 PM (# 10)The story behind mine is that I'm stuck in between new and old libraries I've written, old ones written before IE7 got out. Turns out some bad decisions were made back then, other bad decisions were made when I started writing new ones.
|