sc@r@bey Posted January 19, 2010 Report Share Posted January 19, 2010 возможно ли создать шрифт, который будет отбрасывать тень средствами css? Quote Link to comment Share on other sites More sharing options...
0 s0rr0w Posted January 19, 2010 Report Share Posted January 19, 2010 возможно ли создать шрифт, который будет отбрасывать тень средствами css?Да. Quote Link to comment Share on other sites More sharing options...
0 sc@r@bey Posted January 19, 2010 Author Report Share Posted January 19, 2010 как Quote Link to comment Share on other sites More sharing options...
0 psywalker Posted January 19, 2010 Report Share Posted January 19, 2010 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>test</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> div { width: 100%; color: #006600; filter:progid:DXImageTransform.Microsoft.Glow(Color=#00ff00, Strength=1); text-shadow: #00ff00 0 0 7px; } </style></head><body> <div> Blurry text with smudge of gray. </div></body></html> Quote Link to comment Share on other sites More sharing options...
0 Int Posted January 19, 2010 Report Share Posted January 19, 2010 IE как всегда CSS3 будет "поддерживать" только когда его примут :-! Quote Link to comment Share on other sites More sharing options...
0 sc@r@bey Posted January 19, 2010 Author Report Share Posted January 19, 2010 а с контуром? Quote Link to comment Share on other sites More sharing options...
0 Great Rash Posted January 19, 2010 Report Share Posted January 19, 2010 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> <title>An XHTML 1.0 Strict standard template</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <script type="text/javascript"> </script> <style type="text/css"> * { margin: 0; padding: 0; font: bold 17px Tahoma; } body { margin: 5px; background: #ccc; } .shadow { position: relative; color: #555; } .shadow span { position: absolute; z-index: 2; top: -1px; left: -1px; color: #fff; } </style></head><body> <span class="shadow"> text <span>text</span> </span></body></html> Quote Link to comment Share on other sites More sharing options...
0 sc@r@bey Posted January 19, 2010 Author Report Share Posted January 19, 2010 Спасибо!а как контур еще добавить? Quote Link to comment Share on other sites More sharing options...
0 Nekromancer Posted January 19, 2010 Report Share Posted January 19, 2010 ну сделай ещё один спан на 1 пиксель больше.. или на 2.. и поставь на задний план.. хотя будет расхождение.. придётся со строкой поиграться Quote Link to comment Share on other sites More sharing options...
0 Great Rash Posted January 19, 2010 Report Share Posted January 19, 2010 sc@r@bey, вы пораскинуть мозгами не хотите? Quote Link to comment Share on other sites More sharing options...
0 hf3 Posted January 19, 2010 Report Share Posted January 19, 2010 Копать сюда. Но это сложноhttp://www.amplesdk.com/examples/svg/text/ Quote Link to comment Share on other sites More sharing options...
Question
sc@r@bey
возможно ли создать шрифт, который будет отбрасывать тень средствами css?
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.