adam reitsma wrote:

A real stumbling block for me is font sizes. I dread the time i want to re-use a particular style, only to realise that the way i've nested the tags makes my text 2px high...

http://www.bcct.org.au/v2

Maybe you shouldn't size down so many times through nesting then.
Note that there's something called 'minimum font size' in most browsers,
so you'll probably only affect IE/win users.

You've triggered the /legendary/ 'extreme font-resizing bug' in IE/win.
Add 'font-size: 100%;' on body to fix that.

'font-family: tahoma;'... missing 'sans-serif' at the end as fallback.

HTML Tidy points at a missing ' />' in the meta-element for xhtml.

'COMING SOON' container doesn't allow reading when any font-resizing is
applied since overflow is hidden.

#header_title h1 {text-indent:-100000px;} is too large for Opera -
creating a scrollbar. Remove one '0', and it will still be plenty.
FYI: Opera use 16bit integer for calculating text-indent, which limits
it to around +/- 32000px.

regards
        Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to