I have answered this on the CSS Forum. Just to add a little more, vertical-align works on the inline box or line-height and positions the text within that line, not within the container as a whole.
If bottom worked correctly that would have been a good option, but for your example just using margin-top will do what you need. Tony http://www.csscreator.com http://www.appcreator.com Quoting theGrafixGuy <[EMAIL PROTECTED]>: > Yes, I tried that initially and no go - hence the stupid question that is > turning out to not be so stupid after all :-) > > Right now I got it faked using a few <br /> but I don't wanna do that as it > just feel to go against the clean code I am trying to create here. > > > Brian Grimmer > > theGrafixGuy > http://www.thegrafixguy.com > 503-887-4943 > 925-226-4085 (fax) ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
