Home › Forums › CSS › space b/w header & nav images Videopods 12-13 › Re: space b/w header & nav images Videopods 12-13
October 8, 2008 at 7:38 pm
#50405
Participant
Hi csurele,
I think in this case you just need to change the css code below to fix this.
Either of the two methods below should sort this for you.
img.header-img {vertical-align:bottom; }
img.header-img {display:block; }
This ensures that the image aligns to the baseline of its parent –