Anas R. wrote:
> My problem with the follwoing code is that (link1) and (link2) go to the left 
> side of the whole page width,
> while I want it to float to the exact left side of the form.
>
>
> - Anas R.
>  



Try:

#toolbar {    
background-color: navy;
    color: #fff;
    padding: 3px 2px;
}

.searchcorner {
    height: 22px;
    text-align: right;
    overflow:hidden;
}

.searchcorner ul {
width : 22em; background: fuchsia;
float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.searchcorner li {
    display: inline;
}

.searchcorner a,
.searchcorner a:visited {
background-color: lime;
    display:bolck;
    float:left;
    text-decoration: none;
    color: #fff;
    width: 65px;
    height: 20px;
    line-height: 19px;
    text-align: center;
}

.searchcorner a:hover {
    background: green;
}



-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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