Jump to content

isamael

Newbie
  • Posts

    8
  • Joined

  • Last visited

isamael's Achievements

Explorer

Explorer (1/14)

-1

Reputation

  1. Можете с этим помочь? я в этом совсем не... туп короче(((
  2. Подскажите, вот есть код <div class="styled-select"> <form name="musicselect"> <select name="menu" onchange="top.location.href=this.options[this.selectedIndex].value;" value="GO"> <option selected="selected">All Categories</option> <option value="/index.php/music/category/alternative.html">Alternative</option> <option value="/index.php/music/category/blues">Blues</option> </select> </form> </div> Как сделать чтобы при выборе, допустим категории Alternative этот пункт оставался на странице? Более подробно: На главной странице по умолчанию стоит пункт "All Categories" если перейти на страницу "Blues" то все равно в селекте стоит "All Categories" как сделать чтобы в зависимости от страницы стоял нужный селект?
  3. Помогить реализовать подобное! http://i46.fastpic.ru/big/2013/0416/43/a7272d7b872cd7e29d6044e788a73543.png Я так понял без jquery не обойтись! Могу оплатить помощь!
  4. В этом примере используется гриадиент при скроле. Можно ли использовать картинку вместо граиента, и как это реализовать! Заранее спасибо
  5. Изучил, спасибо, но вот не могу найти, везде прописывается уже определенные параметры css (margin, padding, border и т.д.) а можно прописать селектор .td_row_name_eq1? в плане $('.td_row_name:eq(1)').css(.td_row_name_eq1);
  6. Могу, можете подсказать что именно писать? Простите, но тут я профан((((
  7. я не могу это сделать, все что я могу изменить это css, скрипт выводит таблицу с совершенно другого ресурса,
  8. День добрый! Имеем вот такой скрипт <script language="JavaScript" src="http://shop.digiseller.ru/asp/agent_g_src.asp?idn=81893"></script> и css <style> <!-- .table_goods { margin: auto; } .tr_head {} .td_head_name {padding: 3px; background-color:#ffffff;} .td_head_price {padding: 3px; background-color:#ffffff;} .head_name {12px; Verdana, Arial, Helvetica, Sans serif; font-weight:300; font-style:normal; color:#ffffff;} .head_price {12px; Verdana, Arial, Helvetica, Sans serif; font-weight:300; font-style:normal; color:#ffffff;} .tr_row { float: left; } .td_row_name { background: linear-gradient(top,#FDFDFD 0,#FCFCFC 10%,#F6F6F6 60%,#F0F0F0 80%,#EDEDED 90%); background: -webkit-linear-gradient(top,#FDFDFD 0,#FCFCFC 10%,#F6F6F6 60%,#F0F0F0 80%,#EDEDED 90%); background: -webkit-gradient(linear,0% 0,0% 100%,color-stop(0,#FDFDFD),color-stop(0.1,#FCFCFC),color-stop(0.6,#F6F6F6),color-stop(0.8,#F0F0F0),color-stop(0.9,#EDEDED)); background: -moz-linear-gradient(top,#FDFDFD 0,#FCFCFC 10%,#F6F6F6 60%,#F0F0F0 80%,#EDEDED 90%); display: block; height: auto; font-size: 12px; text-shadow: 1px 1px 0 white; position: relative; background: white; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid; border-color: #EEE rgba(20, 20, 20, 0.2) #D2D2D2; -webkit-box-shadow: 0 1px 2px rgba(20, 20, 20, 0.5); -moz-box-shadow: 0 1px 2px rgba(20,20,20,0.5); box-shadow: 0 1px 2px rgba(20, 20, 20, 0.5); padding: 1px 2px; text-align: center; cursor: pointer; text-decoration: none; color: black; overflow: hidden; margin: 5px; } .td_row_price {padding: 4px; margin-left: 100px; float: left;} .link_name { color: transparent; display: block; width: 230px; height: 146px; background-image: url(../images/2012-giftcards-itunes-blue-25_GEO_US.png); background-repeat: no-repeat no-repeat; } .link_name:hover { color: transparent; } .row_price { font-size: 12px; color: #666; font-family: "Lucida Grande"; line-height: 1.7em; } .row_price:before{ text-align:left; content:"$"; } .table_pages {border:0px solid white; width:100%} .tr_pages {border:none} .td_pages {color:#000000; text-decoration:none;} .pages_str {11px; Verdana, Arial, Helvetica, Sans serif; font-weight:300; font-weight:600;} .select_page {11px; Verdana, Arial, Helvetica, Sans serif; font-weight:600; color:#ffffff; background-color:#BFBFBF;} .link_page {11px; Verdana, Arial, Helvetica, Sans serif; font-weight:600; color:#223388;} .link_page:hover {11px; Verdana, Arial, Helvetica, Sans serif; font-weight:600; color:#223388;} --> </style> На выходе получается таблица, править которую не могу, она из скрипта вылазит! Как сделать чтобы в каждой "td_row_name" была своя картинка, но отличалась от другой "td_row_name". Всего их три.
×
×
  • 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