Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Хочу получить вот такой результат, подскажите как его лучше достичь?
Каждый кружок должен иметь свою ссылку (новая страница), но на след странице это "мини-меню" должно так же работать. Это можно реализовать?
в архиве есть отдельные картинки: архив
Здравствуйте, вот так:
<div style="background: url('http://i072.radikal.ru/1504/22/828df9b53aab.png') no-repeat; width:310px; height:279px; position:relative; margin:100px"> <a href="" style="background: url('http://s61.radikal.ru/i171/1504/fa/4c7f195396eb.png') no-repeat; width:124px; height:115px; position:absolute; top:-45px; left:-35px;"></a> <a href="" style="background: url('http://s50.radikal.ru/i130/1504/5e/a3fc2d2f3c63.png') no-repeat; width:126px; height:120px; position:absolute; top:-45px; right:-35px;"></a> <a href="" style="background: url('http://s015.radikal.ru/i333/1504/e7/dd2cc90878fc.png') no-repeat; width:124px; height:115px; position:absolute; bottom:35px; left:-85px;"></a> <a href="" style="background: url('http://s017.radikal.ru/i425/1504/c1/d3dc1f09c481.png') no-repeat; width:124px; height:115px; position:absolute; bottom:35px; right:-85px;"></a> <a href="" style="background: url('http://s018.radikal.ru/i517/1504/67/8a3d3e63004a.png') no-repeat; width:124px; height:115px; position:absolute; bottom:-85px; left:95px;"></a> </div>
<div style="position:relative; width:500px; height:500px;"> <div style="position:absolute; top:10px; left:10px; background:grey; width:30px; height:30px;"></div> <div style="position:absolute; top:60px; left:60px; background:green; width:70px; height:70px;"></div> <div style="position:absolute; top:0px; left:70px; background:black; width:40px; height:40px;"></div> <div style="position:absolute; top:150px; left:43px; background:black; width:40px; height:40px;"></div> </div>
Ну а дальше уже на что фантазии хватит. Фон убираете, если не нужны квадратики, в содержимое вставляете ссылки с картинками и т.д.