Re: [css-d] centering contents on a div horizontally - text-align center or not ?

2012-05-23 Thread mem
And, as example, say you want the odd centered image in a paragraph with left- or right-aligned text, you may markup and style it something like this... pSome left-aligned text above#8230; img class=tac src=... alt= / #8230; and below a centered image./p p {text-align: left;} p

[css-d] Linked image; only certain spots respond?

2012-05-23 Thread John
http://www.coffeeonmars.com/illust.html At the link above, the top left widget, which shows a rubber mallet and a bit of yellow machinery, is a link to another page; all those widgets are. But that top left widget doesn't *act* like a link except when cursor is over the extreme right of the

Re: [css-d] Linked image; only certain spots respond?

2012-05-23 Thread Tom Livingston
On Wed, May 23, 2012 at 2:07 PM, John j...@coffeeonmars.com wrote: http://www.coffeeonmars.com/illust.html At the link above, the top left widget, which shows a rubber mallet and a bit of yellow machinery, is a link to another page; all those widgets are. But that top left widget doesn't

Re: [css-d] Linked image; only certain spots respond?

2012-05-23 Thread John
On May 23, 2012, at 11:14 AM, Tim Duffy wrote: Hi John It looks like the side nav is covering it up, both the ul and li have a width of 21em, extending out over the mallet image. Styles_A.css (lines 187 194) li { float: left; width: 21em; } Thank you Tom and Tim; you

Re: [css-d] Linked image; only certain spots respond?

2012-05-23 Thread John
On May 23, 2012, at 11:20 AM, Tim Duffy wrote: you have a width of 110px set on the a link with 10px of left padding, so i would set the li to: width: 120px I am not sure the ul on line 187 needs a width at all Tim I commented out the width of line 187, and set li to width: 120px this