Tag Archive

The following is a list of all entries tagged with bugs.

CSS3 Property “img:after” in Firefox? Comments 10 Comments

April 14th, 2006 ,

The code is fairly simple: img:after { content: “Hello World”; }. It displays the text “Hello World” right after an image. It works in Opera, but not in Firefox! Why is that? Isn’t Firefox supposed to be the new black?

For those of you pondering the Why of this, try out img:after { content: “(” attr(alt) “)”; } for show. It’ll type out the contents of the ALT attribute after an image.

Wordpress 2.01 Released Comments 3 Comments

February 1st, 2006 ,

What would probably be considered a bugfix release, Wordpress 2.01 has been released.

Among the changes I’ve been looking forward to:

  • Permalinks have been fixed for weird enviroments as well.
    “Weird”? Quite a few people had problems.
  • Several WYSIWYG fixes and cleanups.

See the full bugfix list, and download the package.

Wordpress 2.0 Borkage Comments 14 Comments

January 6th, 2006 ,

A few days ago, I updated both my Noscope and Fauna weblogs from Wordpress 1.5.2 to Wordpress 2.0. The upgrade process was smooth and simple.

But it seems Wordpress 2.0 wasn’t quite ready for primetime, atleast for me. The problem, I’ve tracked down, is related to the way Wordpress now handles permalinks. It seems the implementation doesn’t work on my setup, which is to have my main blog in the /journal/ directory, and show only a digest on the frontpage. The result? /journal/ is now a badly designed 404 page, and conditional tags aren’t working.

How is Wordpress 2.0 working for you?

Welcome Safari Users Comments 4 Comments

May 6th, 2005 , ,

Fixed a few bugs. Now Safari should have no problems.


Showing CSS to IE only (The Underscore Hack) Comments 41 Comments

January 23rd, 2005 , ,

Use ultra simple CSS properties to make sure only one browser sees it: Internet Explorer.


Making IE Specific CSS or Code (Conditional Comments) Comments 2 Comments

April 25th, 2004 , , , ,

Use conditional comments to show code to a specific Internet Explorer browser.


IE Invisible Text/Text Dropout bug, a.k.a. “Peek-a-boo Bug” Comments 8 Comments

March 20th, 2004 , ,

Use this fix if your DIVs “bleed” in Internet Explorer.


Unnecessary Horizontal Scrollbar in IE Popups or Frames XHTML Bug Comments 77 Comments

February 10th, 2004 , , ,

Are you experiencing a horisontal scrollbar that shouldn’t be there?