pixel’s breadth
Some gripes about the content filter but, it’s doing its job keeping comments PG. For some reason we’ve been getting a torrent of cussmail and casino spam, but I guess there’s no such thing as bad publicity and the hits just keep on climbing.
There was a severe pixel error in the footer that I seriously had to fix with CSS wizardry, it’s a bug in internet explorer or so i’ve decided based on community discussion, so the only way to fix it was with.. an IE hack! you can see the thread on the wordpress support site.. and for the record here is my code snippet:
#footer {
position: expression("relative");
left:expression("1px");
}
I know it’s just the kind of thing that excites my humours and I talk about at Victory Café while telling anyone that will listen about the Dvorak keyboard, but I feel that it’s important. I mean people dedicate their lives to CSS.
In other news,

And for the record.. to get paragraphing to show you gotta wrap your <code> tags in <pre> tags!