ul – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 155 Results  r-d.com.ua
  ScrollTo Effect | Templ...  
Next you can see a bulleted list (
Aqui puede ver una lista con viñetas (etiqueta
  Looped Slider | Templat...  
Bulleted list (
    tag) with the .pagination class defines pagination output for the slider (or a gallery).
Lista con viñetas (etiqueta
    tag) con clase .pagination define rendimiento de paginación para slider (o galería).
Маркированный список (
    тег) с классом .pagination определяет вывод нумерации страниц для слайдера (или галереи)
  “easyTooltip” Tooltip |...  
By default a tooltip is added to links ( tags) with . tooltips class that are placed to an element ( tag) with . work-list class. Here you can add the script attributes to define the following values:
Por defecto, tooltip es añadido a los enlaces (etiquetas ) con clase .tooltips que son colocados junto con un elemento (etiqueta
    ) con clase .work-list. Aquí Usted puede agregar atributos de script para definir los siguientes valores:
  “Accordion”-1 | Templat...  
“Accordion” is represented by a bullet list (
    tag) with the .events class.
“Acordeón” está representado por una lista con viñetas (etiqueta (tag)
    ) con la clase .events.
«Accordion» is represented by a bullet list (
    tag) with the .events class.
  Kwicks Image Gallery | ...  
The slider is represented by the bulleted list using .kwicks and .horizontal classes for the
    tag.
El slider está representado por la lista con viñetas utilizando clases .kwicks y .horizontal para la etiqueta
    .
Слайдер представляет собой упорядоченный список элементов, при помощи .kwicks и .horizontal классов для тэга
    .
  Galleria+jCarousel Imag...  
A tag with #img id is a container for a big image. The gallery itself is represented by a bulleted list ( tag) with #gallery id. Each bulleted list item ( tag) should contain a link to a big image.
Una etiqueta
con id #img es un contenedor de una imagen grande. La galería está representada por una lista con viñetas (etiqueta
    ) con id #gallery. Cada elemento de la lista con viñetas (etiqueta
  • ) debe contener un enlace a una imagen grande.
  “slideViewer” Slider | ...  
The slider is represented with a bulleted list ( tag) that is placed into the tag with #slider id and . svw class. In order to add a slide you just need to add a bulleted list item ( tag with content).
Slider es representado con una lista con viñetas (etiqueta
    ) que se coloca en la etiqueta
    con id de #slider y clase .svw. Para agregar un slide sólo tiene que añadir un elemento a la lista con viñetas (etiqueta
  • con contenido ).
  Drop-down Menu Effect |...  
In order to create a menu we use a bulleted list (
    tag) and inside a list item (
  • tag) we place another bulleted list that will represent drop-down menu.
Para crear un menú que usamos una lista con viñetas (etiqueta
    ) y dentro del elemento de la lista (etiqueta
  • ) ponemos otra lista con viñetas que representa el menú desplegable.
Для создания меню мы используем упорядоченный список (тэг
    ), а внутри элементов списка (тэг
  • ) вставляем еще один упорядоченный список для представления выпадающего меню.
  HTML. How to create a m...  
The onordered list is created using the
    tags. Open the ul tag and close it:
La lista desordenada es creada con ayuda de las etiquetas
    . Abra la etiqueta ul y cierre ella:
Ненумерованый список создается с помощью тэга
    tags. Откройте его и закройте:
  HTML/CSS. How to create...  
First of all add new class to the list, replace
    with
En primer lugar hay que añadir un nuevo clase a la lista, reemplace
    con
В первую очередь добавьте класс в список. Замените
    на
  HTML. How to create a m...  
The onordered list is created using the
    tags. Open the ul tag and close it:
La lista desordenada es creada con ayuda de las etiquetas
    . Abra la etiqueta ul y cierre ella:
Ненумерованый список создается с помощью тэга
    tags. Откройте его и закройте:
  HTML/CSS. How to create...  
First of all add new class to the list, replace
    with
