Aquila Deus wrote:
> "rf" <rf@.invalid> wrote in message
news:<kl9rd.54153$>...
> > If your HTML and CSS were not so incredibly complex you would not need
to.
> Yes, but mozilla and IE handle many CSS properties differently.
Yes, we know that. All browsers render things somewhat differently.
> And W3
> doesn't define all details.
And why should they. They are there to supply the recommendations, not
comment on browser differences. The rest of the web and the newsgroups do
that.
You also entirely missed the point. Your code is *complex*. Way too complex.
Nesting tables within divs within tables within whatever and then throwing
three files full of CSS at the lot is *bound* to make some browser barf. You
have used a whole forest full of trees to construct one simple dog house.
Rewrite it, keeping it real simple. I would not expect more than one
screenfull of HTML and one of CSS and *no* javascript.
If a simple menu takes up so much code space I shudder to think what the
entire page will be like. Start simple now or that page will continue to
bite you
Oh, you might also validate the code. Things like </my:MenuItem> are
probably not helping.
--
Cheers
Richard.