>>> On Wednesday 02 January 2008 22:21:54 Aaron Gray wrote:
>>>
>>>> I have a banner for a web page that I cannot figure out how to get
>>>> the alignment right.
>>>> I want the "new" link to appear directly under the search text field,
>>>> range left.
>>>
>>> Would it help if you take that "new" link into the form, and
>>> say "text-align: left" for the form CSS? I mean:
>>>
>>> form {
>>>    float: right;
>>>    margin-bottom: 0px;
>>>   text-align: left;
>>> }
>>>
>>> <form method="post" action="test.html">
>>>    <input name="query" size="40" value="" type="text">
>>>    <input name="submit" value="Search" type="submit"><br>
>>>    <a
>>> href="http://www.cybercomms.org/WysiwygWiki/index.php?action=new";>new</a>
>>> </form>
>>>
>>> HTH. By the way.. I am here to pick up some CSS - not an expert! :^)
>>
>> A tempory fix until/unless I get a better solution.
>
> Firefox really does not like this page :-
>
>        http://www.cybercomms.org/WysiwygWiki/index.php?title=home
>
> Can anyone recode this to work accross browsers.

Solved. But I would like to find a better way than using floating div's.

Aaron

______________________________________________________________________
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