There is link on top right saying "Advance Search". It does not show at its appropriate position on Chrome and Safari browser. It works fine with Firefox and IE.
click here to see
Here is the class I m using for that link:
.asearch {
margin-left: -210px;
margin-top: 20px;
position: absolute;
}
I want this link to be shows exact under neath of input search text box on white whiteground.
Please guide.
Regards,
This is what I got by adding right:140px using Chrome’s developer tools. Make sure you use ‘right:140px’ NOT ‘margin-right:140px’