November 10, 2008
I have the following code that I’ve been using for quite some time to open a web browser into fullscreen “kiosk” mode when the application called for it:
function goFullSize()
{
window.open(targetURL, ”, ‘fullscreen=yes, scrollbars=auto’);
daddy = window.self;
daddy.opener = window.self;
daddy.close();
}
So anyway, a recent project required a full screen mode, and it was then that I discovered that in IE7 always liked to display a disabled-appearing side scrollbar. I tried to programatically fix it, but the browser seemed to ignore any explicit settings you pass it (scrollbars=”no”, etc.) Anyway, I finally found a workaround in CSS (add the following to your stylesheet:)
html {overflow:auto}
6 Comments |
Javascript, Programming | Tagged: CSS, IE7, Javascript |
Permalink
Posted by hotrodscott
November 10, 2008
“Fight gone bad” (3-round version)
5 stations, do max reps in one minute on each station, rest 1 minute (after all 5) then repeat. No rest between exercises.
1 min -push press (standing “military press”)
1 min – Sumo Deadlift High Raises
1 min – Wall Balls
1 min – Box Jumps
1 min – Rowing machine
1 min – Rest
Tough workout, lots of fun!
Unfortunately, that was my last CF workout for a while, a nagging injury is requiring down time to heal. It’s driving me nuts!
Leave a Comment » |
CrossFit, Fitness | Tagged: CrossFit, fight gone bad |
Permalink
Posted by hotrodscott