menu

- 0 / 0
(Tài liệu chưa được thẩm định)
Nguồn:
Người gửi: Đỗ Thanh Dương (trang riêng)
Ngày gửi: 13h:52' 25-10-2010
Dung lượng: 36.0 KB
Số lượt tải: 3
Nguồn:
Người gửi: Đỗ Thanh Dương (trang riêng)
Ngày gửi: 13h:52' 25-10-2010
Dung lượng: 36.0 KB
Số lượt tải: 3
Số lượt thích:
0 người
/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/
//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;
menu[1] = {
id:`menu1`, //use unique quoted id (quoted) REQUIRED!!
fontsize:`100%`, // express as percentage with the % sign
linkheight:30 , // linked horizontal cells height "img src="07.PNG"
hdingwidth:250 , // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///
bartext:`DO THANH DUONG`, // bar text (the vertical cell) use text or img tag
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave `link` and `target` RED to make a header
["KHOA HOC VÀ CONG NGHE"], //create header
["_MA HTML VA CODE_", "http://thanhduongltv.violet.vn/present/list/cat_id/2052330", ""],
["_ DE THI_", "http://thanhduongltv.violet.vn/present/list/cat_id/843488",""],
["_BAI GIANG_", "http://thanhduongltv.violet.vn/present/list/cat_id/843500", ""],
["_GIAO AN_", "http://thanhduongltv.violet.vn/present/list/cat_id/843494", ""],
["_MAU DONG HO FLASH_", "http://thanhduongltv.violet.vn/document/list/cat_id/2908814", ""],
["_KHO ANH DONG_", "http://thanhduongltv.violet.vn/entry/list/cat_id/2739291", ""],
["_ANH DEP_", "http://thanhduongltv.violet.vn/document/list/cat_id/2143098", "",],
["_BAI VIET_", "http://thanhduongltv.violet.vn/entry/list/cat_id/843513", ""],
["_TIN TUC_", "http://thanhduongltv.violet.vn/entry/list/cat_id/29513232", ""],
["_THU THUAT (BAI VIET)_", "http://thanhduongltv.violet.vn/entry/list/cat_id/2190289n", "_new"],
]}; // REQUIRED!! do not edit or remove
menu[2] = { // REQUIRED!! This menu explicitly declares all available options even if they are the same as the defaults
id:`menu2`, //use unique quoted id (quoted) REQUIRED!!
/////////////////////////////////////
///////////// no quotes for these properties (numbers represent pixels unless otherwise noted): ////////////
/////////////////////////////////////
user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu
user_defined_markup:false, //if true, prevents script from generating markup for this menu
design_mode:false, //if true, generates a report of the script generated/intended styles and markup (as a design aid)
menutop:160, // initial top offset - except for top menu, where it is meaningless
menuleft:`45%`, // initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: `50%`)
keepinview:80, // Use false (for not static) - OR - true or numeric top offset when page scrolls
menuspeed:0, // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:500, // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:3, // Available columns in menu body as integer
allowtransparent:false, // true to allow page to show through menu if other bg`s are transparent or border has gaps
barwidth:20, // bar (the vertical cell) width
wrapbar:true, // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu
hdingwidth:210, // heading - non linked horizontal cells width
hdingheight:25, // heading - non linked horizontal cells height
hdingindent:1, // heading - non linked horizontal cells text-indent represents ex units (@8 pixels decimals allowed)
linkheight:20, // linked horizontal cells height
linktopad:3, // linked horizontal cells top padding
borderwidth:2, // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:`#000080`, // inner border color
borderstyle:`solid`, // inner border style (solid, dashed, inset, etc.)
outbrdwidth:`0ex 0ex 0ex 0ex`, // outer border-width used for this menu
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/
//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;
menu[1] = {
id:`menu1`, //use unique quoted id (quoted) REQUIRED!!
fontsize:`100%`, // express as percentage with the % sign
linkheight:30 , // linked horizontal cells height "img src="07.PNG"
hdingwidth:250 , // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///
bartext:`DO THANH DUONG`, // bar text (the vertical cell) use text or img tag
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave `link` and `target` RED to make a header
["KHOA HOC VÀ CONG NGHE"], //create header
["_MA HTML VA CODE_", "http://thanhduongltv.violet.vn/present/list/cat_id/2052330", ""],
["_ DE THI_", "http://thanhduongltv.violet.vn/present/list/cat_id/843488",""],
["_BAI GIANG_", "http://thanhduongltv.violet.vn/present/list/cat_id/843500", ""],
["_GIAO AN_", "http://thanhduongltv.violet.vn/present/list/cat_id/843494", ""],
["_MAU DONG HO FLASH_", "http://thanhduongltv.violet.vn/document/list/cat_id/2908814", ""],
["_KHO ANH DONG_", "http://thanhduongltv.violet.vn/entry/list/cat_id/2739291", ""],
["_ANH DEP_", "http://thanhduongltv.violet.vn/document/list/cat_id/2143098", "",],
["_BAI VIET_", "http://thanhduongltv.violet.vn/entry/list/cat_id/843513", ""],
["_TIN TUC_", "http://thanhduongltv.violet.vn/entry/list/cat_id/29513232", ""],
["_THU THUAT (BAI VIET)_", "http://thanhduongltv.violet.vn/entry/list/cat_id/2190289n", "_new"],
]}; // REQUIRED!! do not edit or remove
menu[2] = { // REQUIRED!! This menu explicitly declares all available options even if they are the same as the defaults
id:`menu2`, //use unique quoted id (quoted) REQUIRED!!
/////////////////////////////////////
///////////// no quotes for these properties (numbers represent pixels unless otherwise noted): ////////////
/////////////////////////////////////
user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu
user_defined_markup:false, //if true, prevents script from generating markup for this menu
design_mode:false, //if true, generates a report of the script generated/intended styles and markup (as a design aid)
menutop:160, // initial top offset - except for top menu, where it is meaningless
menuleft:`45%`, // initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: `50%`)
keepinview:80, // Use false (for not static) - OR - true or numeric top offset when page scrolls
menuspeed:0, // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:500, // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:3, // Available columns in menu body as integer
allowtransparent:false, // true to allow page to show through menu if other bg`s are transparent or border has gaps
barwidth:20, // bar (the vertical cell) width
wrapbar:true, // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu
hdingwidth:210, // heading - non linked horizontal cells width
hdingheight:25, // heading - non linked horizontal cells height
hdingindent:1, // heading - non linked horizontal cells text-indent represents ex units (@8 pixels decimals allowed)
linkheight:20, // linked horizontal cells height
linktopad:3, // linked horizontal cells top padding
borderwidth:2, // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:`#000080`, // inner border color
borderstyle:`solid`, // inner border style (solid, dashed, inset, etc.)
outbrdwidth:`0ex 0ex 0ex 0ex`, // outer border-width used for this menu
Chào thầy Dương tôi xin gia nhập trang của thầy nhé.còn co de 20/11 chiều nay thầy nguyễn Mến đã giúp nhưng tôi thấy cái đó chưa đẹp. thầy có co nào hay hơn giới thiieuj nhé . xin cảm ơn.
cái của thầy vẫn giống cái của thầy Mến mà.
HI! XIN CHÀO THẦY GIÁO THANH DƯƠNG "365 NGÀY ĐỀU LÀ NGÀY 20/11"
Cám ơn thầy Hùng và thầy Quang ghé thăm. Chúc vui vẻ.







Ý kiến trao đổi