Hello,
It looks fine to me in Firefox 2.0 now, I assume you fixed it? If the above is the actual code you were using before then one of the main problems is that you're not using legal CSS comment syntax. Try like this:
/* CSS Comment */
After removing the comments you have the following errors in your CSS:
ul.sample Property circle doesn't exist : outsideul.sample Value Error : margin-bottom only 0 can be a length. You must put an unit after your number : 1ul.listlist Property circle doesn't exist : outside
I suggest you fix the CSS validation errors and also try fix most of the 79 HTML validation errors, after that you should find rendering becomes a lot more consistent between IE and all other browsers.
You should really work in Firefox first then make it look good in IE with conditional comments because Firefox render pages correct and IE don't.
Got an answer for webmanoffesto? Would you like to comment on the posted answers, or vote for the one which you think is the best?
Sign up for a free account, or sign in (if you're already a member).
Other people asked questions on similar topics, check out the answers they received:
Other people asked questions on various topics, and are still waiting for answer. Would be great if you can take a sec and answer them