This site looked terrible in Mozilla 1.4/PC, and I’ve finally figured out why — Mozilla thought it was Japanese, and was applying one line of CSS only meant for inline use to every element. The weird thing is the only place ja appears on almost all pages is that one line of CSS. Is this a bug?
Continued... (211 words)
This is a reference for me so I don’t forget how to code for Boblet. It’s just my notes on tag attributes and styles to tie in with my stylesheets. This is of no interest (unless you are interested in the how’s and why’s of my code).
Continued... (938 words)
This weblog has a display error in
IE 6. I don’t know if I’ve fixed it, so leave a comment if things don’t look quite right.
Continued... (135 words)
And I thought table layouts were tough! How are we meant to make a basic two column layout in
CSS? This really should be easier. Here’s what I came up with, using position:relative on the background and position: absolute on the menu.
Continued... (308 words)
These observations on Netscape Navigator 4.7 (Mac) and some other browsers’ weirdities were made while building a Mie University Center for International Students template. The template layout is table-based but uses
CSS extensively, and doesn’t contain nested tables. I haven’t…
Continued... (452 words)
Somebody shoot me. I’ve been asked to redesign a sub-website for a University still using a lot of Netscape Navigator 4 browsers. I want to make something that is standards-compliant (preferably
XHTML), uses
CSS not tables for layout, and…
Continued... (110 words)
I’ve been having a
CSS nightmare day, trying to make an all-CSS layout. The code is clean and validates as
XHTML Strict, and the CSS validates too. It looks perfect on (the browser formerly known as) Chimera and Safari….
Continued... (238 words)
There doesn’t seem to be anything to specifically replace the depreciated align=center tag for block-level elements in
CSS, only alignment for text. If you are still using a table-based layout and want to center the enclosing table (or a…
Continued... (147 words)
A list of notable things to remember (with page #s), from Eric Meyer’s excellent book. Includes some unacknowledged errata…
Continued... (1190 words)