Jump to content

mrkid

Newbie
  • Posts

    2
  • Joined

  • Last visited

mrkid's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. mrkid

    full screen

    здесь немного другая ситуация, а так пример работает()красным выделяется.
  2. mrkid

    full screen

    Вот простой пример. Но, почему-то, не работает при переходе в полноэкранный режим по f11.тестировал в хроме и мозиле. <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css"> p:-webkit-full-screen { font-size: 40px; background: red; } p:-moz-full-screen { font-size: 40px; background: red; } p:-ms-full-screen { font-size: 40px; background: red; } p:-o-full-screen { font-size: 40px; background: red; } p:full-screen { font-size: 40px; background: red; } </style> </head> <body> <p id="fullscreen" class="test">test</p> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy