by Dave | Feb 28, 2003 | Tinker Blog
The following are the measurements I got in browsers on the Windows 2000 platform. To get the measurements, I left the browsers in their standard configuration (if the user adds or removes a toolbar, that will affect these numbers). All measurements were taken by...
by Dave | Feb 5, 2003 | Tinker Blog
At Microsoft’s site, they give this sample code snippet. The essential part is the additional style entry:filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src=’image.png’, sizingMethod=’scale’);By the way, I would make sure...
by Dave | Jan 31, 2003 | Tinker Blog
Well it appears that I have become what I have long despised in the web design world: the php portal site. Now I don’t think it’s as bad as most, but I’m afraid that the site does suffer from clutter on the frontpage. This was brought to my attention...
by Dave | Jan 30, 2003 | Tinker Blog
Try this code: if(navigator.appName.indexOf(“Netscape”)!=-1 && navigator.appVersion.indexOf(“4.”)==0) { document.writeln(“”); } else { document.writeln(“”); document.writeln(“@import...
by Dave | Jan 29, 2003 | Tinker Blog
Make an empty file named style.css. In your html page, add a line inside the tag that says . Let’s say you have some text that you want to be in a certain spot on your web page. We will put it there without a single table or line break. Put tags around the said...