A funny web development story
I had a page with IE, FF and Opera open, and IE showed the page wrong. I guessed that IE was stupid and FF and Opera were right (it was IE6, afterall), but upon further inspection of the code, IE was actually right! I had put in a div tag with a center align, but expected the upcoming element to be aligned to the left... To think that Opera and Firefox both rendered the page incorrectly (but still the way I wanted it) ... I won't be using IE anytime soon, but thankfully there are multiple web browsers out there (at least for debugging purposes)
Labels: development
