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 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...
by Dave | Jan 20, 2003 | Tinker Blog
If you’re wondering if you could get that great GNOME 2 font smoothing in Mozilla without having to compile it yourself, you’re in luck! Head over to the mozilla.org website and download Mozilla 1.3a with font smoothing. Download the files. Double-click...