I have a Linksys WVC80N Security Webcam (web server) with fixed IP address, 192.168.2.12, on my LAN with internet access through a communication gateway, which is also a web server with domain name...
OK, good point Justin. I've cleaned up the code a bit and made some changes to support different browser implementations of window size and window scrolling, and I also got rid of the DOCTYPE because...
I'm using an onload javascript procedure to adjust the height of my webpage (page div) to fit the client's viewport, i.e. the page div has a height property that is set using javascript.
I switched from using tables to divs for page layout several years ago, and the issues the OP raised frustrated me too. It's still a struggle to get everything to work as expected in all major...
I've been trying to improve the appearance (e.g. consistency) of my webpages across different browsers, and I have discovered that IE behaves quite differently than Firefox in the way text resize...
table 1 - animal info containing, among other things, genus (ggg) and species (sss), where ggg and sss are three digit numbers used to identify genus and species
I have a dynamically produced option select box which I would like to present to the user in the "open" state, i.e. the drop-down state that appears after a user clicks the box.
If you're like me, you probably find captchas annoying, difficult to read, and easily defeated by third world humans getting paid $2 a day to submit captcha protected forms.
I would like to use Google Translation to translate text from one language to another, and then to capture the translated text and store it in a MySQL database.
I made a few minor changes to the layout of my menu, including making the menu width a percentage and explicitly setting the line height in the sub-menu css, which solved the above problem.
...