Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS two IE6 problems that I can’t seem to solve Re: two IE6 problems that I can’t seem to solve

#67916
FJDdesign
Member

Thanks for your help! (both of you)

first… I could have sworn that I edited my css and changed the PNG to a JPG, guess I didn’t upload or something. That was my stupid overlook mistake.

second…. I had removed the .clear altogether, and I tried Brido’s suggestion, none worked. Then I did something so obvious that I don’t know why I didn’t do it before. I converted those three links into a UL and then styled it and got it to work perfectly, and IE removed that extra space. I’m still very confused as to why IE was adding that space, even without a UL, it shouldn’t have been there, but then again we all know IE shouldn’t be doing a lot of things. oh well.

problem solved!
thanks

Code:
Code:
.nav_zoom { width: 200px; display:inline;
float:right; font-family:Arial,Helvetica,sans-serif; font-size:0.8em; margin-top:16px; text-align:right; }

ul.nav_zoom li {
display: inline; /* Prevents “stepdown” */}