Re: [css-d] Problem with vertically aligning an image

2006-07-24 Thread Erik Domingo
Thanks, cj - locating the float first worked :) I had the image within the h3 tag just as part of an attempt to solve the top margin issue; placing it before the h3 tag worked as well, so that's how I've left the CSS. Thanks again, Erik On 7/24/06, cj <[EMAIL PROTECTED]> wrote: > > On 7/24/06, E

Re: [css-d] Problem with vertically aligning an image

2006-07-24 Thread cj
On 7/24/06, Erik Domingo <[EMAIL PROTECTED]> wrote: > Hi all, > > I cannot get an image within a header (H3) element aligned correctly. I'm > trying to have the top of the image aligned with the top of the text ("The > Roblin Advantage") in the H3 element, but the image is too low. Is the > problem

[css-d] Problem with vertically aligning an image

2006-07-24 Thread Erik Domingo
Hi all, I cannot get an image within a header (H3) element aligned correctly. I'm trying to have the top of the image aligned with the top of the text ("The Roblin Advantage") in the H3 element, but the image is too low. Is the problem related to the use of the :first-letter pseudo element? The p