Select Page

Xyle Scope

I bought Xyle Scope a few days back and it just saved my sanity a few minutes ago. I was trying to not float a label that floats left by default. #content_sub label { clear:none; float:left; display:block; } label.stick { float:none; } Presumably, the label.stick...

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