One of the “problems” with using Flex so much is that I get used to having a simple, predictable layout mechanism. I seem to have forgotten how to do just about anything in HTML. So can someone help me fix the Digg, Reddit, and Share This stuff below? I’ve tried and tried and can’t figure out how to get the dang things to align correctly. Ideally they would align to the bottom of a div or something. Gosh it’s really embarrassing admitting publicly that I can’t do HTML anymore. But since you have already seen how bad this blog looks, you probably already guessed that. :) Oh well. Please help.
Help me fix my blog [solved]
This entry was posted in Other. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.


2 Comments
Hi James,
Been a while since SD West, hope all is well. Since the others are i-framed in its hard to apply styles to them. So I tested an alteration to your CSS that should help align your link with theirs. You can use this quick and dirty fix adjust akst.css:
.akst_share_link {
position:relative;
top:-6px;
background: 1px 0 url(http://www.jamesward.org/wordpress/wp-content/plugins/gregarious/modules/share-this/icons/share-icon-16×16.gif) no-repeat;
padding: 1px 0 3px 22px;
}
Brilliant! Thanks a ton Tim!