Quote:
I don't get it--I'm looking at both your pages in both browsers, and
in
|
each browser the colored blocks stay the same when I switch back and
forth between the two pages. Nothing moves. The only thing that happens
is that the buttons disappear and reappear. In other words, I don't see
what space it is that you say appears in one case but not in the other.
Again, I get this result in both IE6 and Firefox.<<
the top and bottom margins were fixed by styling the "ul" tag instead
of the "#hnav ul" tag.
the next problem was an inconsistent ul left-margin. that was resolved
by changing "#hnav ul" to "ul#hnav". some other formats were lost, but
that's likely due to conflicting style methods.