-2
votes
0answers
17 views

Making Table header always visible & always centered [closed]

I know there are many other topics on this. Infact that is how I was able to begin with some sample code someone else had posted, and then I tweeked it to my needs. My problem is that I can't get the ...
1
vote
1answer
62 views

Google Chrome Resources Directory

about a year ago I remember making a google-styled application with JavaScript/HTML (very basic). I went back to making a similar app but started from scratch using JavaScript/HTML5/CSS3 and Python ...
1
vote
2answers
192 views

What is the largest image a browser can display?

What is the largest image a modern browser can handle? I would suspect somewhere in the 6000x6000 range or 4096x4096 pixels (which is the limit for device independant bitmaps under winapi)? I tried ...
1
vote
0answers
865 views

How to enable fullscreen on HTML5 video? [closed]

I am working on HTML5 video tags, but I am not getting any options for full screen. I know it can be done with jQuery or JavaScript, but I'm not too sure how.