0
votes
IE not autosizing width of absolutely positioned element
Here's something that may work for you. It's a little hacky, but if you're trying to find a good width for some text, this is the only way besides javascript that I know of. We're basically forci …
2
votes
“correct” way to do simple 2 column formatting in html
Instead of getting too 'div happy', I'd rather put ids on the anchor tags and apply styles to them directly. You may need to put a tag with 'clear: both;' after the links to clear the floats... I …
