I should probably give the site with the offending css too. It's at
http://new.anchor.com.au

Cheers,
Shuying

On 10/28/05, Shuying Wang <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I've got a problem aligning a search input field with my nav bar.
> My css looks something like:
>  div.navLinks {
>         position: absolute;
>         top: 8px;
>         height: 22px;
>         padding: 0px;
>         margin: 0px;
>         font-size: 13px;
>         font-weight: normal;
>         text-decoration: none;
>         width: 660px;
> }
> input.topSearchWidget {
>         font-size: 10px;
>         width: 170px;
>         vertical-align: top;
>         position: relative; top: -19px; right: 11px;
> }
> That looks fine in Firefox but not Safari or IE. If I remove the line
> "position: relative ..." in topSearchWidget, it looks fine in Safari
> but not firefox or IE.
> Could someone suggest a better way of doing it or is there some hack
> that will hide css rules from Safari (I tried @media all as suggested
> somewhere but that didn't work for me)?
>
> Cheers,
> Shuying
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to