antanova

MOVED: My blog is now at http://antanova.com/blog

IE6 bullet aligned to bottom of list-item (LI)

I just thought I’d jot this down for posterity as I’ve seen it before but not often enough for me to remember the solution. Posting this should help that, though.

When using LI in IE6, if the LI has hasLayout activated, then the corresponding bullet will be aligned to the bottom of the item instead of the top. Why the devs writing IE6 thought that this would be useful I don’t know. Or perhaps, it’s a bug? The shock of it all.

The solution is to target the LI and to disable hasLayout. The method I used today was this:

li {zoom:0;}

This directly countermands the zoom:1; I had added to other elements to get the page to hang together in IE6.

Labels:

Jason posted this on Thursday, September 18, 2008 at 1:43 pm.
Read comments (30). Leave comment.

Blogmarks button Digg button furl button magnolia button Google Bookmarks button StumbleUpon button Yahoo MyWeb button

Google Chrome

As you will of course be aware, Google has released its new browser, Chrome. I’ve tried it out briefly, and everything seems hunky-dory. I think I’ll use it to access Google’s own apps. As for day-to-day browsing, I think I’ll stick with Firefox. After all, can I really trust Google not to harvest data relating to my web browsing? I don’t think so. Also, there’s no No Script available for it, without which it’s a bit difficult to block Google Analytics.

On the plus side, another browser is a good thing. It gives people another choice other than the dreadful Internet Explorers. Yes, and I mean IE7, too. Chrome uses the Webkit rendering engine, so there shouldn’t be any real surprises in rendering.

Let’s hope this comes out of beta soon, along with IE8 and we can start using some CSS3. How I long for that day.

Labels:

Jason posted this on Thursday, September 04, 2008 at 7:46 pm.
Read comments (1). Leave comment.

Blogmarks button Digg button furl button magnolia button Google Bookmarks button StumbleUpon button Yahoo MyWeb button