Jump to content
  • 0

Как добавит 2 изображения на фон?


Игорь Ермаков
 Share

Question

На моём сайте тиражируется один фон но в одну таблицу мне нужно поместить как фоновое изображение ещё одно изображение я так и делаю но опять же интернет эксплорере это работает а в других браузерах нет

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0
Guest Евгений Б.

Нашёл на блоге «The Webmakers Lounge».

А здесь с примером двойной фон с помощью :first-letter.

Но у такого метода есть нюансы отображения в разных браузерах, поэтому, наверное, этот метод не будет универсальным.

Ну просто привёл для примера.

Link to comment
Share on other sites

  • 0

Ребята подскажите пожалуйста!

Хочу сделать как на www.nnm.ru чтоб полоска была по середине. А фон был под этой полосой,. У меня не получается сделать среднюю колонку "чтоб она была светлая)", что для этого надо и чем вооружиться ), фон с сделал гиф.8kb.в css.. Шаблон в "Таблице" подготовил.

Edited by vitek
Link to comment
Share on other sites

  • 0

у меня так и не получилось добавить 2 изображения на фон вот таблица стилей

body{background-image:url(constnew1.jpg);

background-repeat:repeat-y;

background-position:41px 0px;

background-attachment:fixed;

margin-top:0px;

background-color:#000000;

}

}

}

}

.pole{margin:60px;

}

}

DIV{

background-image:url(Mudozvon.jpg);

background-repeat:no-repeat;

background-position:670px 450px;

background-attachment:fixed;

}

Link to comment
Share on other sites

  • 0

да нет это top style так расставил щас удалю не нужные ничего не поменяется

всё переделал

body{background-image:url(constnew1.jpg);

background-repeat:repeat-y;

background-position:41px 0px;

background-attachment:fixed;

margin-top:0px;

background-color:#000000;

}

}

.pole{margin:60px;

}

}

DIV{

background-image:url(Mudozvon.jpg);

background-repeat:no-repeat;

background-position:670px 450px;

background-attachment:fixed;

}

у меня не получается добавить 2 изображения на фон

Link to comment
Share on other sites

  • 0

1. Используй [ codebox ] [ /codebox ] без пробелов для оформления кода.

2. Еще раз проверь скобки. На одну открывающую должна приходиться одна закрывающая. Не две, одна. Скобка. Одна скобка. Одна закрывающая скобка.

Link to comment
Share on other sites

  • 0

Не знаю Лично я таким макаром делал, у меня все нормально отображается.

Вот стиль самой таблицы:

.MainStyleLogicElementBorder
{
width: 100%;
background-image: url( 'Images/CenterCenterBorder.png' );
background-color:#cedcf1;
background-repeat:repeat-x;
height:113px;
}

А вот ячейки в ней же:

.CenterCenterLogicElementBorder
{

background-image: url( 'Images/Globus.png' );
background-position:right;
background-repeat:no-repeat;
width: auto;
height: auto;
}

Link to comment
Share on other sites

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