Tuesday, 28 December 2010

JQuery播放圖片+常用燈箱

應用在府版展覽Banner,最陽春的圖片slideshow效果
/* jQuery Image Slideshow & Multimedia Gallery Plugins
-------------------------------------------------------- */
<style type="text/css">
.slideshow { height: 163px; width: 980px;}
.slideshow img { z-index:8;}
.slideshow img.active { z-index:10;}
.slideshow img.last-active { z-index:9;}
</style>

<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.latest.js"></script>
<script type="text/javascript">
$(document).ready(function() {
    $('.slideshow').cycle({
  fx: 'fade' // choose your transition type, ex: fade, shuffle, etc...
 });
});
</script>

<div class="slideshow">
<a href="#1"><img src="images/1.jpg" width="980" height="163" /></a>
<a href="#2"><img src="images/2.jpg" width="980" height="163" /></a>
<a href="#3"><img src="images/3.jpg" width="980" height="163" /></a>
</div>


其它樣式
15-jquery-slideshow-and-plugins
20-jquery-image-and-multimedia-gallery-plugins
其他應用網站
National Media Museum
Fondation Beyeler

Thursday, 4 November 2010

隱藏 Blogger NavBar

/* Navigation
----------------------------------------------- */
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

Wednesday, 3 November 2010

消除連結虛線框

/* Remove dotted outline on links
----------------------------------------------- */
a {
outline: none; /* for Firefox */
AsYouWish:expression(this.onFocus=this.blur()); /* for IE */
}


AsYouWish顧名思義,就是要命啥名都可以,同樣的效果,網路上有人將它命為
noFocusLine:expression(this.onFocus=this.blur());
有的命為
blr:expression(this.onFocus=this.blur());

Thursday, 7 October 2010

comprar

  1. ¿Qué desean?
    ¿En qué puedo servirles (los/las)?
    Quiero~
    Quería~ (para mí /una chica joven /un señor mayor)
  2. ¿Cuánto cuestan?
    ¿Cuánto valen?
    ¿Qué precio tiene?
    ¿Cuál es el precio?
    ¿Cuánto es/son?
    €10.72
    Díez euro con/y setenta y doscéntimos
  3. ¿Cómo los/las quiere?
    Los/Las quiero~ (de pana, lana, seda, algodón, tela)
    Los/Las quiero~ (de negro)
    (negro/as)

Sunday, 3 October 2010

color

red rojo / roja circle el círculo
pink rosado / rosada square el cuadrado
orange anaranjado / anaranjada rectangle el rectángulo
yellow amarillo / amarilla triangle el triángulo
green verde oval el óvalo
blue azul cube el cubo
light blue celeste sphere la esfera
purple morado / morada cylinder el cilindro
violet violeta cone el cono
brown marrón octagon el octágono
black negro / negra box la caja
gray gris pyramid la pirámide
white blanco / blanca
golden dorado / dorada dark oscuro / oscura
silver plateado / plateada light claro / clara


All adjectives in Spanish are placed after the noun that they describe and they agree in gender (masculine or feminine) and number (singular or plural) with the noun. Notice that some colors do not change for gender (marrón) or number (gris). To change an adjective to the feminine form, you usually just change the final -o to -a. To make an adjective plural, simply add an -s.

a red house = una casa roja