Help with Including a Breadcrumbs Search Box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John

    Help with Including a Breadcrumbs Search Box

    'lo all...

    I'm fairly new to using CSS and I have a fairly basic question.

    It's mainly about element positioning. All I want to know is
    if there's a simple way to right-justify a search field using
    CSS. You will see the various attempts I've made in the HTML
    and CSS code I've posted at http://www.geocities.com/oztaiji/x1.html

    I'd appreciate any suggestions you might have.

    Thanks.


    John
  • Spartanicus

    #2
    Re: Help with Including a Breadcrumbs Search Box

    John <ozcat@REMOVEbi gpond.net.au> wrote:
    [color=blue]
    >All I want to know is
    >if there's a simple way to right-justify a search field using
    >CSS.[/color]

    text-align:right on the containing block level element.

    See

    for a method to both left and right align in the same vertical space.

    --
    Spartanicus

    Comment

    Working...