Re: [WSG] FF Anomaly

2005-05-09 Thread redux
Quoting David Laakso [EMAIL PROTECTED]:
If that's what you mean, adding this
at the bottom of your style sheet may help:
html {
min-height: 100%;
margin-bottom: 1px;
}
Hurrah for pixel pushing :)
http://www.splintered.co.uk/experiments/49/
Patrick
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


RE: [WSG] Can fonts be fixed in firefox?

2005-05-09 Thread redux
Quoting Andreas Boehmer [Addictive Media] [EMAIL PROTECTED]:
I guess that's fair enough. Might have to revert to images for this one.
But *please*, for the love of accesibility, make sure the images have 
meaningful
alt attribute set...

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


Re: [WSG] Onresize Javascript function? Any standard equivalent?

2005-03-03 Thread redux
Quoting Joey

 Is there anyway to do this using standard code? I could use onresize but
 this is invalid? Any suggestions?

Unless I'm mistaken, resize is still accepted as a DOM event.
http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html

No time to test, but you should be able to programmatically attach this event to
your document's body.

Patrick
**
The discussion list for  http://webstandardsgroup.org/

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