|  | Posted by J. Muir on 12/05/06 17:06 
In article <Zg3dh.149795$Fi1.99392@bgtnsc05-news.ops.worldnet.att.net>,"Beauregard T. Shagnasty" <a.nony.mous@example.invalid> wrote:
 
 
 > Your code is old-style, circa 1995. Look at some modern three-column
 > templates:
 > http://css-discuss.incutio.com/?page=ThreeColumnLayouts
 
 Thank you guys so much for the info.
 
 I am old school. I think I learned most of my techniques from this board
 starting in about 1997. (Is Jukka still around? He was great! -- yep, I
 just went and checked and saw his name. Thanks for all the help, Jukka.)
 
 Went and looked at those 3-column templates, and found some that will
 work great, and I was able start modifying them.
 
 So that's the way to go these days, huh? .css files and all. If so, I
 guess I'll start getting familiar with it.
 
 I dig the re-sizing depending on window size thing. That's the "fluid"
 part, yes?
 
 Sorry 'bout the old school questions.
 
 Thanks again.
 
 
 
 
 > Use a complete (Strict) doctype, such as:
 >
 > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
 >    "http://www.w3.org/TR/html4/strict.dtd">
 >
 > Your Java applet didn't crash my Firefox or Opera; I got a same-sized
 > white box offering to "download the plugin" (I do have the latest Java
 > installed).
 >
 > With Internet Explorer 6, the light green sidebars are way wider than
 > the other two browsers, and cause the page to have a horizontal scroll
 > bar, not fitting in the IE window.
 >
 > Think fluid.
 > Think CSS.
 [Back to original message] |