Hello, my username is ThirdQED. It has been about a year since I last visit this site. Anyhow, as I was fixing my profile layout, I run into a few problems:
-----
Problem #1: Long links breaks my column layout:
--IE doesn't support Overflow.
**Temporary Fix: Overflow replaced with word-wrap.
-----
Problem #2: Major web browsers' differences in calculating widths:
--IE calculate everything from margins to padding into the total of a property.
--Other major browsers calculate the width of div boxes by taking the width property value PLUS margins, padding and borders.
**Temporary Fix: Fixed by applying div within div.
Meaning I applied something like this example (sorry if the code fails to show up):
-----
Of course both are just temporary fixes for now. Do you know of a better way to fix these problems? If you do, please do teach me. I've been trying to look for alternative fixes but not much luck :-( Also, the fixes don't have to be compatible with IE6 and FF2 or below. I am looking at anything that works with IE 7+, FF 3+, Safari 4+, and Chrome 4+.
I used conditional comments on my column to fix IE's nonsense. You have to use non-standards-compliant "<!...>" tags, but the stuff that Advicenators adds gives you no hope of ever being compliant, anyway.
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.