Forum Moderators: not2easy
I have added YUI's autocomplete functionality to my search box and in Firefox/Opera/Safari the autocomplete box comes down under my search box however in IE it comes down in the corner.
--CSS Code --
.yui-skin-sam .yui-ac-container {
float:left;
top: 1.6em;
width: 100%;
text-align: left;
display:inline
}
-- CSS Code --
I am new to CSS.
Thank You for your help!
James
not really, we would need the construct of the code, IE does have positioning difficulties if the "auto" heyword is used (or left is not specified) but it depends on the container of the whole construct
the form itself and any other css which applies to it, hasLyout and position relative are things to look for, is the dropdown positioned abolute.. if so try setting the left to 0
otherwise all this is pretty much a guess.. sorry