[thelist] Dumb CSS question

Charles lists07 at wiltgen.net
Mon Dec 3 15:26:35 CST 2007


> Any chance you have a live example we can see?

Sure, it's the "Buy MP3 Album" graphic in the (currently) first entry at
<http://blog.kinoma.com/>.

Please excuse the design, which is really an on-purpose minimalism until the
main site is re-designed.

> It's not the images that have the border under them, it's the link that
contains it.

Gotcha.

> Switch back to using text decoration for the underline...

I'd like to avoid using a text decoration since they can't be styled
expressively.  

> set your images to display: block;

This fixes it in Firefox, but not IE:

	.entry-content img {
		padding-top:6px;
		border:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
		}

-- Charles





More information about the thelist mailing list