Interesting Mozilla Behaviour

Posted by Oli  @   7:01 PM · 15 November  to   CSS · Coding · HTML · Weblogging

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)

Comments (1) · TrackBacks (0)  to  http://www.boblet.net/cgi-bin/mttb-external.cgi/39

Boblet Coding Style Guide

Posted by Oli  @   6:25 PM · 02 November  to   CSS · Coding · HTML · Weblogging

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)

Comments (2) · TrackBacks (0)  to  http://www.boblet.net/cgi-bin/mttb-external.cgi/32

IE 6 Display Error?

Posted by Oli  @   6:37 PM · 28 September  to   CSS · Coding · Weblogging

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)

Comments (0) · TrackBacks (0)  to  http://www.boblet.net/cgi-bin/mttb-external.cgi/20

A Two-Column Layout

Posted by Oli  @  12:24 PM · 28 August  to   CSS · Coding · Weblogging

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)

Comments (0) · TrackBacks (0)  to  http://www.boblet.net/cgi-bin/mttb-external.cgi/9

Browser Weirdities

Posted by Oli  @  12:32 AM · 18 May  to   CSS · Coding · HTML

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)

NN4 is trying to kill me

Posted by Oli  @   9:31 AM · 26 April  to   CSS · Coding

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)

2003.03.05 Wednesday

Posted by Oli  @   9:43 AM · 04 March  to   CSS · Coding · Diary

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)

Centering Block Level Elements (eg if using tables for formatting)

Posted by Oli  @   7:21 AM · 27 February  to   CSS · Coding

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)

Notes from Eric Meyer On CSS

Posted by Oli  @   8:44 AM · 17 February  to   CSS · Coding · HTML

A list of notable things to remember (with page #s), from Eric Meyer’s excellent book. Includes some unacknowledged errata…

Continued... (1190 words)