Jump to content
  • 0

Горизонтальное меню


Timurco
 Share

Question

У меня горизонтальное меню состоит из 4-ых ссылок. Роль ссылки играет картинка с надписью, помещенная в плавающий контейнер. (каждая ссылка помещена в такой контейнер). Проблема заключается в том, что при уменьшении окна браузера, самая левая ссылка ползет налево на обычную картинку. Хочу создать распорку, чтобы поместить туда все ссылки, но че до конца не догоняю, не получается.((( Подскажите, товарищи.

Вот код CSS ссылок:

div.imagecaption2

{

float: right;

width: 182px;

margin: 0 0em 0em 1em;

padding: 6px 6px 4px 6px;

display: inline;

text-align: center;

border-color: #CCC #999 #999 #CCC;

border-width: 1px 2px 2px 1px;

border-style: solid;

position: relative;

top:-210px;

right: -9px;

background: url("для бл.jpg") repeat-x 0 100%;

}

div.imagecaption2 img

{

border-color: #000 #ccc #ccc #000;

border-width: 1px 1px 1px 1px;

border-style: solid;

width=155px;

}

div.imagecaption3

{

float: right;

width: 182px;

margin: 0 0em 0em 1em;

padding: 6px 6px 4px 6px;

display: inline;

text-align: center;

border-color: #CCC #999 #999 #CCC;

border-width: 1px 2px 2px 1px;

border-style: solid;

position: relative;

top: -210px;

right: -9px;

background: url("для бл.jpg") repeat-x 0 100%;

}

div.imagecaption3 img

{

border-color: #000 #ccc #ccc #000;

border-width: 1px 1px 1px 1px;

border-style: solid;

width=155px;

}

div.imagecaption4

{

float: right;

width: 182px;

margin: 0 0em 0em 1em;

padding: 6px 6px 4px 6px;

display: inline;

text-align: center;

border-color: #CCC #999 #999 #CCC;

border-width: 1px 2px 2px 1px;

border-style: solid;

position: relative;

top: -210px;

right: -9px;

background: url("для бл.jpg") repeat-x 0 100%;

}

div.imagecaption4 img

{

border-color: #000 #ccc #ccc #000;

border-width: 1px 1px 1px 1px;

border-style: solid;

width=155px;

}

div.imagecaption5

{

float: right;

width: 155px;

margin: 0 0em 0em 1em;

padding: 6px 6px 4px 6px;

display: inline;

text-align: center;

border-color: #CCC #999 #999 #CCC;

border-width: 1px 2px 2px 1px;

border-style: solid;

position: relative;

top: -210px;

right: -9px;

background: url("для бл.jpg") repeat-x 0 100%;

}

div.imagecaption5 img

{

border-color: #000 #ccc #ccc #000;

border-width: 1px 1px 1px 1px;

border-style: solid;

width=155px;

}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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