treehouse : what would you like to learn today?
Web Design Web Development iOS Development

webwiz

  • HTML/CSS Navigation

    @DAVIDFON - If you are not quite prepared to learn PHP at the moment, there is a simple alternative to frames that I used for several years. Check out "Server Side Includes" (SSI). Most web hosts support it: Wikipedia explanation of SSI A…
    Comment by webwiz September 2008 permalink
  • What's the benefit of using em's instead of px's?

    I have just been struggling with the same dilemma. While it's not quite true that pixels cannot be resized in IE 6 -- they can, but only with difficulty -- I found that percentages or EMs are not consistent across browser-land. Fortunately, al…
    Comment by webwiz September 2008 permalink
  • Font Size in IE versus Firefox

    Sorry to say this, but there is absolutely no way you can control font sizes at the user end. Of necessity, font sizes are under user control, and the sizes also depend on various computer settings as well as browser settings. My Firefox is set to 1…
    Comment by webwiz September 2008 permalink