I could use a fresh pair of eyes for a CSS issue I’m having that’s only cropping up in IE7. The code is ridiculously simple so I’m not entirely sure why it’s cropping up at all.
All I’m looking to do is get the twitter button and the rss button side by side. I’ve confirmed it is already working as designed in Firefox 3.6, IE8, Chrome and Safari.
so take the align=“right” out of the image coding.
Instead of doing all this inline styling it would be better if you gave this section an id and formated in the stylesheet. Then you could set the margins and padding for the images as 0 within that div.
That’s what I would’ve thought too, except if I do take the align=“right” out, the images stack for some reason instead of going side-by-side, (see attached screencap).