En primer lugar hay que añadir un nuevo clase a la lista, reemplace
    con
В первую очередь добавьте класс в список. Замените
    на
  Zen Cart. How to manage...  
Locate the following class:
    .
(English) Zen Cart. How to manage social icons links
(English) Zen Cart. How to manage social icons links
  “featureList” Slider | ...  
A bulleted list (a
    tag) with #tabs id defines block names. A bulleted list (
      tag) with #output id defines block content. For content list script attributes define the following values:
Una lista con viñetas (etiqueta
    ) con id de #tabs define nombres de bloques. Una lista con viñetas (etiqueta
      ) con id de #output define contenido de bloque. Para la lista del contenido los atributos de script definen los siguientes valores:
  “featureList” Slider | ...  
A bulleted list (a
    tag) with #tabs id defines block names. A bulleted list (
      tag) with #output id defines block content. For content list script attributes define the following values:
Una lista con viñetas (etiqueta
    ) con id de #tabs define nombres de bloques. Una lista con viñetas (etiqueta
      ) con id de #output define contenido de bloque. Para la lista del contenido los atributos de script definen los siguientes valores:
  “Sliced Image” Slider |...  
All the necessary images are placed to a bulleted list ( tag) that is placed to main tag with #wrapper id and . slide-box class. So in order to add an extra slide you will need to add the following coding structure:
Todas las imágenes necesarias se colocan en una lista con viñetas (etiqueta
    ) que se coloca en la etiqueta
    principal con id de #wrapper y clase .slide-box. Así que para añadir un slide adicional tendrá que añadir la siguiente estructura de codificación:
  “RoundAbout” Image Gall...  
The gallery HTML is simply built with a bulleted list (
    tag) with #myRoundabout id.
HTML de galería se basa sobre una lista con viñetas (etiqueta
    ) con id de #myRoundabout.
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  JS Animated. How to edi...  
Open any index file. You can use the search tool (CTRL+F) and search for the button titles or just scroll down through the code. The menus are usually created using the unordered list structure (
    and
  • tags):
Откройте любой файл index. Вы можете использовать инструмент поиска (CTRL+F) и найти названия кнопок или просто прокрутить вниз файла. Пункты меню, как правило, созданы, используя структуру неупорядоченного списка (тэги
    и
  • ):
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  “Gallery with fade effe...  
addClass('current') return false }) // the code below is for prev/next buttons if they are required $('#gallery a[rel="next"],#gallery #pic img'). live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').
$(function(){ // primero creamos una función que va a cambiar las imágenes var replaceImg=function(href){ var img=$('#gallery #pic img').eq(0),nImg=document.createElement('img') $('#gallery #pic').append($(nImg).css('opacity',0)) nImg.onload=function(){$(this).animate({opacity:1},'fast');img.remove()} nImg.src=href } // ahora la función que va a procesar la acción del clic de ratón en la imagen de vista previa $('#gallery #thumbs li a').click(function(){ $('#gallery #thumbs .current').removeClass('current') replaceImg($(this).attr('href')) $(this).addClass('current') return false }) // este código es para los botones prev/next, si son necesarios $('#gallery a[rel="next"],#gallery #pic img').live('click',function(){ var curr,indx=0,len=$('#gallery #thumbs ul li a').length $('#gallery #thumbs ul li a').each(function(){if(this.className.indexOf('current')!=-1){curr=indx}else{indx++}}) $('#gallery #thumbs ul li a.current').removeClass('current') $('#gallery #thumbs ul li a').eq(((curr+1)
  osCommerce. How to add ...  
Relation: Administer
  “RoundAbout” Image Gall...  
The script initializes and element (usually
    tag, but it could be
    tag as well) with #myRoundabout id. The shape parameter defines the form of gallery display:
El script inicializa y un elemento (por lo general etiqueta
    , pero también puede encontrar etiqueta
    ) con id de #myRoundabout. El parámetro de forma define la forma de mostrar la galería: