I tried fiddling with z-index for leftside and rightside, but it didn't seem to change things. Tried position:static, but that didn't help either.
Could you explain what makes the two overlap? If I change left to 160px, the right side gets a 160px gap "hv @ Fashion Content" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > >> The <div id="rightside"> overlaps most of the <div id="leftside">, so >> when you >> click you're clicking on the rightside div, not the leftside. I >> recommend some z-indexing here. > > Thanks for pointing that out! > > I take it position:relative isn't the correct choice > >> >>> And.... Why will input fields get the proper height only when I remove >>> the DOCTYPE >> >> What is the "proper height"? > > I defined the class > > .navigation-bar-input { > width: 80px; height:20px; font: Tahoma 11px; > padding:1px; > margin:2px; > filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0; > } > > So I would expect the input field to be 20 pixels high. > >> >> -Boris > > _______________________________________________ mozilla-layout mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-layout
