Lessons Learned
I have no way of testing IE7. Certain restrictions apply that force me to do dev work on a remote box. Today that fact made my life hell.
Random LI tags were not displaying. This worked fine on every browser I had access to.
Problem was that my list items were floated left and contained in an absolutely positioned element. This was in tandem with a bug involving the first non-native font chosen, “Gill Sans” or something. I of course had backup fonts listed, but the first one caused a problem not allowing the browser to use the remaining fonts listed.
I installed IE7 standalone, though the entire page appears to break if any flash is used, which almost makes it worthless. When I’ve more time I’ll look up solutions, I’m sure the app deserves more credit.
There are no comments yet, add one below.