Skip navigation
Tyssen Design — Brisbane Freelance Web Developer
(07) 3300 3303

Blog Articles

My floated layout won’t work!

By John Faulds /

Usually when people have trouble with floating columns it's because they've specified a width where there doesn't always need to be one.

How do I include code on every page?

By John Faulds /

Variations on this question can include:

  • Can CSS insert content onto a page?
  • How do I update the content of multiple pages from a single file?
  • How can I get CSS to behave like frames?

Why won’t faux columns work?

By John Faulds /

One of the easiest methods of giving your site the appearance of the columns being the same height is to used the Faux Columns technique as first outlined by Dan Cederholm on A List Apart.

More on Why won’t faux columns work?

Why does my layout look wrong in IE?

By John Faulds /

If your site looks right in a browser like Firefox, Opera or Mozilla, but not in Internet Explorer, it's highly likely you're being affected by one of IE's numerous bugs.

Fortunately, most of these have been well-documented at Position is Everything.

Single image replacement rollovers with Suckerfish dropdowns

By John Faulds /

I discovered two of my most often used CSS techniques at the same place - Petr Staníček's Wellstyled.com (Staropramen, Budvar, Pilsner Urquell, great CSS techniques - gotta love the Czechs 😉 ). And those techniques are an image replacement (IR) technique that I later found out was actually called the Gilder Levin method and the use of a single image for creating CSS rollovers without the need for preloading images.

Absolute positioning pitfalls

By John Faulds /

This article first appeared on CSS Creator Forum and was written in response to the common requests for help from people new to CSS who were encountering problems whilst trying to use absolute positioning to create layouts (seemingly as a result of using Dreamweaver in 'design view' mode).

More on Absolute positioning pitfalls