On Tue, Jan 31, 2006 at 04:21:52PM +0530, Kenneth Gonsalves wrote:
On Tuesday 31 Jan 2006 4:13 pm, Philip Tellis wrote:
??Please enable javascript in your browser. HBCSE site wont bite :) Its
what about lynx users?
forget about them
Ah, story time. I recently built a web site. CSS for layout, few tables (for tabular data), XHTML strict... more or less. Due to IE's box model being different, I had to hack the CSS. So, the CSS won't validate. Then we found that one page -- just one page -- would cause a crash on IE if printed or print-previewed. I traced the problem to an absolutely positioned content div. At first I said "forget about IE" but then I worked around by having a print style sheet that didn't do absolute positioning. I couldn't allow printing of the header graphics either but arguably that's a good thing.