Forum Moderators: not2easy

Message Too Old, No Replies

Back ground issue in IE

background

         

ravivardhan

11:55 am on Sep 22, 2008 (gmt 0)

10+ Year Member



hi

i am using auto-complete field in my website,if i click on 'a'it display city on 'a' letter.results are displaying correctly in mozilla
but in IE results are dispalying back side to other text fields.

css for that

div.auto_complete {
position:relative;
z-index:200;
width:400px;
background-color:white;
border:1px solid #aca899;
margin:0px;
padding:0px;
font-size:11px;
text-align:left;
max-height:200px;
overflow:auto;
}
div.auto_complete ul {
border:1px solid #888;
margin:0;
padding:0;
width:100%;
list-style-type:none;
}
div.auto_complete ul li {
margin:0;
padding:3px;
}
div.auto_complete ul li.selected {
background-color: #ffb;
}
div.auto_complete ul strong.highlight {
color: #800;
margin:0;
padding:0;
}

swa66

9:05 pm on Sep 22, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I can't say I understand the problem, perhaps you could try to elaborate a bit.