[css-d] accessibility

2008-01-08 Thread marko
hi

have any of you done sites conforming to the 'WCAG Samurai Errata'?

http://wcagsamurai.org/errata/intro.html

it seems (mostly) to be sorted but they maybe couldve come up with a 
less freaky name

mark

-- 

[EMAIL PROTECTED]

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] em scaling and hover states with Safari Opera

2007-10-02 Thread marko
hi

first a belated thanks for the many times I've googled a problem  this 
lists archive has popped up


I'm using em scaling to shrink multiple 'pages' onto a page  using 
hover to expand them

a simplified test version is at

http://www.trakmarx.com/css-test


I'm ok with it just working in Firefox

but I would of liked Safari  Opera to manage as much as IE (do nothing...)


in the end I used some Javascript to paper over Safari  Opera's freaky 
behaviour


does any of you know a way to get Safari  Opera to play ball?

thanks

mark

-- 

[EMAIL PROTECTED]



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] PHP and CSS

2005-05-13 Thread Marko Locher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sarah Atkinson wrote:
 Out of curiosity can you use PHP with in a CSS. Like maybe have a list of 
 background images located in a DB and PHP select and insert on into the CSS. 
 and possibly even have the user define things like font size, font color, 
 background color, and typeface. 
 Sarah 
Of coure you can do this. There are two posibilities:
- - Inline Css, that's the way Brian wrote about, and
- - a separate stylesheet,
If you use a separate stylesheet, who can use a php document (for ex.
style.php) which gets parsed by the webserver, and then just include
this file from your main (x)html file. (either with @import or a link
tag, which ever you like more)

Marko

- --
Marko Locher
Kollegium Kalksburg
KKnet System Betreuung

[EMAIL PROTECTED]
http://www.kk.asn-wien.ac.at/kknet/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFChNQRyja8NOV8jDYRAr/UAJsHHcSIRVawmuv7pzEriSNzlHcaGACfVJ2A
KoBUvN9U7GE25kYkQG5Y+K4=
=8bVr
-END PGP SIGNATURE-
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/