Jump to content

andreysolo

Newbie
  • Posts

    5
  • Joined

  • Last visited

Everything posted by andreysolo

  1. vml/svg? Если не ошибаюсь В IE 8 поддержка SVG отсутствует.
  2. Можно сделать так: HTML: <div id="wrap"> <img src="x_75f45bbf.jpg" width="240" height="320"> <div class="tl"></div> <div class="tr"></div> <div class="br"></div> <div class="bl"></div> </div> CSS: <style type="text/css"> #wrap { position:relative; width: 240px;} #wrap div { background:#FFF; position:absolute; width:16px; height:16px; } .tl { top:0; left:0} .tr { top:0; right:0} .br { bottom:0; right:0} .bl { bottom:0; left:0} </style> хотя упустил важный момент в вопросе.. про прозрачность... Здесь проще конечно резать картинку.
  3. а если попробовать создать 4 дива с абсолютным позиционированием и расставить по углам?
  4. У всех корректно отображается?
  5. Всем привет. У меня не отображается фон блока с контентом в ie8 http://arch-projects.ru/information.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