i figured out that divs weren't the problem. it was spacing before and
after a list that was causing the problem. i'm not sure why the
problem wasn't exhibited in the first example.
anyway, the solution was to include this in my css...
html * {
padding: 0;
margin: 0;
border: 0;
}
all the extra space in ie6 disappeared - and so did the left offset of
the tabs that i couldn't figure out. now that i think about it, it was
the normal indentation of list items - even though i styled my list
horizontally.
whew!!!!
skeeterbug wrote:
Quote:
please check out
http://www.geocities.com/operationsengineer1/test2.htm
how come there is spacing between my logoheader and the tabs?
i'm also seeing ie6 input an extra 1em of vertical spacing between
divs
when i use float and clear to get rid of the float.
i've searched for this problem for two days and haven't found an
answer
yet. |