Select Page

Usable Browser Space Part 1

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...

PNG Web Transparency

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...

Worst Nightmare True

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...

Netscape 4 and Stylesheets

Try this code: if(navigator.appName.indexOf(“Netscape”)!=-1 && navigator.appVersion.indexOf(“4.”)==0) { document.writeln(“”); } else { document.writeln(“”); document.writeln(“@import...

HTML Tables Pronounced Dead

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...