Re: [css-d] android & blackberry emulators

2012-07-03 Thread sfeldman



I've no idea about that site, but the official Android SDK includes an
emulator:

http://developer.android.com/tools/help/emulator.html


Rob - Thank you - this looks like it's got to be accurate!

best regards,
Sandy
__
css-discuss [css-d@lists.css-discuss.org]
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] drop shadows

2010-08-09 Thread sfeldman

hi Tim, hi Gabriele,

Thanks for your help with my efforts to get some drop shadows going.
I think this is the best approach

http://sandyfeldman.com/dstest/dstest3.shtml
though it doesn't work with everything.
http://www.browsercam.com/public.aspx?proj_id=525331

I'm afraid I can't use repeated offset text, since this would be repetitive and 
confusing for the screen reader users, and I can't use an image, since it 
wouldn't always get bigger when the user increases text size.

thanks again for taking the time.

best regards,
Sandy
  
__
css-discuss [cs...@lists.css-discuss.org]
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] drop shadows

2010-08-09 Thread sfeldman

hey all,

Is there a good way to get a drop shadow on text using css? I've got something 
that seems to work in Safari, and in FireFox 3.6.8 on a mac, but I think that's 
about it.

I can't really fake this with an image or duplicated text - the site needs to 
work for people who will be increasing text size and also for those who will be 
using a screen reader.

http://sandyfeldman.com/ana/8test.shtml
http://sandyfeldman.com/ana/css_js/8test.css

any suggestions are much appreciated.
thanks!
Sandy
  
__
css-discuss [cs...@lists.css-discuss.org]
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] Simple menu bar

2010-08-01 Thread sfeldman

> Thanks for your kind words, David, and the elegant solution found at 
> your link.
http://chelseacreekstudio.com/ca/cssd/8.html

> Am I right in thinking that
> 
> * html #nav ul {
> overflow : visible;
> width : 100%; }
> 
> makes it work in a variety of browsers? I just use FF

Peter - here is a test of David's solution in a variety of browsers.
http://www.browsercam.com/public.aspx?proj_id=524748

best regards,
Sandy 
__
css-discuss [cs...@lists.css-discuss.org]
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] Simple menu bar

2010-07-30 Thread sfeldman


> I doubt you get questions more basic than this :-[
>
> How do I get this menu bar to centre itself on the page?
> And show its background colour?
>
> 
> #nav {
> margin: 0 auto 3em auto; float: left; padding: 0;
> list-style: none;
> background-color: #f2f2f2;
> border-bottom: 2px solid #ccc; border-top: 2px solid #ccc; }
> #nav li { float: left; }
> #nav li a {
> display: block;
> padding: 8px 9px;
> text-decoration: none;
> font-weight: bold;
> color: #069;
> border-right: 2px solid #ccc; }
> #nav li a:hover {
> color: #c00;
> background-color: #fff; }
> .bl { border-left: 2px solid #ccc; }
>
> 
> 
> 
>Home
>History and Structure
>Groups
>Constitutions
>Concessions
>Opportunities
>Magazines
>Links
> 
>

hi Peter,

I got this working by adding a container div to do the centring.

good luck!
Sandy




http://www.w3.org/TR/html4/strict.dtd";>



#container {
width : 800px;
margin-left : auto;
margin-right : auto;
border : solid 1px red
}
#nav {
float: left;
padding: 0;
list-style: none;
background-color: #f2f2f2;
border-bottom: 2px solid #ccc; border-top: 2px solid #ccc; }
#nav li { float: left; }
#nav li a {
display: block;
padding: 8px 9px;
text-decoration: none;
font-weight: bold;
color: #069;
border-right: 2px solid #ccc; }
#nav li a:hover {
color: #c00;
background-color: #fff; }
.bl { border-left: 2px solid #ccc; }
   





   Home
   History and Structure
   Groups
   Constitutions
   Concessions
   Opportunities
   Magazines
   Links





  
__
css-discuss [cs...@lists.css-discuss.org]
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] test - please delete

2009-12-16 Thread sfeldman

sorry about this everybody.
  
__
css-discuss [cs...@lists.css-discuss.org]
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/