| Shelagh ( @ 2008-12-30 19:44:00 |
I'm trying out the 'sliding doors' technique for creating pretty tabs on a web page:
http://homepage.ntlworld.com/shelagh.le wins/shelagh/games/tabs_01/testindex.htm l
This is from "A List Apart":
http://www.alistapart.com/articles/slid ingdoors2/
and seems very cool.
I've also implemented a max and min width which is a bit scary in IE: since it doesn't support the css commands directly, I've used javascript instead. I'm nervous because there seem to be a lot of ways this approach can crash. This version *currently* works on *my* (well Al's) machine. If anybody would like to try it in any flavour of IE on their machine and report any problems, I'd be very grateful. Things which may break it include opening the doc in a small IE window (so that it's already below the minimum size).
http://homepage.ntlworld.com/shelagh.le
This is from "A List Apart":
http://www.alistapart.com/articles/slid
and seems very cool.
I've also implemented a max and min width which is a bit scary in IE: since it doesn't support the css commands directly, I've used javascript instead. I'm nervous because there seem to be a lot of ways this approach can crash. This version *currently* works on *my* (well Al's) machine. If anybody would like to try it in any flavour of IE on their machine and report any problems, I'd be very grateful. Things which may break it include opening the doc in a small IE window (so that it's already below the minimum size).