| bio | website | the-skunk.deviantart.com |
|---|---|---|
| location | Netherlands | |
| age | 27 | |
| visits | member for | 4 years, 5 months |
| seen | May 20 at 21:50 | |
| stats | profile views | 208 |
|
Apr 21 |
comment |
Need help on MENU as it is not properly work on IE Where are you checking? It's not. |
|
Mar 1 |
comment |
Need help on MENU as it is not properly work on IE There are some errors in your html... there's the second <ul> that's not closed, there's a </li> missing, and an extra > somewhere. |
|
Mar 1 |
comment |
issue with Alt Attribute Yes, load the images separately. Because when you have the url in the alt attribute, they will only be fetched when you hover over the links. If you have them in the DOM, they will load at the same time as the rest of your page. |
|
Jan 10 |
answered | Facebook-like-box Safari issue: appears in some browsers, disappears in others |
|
Jan 3 |
asked | Likebox shows differently for different users |
|
Dec 2 |
awarded | Yearling |
|
Nov 14 |
awarded | Famous Question |
|
Oct 29 |
comment |
HTML fixed header table scrollbar I love this. Bookmarked! |
|
Sep 4 |
accepted | Box model interpretation of table row in Firefox |
|
Aug 14 |
answered | Box model interpretation of table row in Firefox |
|
Aug 14 |
comment |
Box model interpretation of table row in Firefox That would be my first choice, if the developer were here. He is also my boss :P |
|
Aug 14 |
asked | Box model interpretation of table row in Firefox |
|
May 23 |
answered | bringing back the form |
|
May 16 |
comment |
Disable double-tap “zoom” option in browser on touch devices It was actually written by a fellow stackoverflow-er: stackoverflow.com/a/9728511/42389 :) |
|
May 16 |
comment |
Disable double-tap “zoom” option in browser on touch devices How about this solution? It's iOS only, but perhaps tweakable? : gist.github.com/2047491 |
|
May 16 |
comment |
Disable double-tap “zoom” option in browser on touch devices Oi crap. I read it the other way around, fail's on me. Sorry! |
|
May 16 |
answered | Disable double-tap “zoom” option in browser on touch devices |
|
May 15 |
awarded | Tumbleweed |
|
May 8 |
asked | Unwanted touchstart event delay on iPad |
|
May 1 |
revised |
jQuery if statement $(this) selector hasClass() is awesome. I missed that. |