On Thu, Jul 17, 2008 at 4:05 PM, Adam Ducker <[EMAIL PROTECTED]> wrote:
> Kelly Moore wrote:
>
>> The span and font trick works, but now the pipes are not vertically
>> aligned properly.  How to set the position?
>
> If you set "position: relative;" on the SPAN and "top: -3px;" or "top: 3px;"
> depending on what's wrong, that should be okay unless there's an issue with
> "overflow: hidden;" being set.
>
> -Adam Ducker (http://adamducker.com)
>


thanks.  this worked for me.

.pipefix{
   font-size:0.5em;
   padding:0 12px;
   position: relative; top: -0.5em;
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to