By tawebworks on
Is there a fix for the fact that IE ignores the subsequent line indention on li tags? Formatting is perfect in Firefox and Safari.
Is there a fix for the fact that IE ignores the subsequent line indention on li tags? Formatting is perfect in Firefox and Safari.
Comments
and who doesn't love IE
You didn't mention which version...
However, cross-browser css is oodles of fun. You should have:
in your arsenal for debugging such joy. IE diverges, ever so subtly, from the W3C spec on CSS, although I'm told that IE8 finally "gets it"
Firebug can show you css inheritance (a common gotcha) and IE with div box rendering makes living with the ugly beast a little more livable.
Thank you for this.
I installed Firebug, but IEDeveloper Toolbar is not for Mac. So can't work with that one. Meanwhile, I found an article that may have helped me out. I'm crossing my fingers that I have it fixed. Will know when my client follows up with me.
Blind-folded debugging
I missed your response. Unless you can see your code changes in real-time, you're causing yourself much delay. You can run IE on Mac a number of ways with software like vmware or Sun's virtualmachine. Here's a great website to help you better understand the chasm: http://www.quirksmode.org/
I'd love to be wrong, but li differences are just the beginning. I could be wrong but I'm skeptical of how YUI will help, and it is a resource bear. Regardless, I wish you the best in resolving your question.
Thanks again for your follow up.
But I'm tired of spinning my wheels. I'm surely not the only one with this issue in Acquia Marina. I'm going to see if the designer will address it.
Best to you.
Tami
Check out some of the stuff
Check out some of the stuff from Yahoo for making cross-browser stuff work. It really helps out quite a bit. I'm talking about the YUI stuff.
http://developer.yahoo.com/yui/
beren erchamion
http://tarnaeluin.wordpress.com/
Thank you, Beren.
I'll give the YUI stuff a try.