代码搜索:Thickbox
找到约 98 项符合「Thickbox」的源代码
代码结果 98
www.eeworm.com/read/386037/8770407
js thickbox.js
/*
* Thickbox 2.1 - jQuery plugin for displaying content in a box above the page
*
* Copyright (c) 2006, 2007 Cody Lindley (http://www.codylindley.com)
*
* Licensed under the MIT License:
* h
www.eeworm.com/read/386037/8770434
css thickbox.css
html, body {
min-height: 100%;
height: auto !important;
height: 100%
}
#TB_window {
font: 85% Arial, sans-serif;
color: #333;
}
#TB_secondLine {
font: 75% Arial, sans-serif;
color:#666;
}
#TB_
www.eeworm.com/read/375997/9339483
css thickbox.css
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox
www.eeworm.com/read/462347/7202559
css thickbox.css
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox
www.eeworm.com/read/462347/7202591
js thickbox.js
/*
* Thickbox 3.1 - One Box To Rule Them All.
* By Cody Lindley (http://www.codylindley.com)
* Copyright (c) 2007 cody lindley
* Licensed under the MIT License: http://www.opensource.org/licen
www.eeworm.com/read/453806/7410958
js thickbox.js
//on page load call TB_init
$(document).ready(TB_init);
//add thickbox to href elements that have a class of .thickbox
function TB_init(){
$("a.thickbox").click(function(){
var t = this.title
www.eeworm.com/read/318759/13472235
js thickbox.js
/*
* Thickbox 3.1 - One Box To Rule Them All.
* By Cody Lindley (http://www.codylindley.com)
* Copyright (c) 2007 cody lindley
* Licensed under the MIT License: http://www.opensource.org/lice
www.eeworm.com/read/318759/13472860
css thickbox.css
@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox
www.eeworm.com/read/493711/6389173
js thickbox.js
/*
* Thickbox 2.1 - jQuery plugin for displaying content in a box above the page
*
* Copyright (c) 2006, 2007 Cody Lindley (http://www.codylindley.com)
*
* Licensed under the MIT License:
* h
www.eeworm.com/read/493711/6389176
css thickbox.css
HTML {
MIN-HEIGHT: 100%; HEIGHT: 100%
}
BODY {
MIN-HEIGHT: 100%; HEIGHT: 100%
}
#TB_window {
FONT: 85% Arial, sans-serif; COLOR: #333
}
#TB_secondLine {
FONT: 75% Arial, sans-serif; COLO