* Brian Lawlor [EMAIL-REMOVED]> [2003-02-15 13:30:17 -0800]: > I am trying to get a 4px height "dashed-line" effect to render the same way > in both IE6 and Mozilla 1.2. I got the effect I want in IE6 in my prototype > at: > > http://www.lsnc.net/proto/index.html > > with the "tight" dashes in the blue line below the "Updates & New Links" > image at the top. The code is embedded as: > > div#content hr.dashed { > width: 98%; > margin-top: 0; > height: 4px; > border-top: 2px dashed #006ED2; > border-bottom: 2px dashed #006ED2; > background-color: white; > } this may be a stupid question, but have you tried just having a single 4px border? instead of two 2px ones. -- alex roberts <http://www.bakterium.com/>