Đưa Skin mới vào diễn đàn sử dụng ! Nếu quá trình sử dụng diễn đàn xảy ra lỗi, xin vui lòng liên hệ Admin để báo lỗi ! Cảm ơn !

You are not connected. Please login or register

[3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) .....

Trang 6 trong tổng số 7 trang Chuyển đến trang : Previous  1, 2, 3, 4, 5, 6, 7  Next

  • Please log in to post a topic

  • Quý Ròm

    Quý Ròm
    Quý Ròm

    Quý Ròm

    Group: Administrator

    Hiện đang:
    Bài viết : 3745
    Points : 11240
    Birthday : 21/02/1991
    Thanks : 4736
    Đến từ : Hà Nội

    Administrator

    Administrator
    Bài viết thứ :1

    Đăng vào:11/9/2012, 16:43

    Administrator
    First topic message reminder :

    Demo:
    [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 118
    [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 215[3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 311
    Mô tả
    lấy từ nguồn
    ToxiGeek!
    bất kì chỗ nào có form đăng nhập hay trên thanh Nav mặc định khi ấn vào đều có form fancybox hiện ra
    xem ảnh fancybox + tin nhắn fancy
    Và dùng được cho cả 4 phiên bản


    Cách làm :
    MODULES >> HTML & JAVASCRIPT
    Javascript codes management : Tạo 1 js mới :

    Title * : Fancybox 3 in 1
    Placement : In all the pages
    Javascript Code * :
    Code:
    // Tipo de fancyBox: "all" o "images"
    var typefancyBox='all';
     
    eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('1.2(\'<g h="i" j="3://4-5.6.7/8/9/0/a-b.0" c="d/0" />\\n\');1.2(\'<e k="3://4-5.6.7/8/9/f/a-b-\'+l+\'.f" c="d/m"></e>\\n\');',24,24,'css|document|write|http|scripts|giobanii|googlecode|com|svn|trunk|forumotion|facybox|type|text|script|js|link|rel|stylesheet|href|src|typefancyBox|javascript|'.split('|'),0,{}))

    Tiếp theo vào css thêm đoạn code này :
    Code:

    .fancybox-tmp iframe,.fancybox-tmp object {
    vertical-align:top;
    margin:0;
    padding:0;
    }

    .fancybox-wrap {
    position:absolute;
    top:0;
    left:0;
    z-index: 999;
    }

    .fancybox-outer {
    background:#f9f9f9;
    color:#444;
    text-shadow:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin:0;
    padding:0;
    }

    .fancybox-opened {
    z-index: 999;
    }

    .fancybox-opened .fancybox-outer {
    -webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
    box-shadow:0 10px 25px rgba(0,0,0,0.5);
    }

    .fancybox-inner {
    width:100%;
    height:100%;
    position:relative;
    outline:0;
    overflow:hidden;
    margin:0;
    padding:0;
    }

    .fancybox-error {
    color:#444;
    font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin:0;
    padding:10px;
    }

    .fancybox-image,.fancybox-iframe {
    display:block;
    width:100%;
    height:100%;
    border:0;
    vertical-align:top;
    margin:0;
    padding:0;
    }

    .fancybox-image {
    max-width:100%;
    max-height:100%;
    }

    #fancybox-loading {
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-21px;
    margin-left:-21px;
    width:42px;
    height:42px;
    background:url(http://www.9xstudio.biz/users/2012/10/88/45/album/fancyb10.gif);
    opacity:.8;
    cursor:pointer;
    z-index: 999;
    }

    .fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image:url(http://www.9xstudio.biz/users/2012/10/88/45/album/fancyb10.png);
    }

    .fancybox-close {
    position:absolute;
    top:-18px;
    right:-18px;
    width:36px;
    height:36px;
    cursor:pointer;
    z-index: 999;
    }

    .fancybox-prev,.fancybox-next {
    position:absolute;
    top:0;
    width:40%;
    height:100%;
    cursor:pointer;
    background:transparent url(http://www.9xstudio.biz/users/2012/10/88/45/album/blank110.gif);
    z-index: 999;
    }

    .fancybox-next {
    right:0;
    }

    .fancybox-prev span,.fancybox-next span {
    position:absolute;
    top:50%;
    left:-9999px;
    width:36px;
    height:36px;
    margin-top:-18px;
    cursor:pointer;
    z-index: 999;
    }

    .fancybox-prev span {
    background-position:0 -36px;
    }

    .fancybox-next span {
    background-position:0 -72px;
    }

    .fancybox-prev:hover span {
    left:20px;
    }

    .fancybox-next:hover span {
    left:auto;
    right:20px;
    }

    .fancybox-tmp {
    position:absolute;
    top:-9999px;
    left:-9999px;
    overflow:visible;
    visibility:hidden;
    padding:0;
    }

    #fancybox-overlay {
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    display:none;
    z-index:999;
    background:#000;
    }

    .fancybox-title-float-wrap {
    position:absolute;
    bottom:0;
    right:50%;
    margin-bottom:-35px;
    z-index:999;
    text-align:center;
    }

    .fancybox-title-float-wrap .child {
    display:inline-block;
    margin-right:-100%;
    background:rgba(0,0,0,0.8);
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    text-shadow:0 1px 2px #222;
    color:#FFF;
    font-weight:700;
    line-height:24px;
    white-space:nowrap;
    padding:2px 20px;
    }

    .fancybox-title-outside-wrap {
    position:relative;
    margin-top:10px;
    color:#fff;
    }

    .fancybox-title-inside-wrap {
    margin-top:10px;
    }

    .fancybox-title-over-wrap {
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    background:rgba(0,0,0,.8);
    padding:10px;
    }

    #fancybox-buttons {
    position:fixed;
    left:0;
    width:100%;
    z-index: 999;
    }

    #fancybox-buttons.top {
    top:10px;
    }

    #fancybox-buttons.bottom {
    bottom:10px;
    }

    #fancybox-buttons ul {
    display:block;
    width:170px;
    height:30px;
    list-style:none;
    -webkit-box-shadow:0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
    -moz-box-shadow:0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
    background:#111 0 0 50% 50% 100%;
    border-radius:3px;
    margin:0 auto;
    padding:0;
    }

    #fancybox-buttons ul li {
    float:left;
    margin:0;
    padding:0;
    }

    #fancybox-buttons a {
    display:block;
    width:30px;
    height:30px;
    text-indent:-9999px;
    background-image:url(http://www.9xstudio.biz/users/2012/10/88/45/album/fancyb11.png);
    background-repeat:no-repeat;
    outline:0;
    }

    #fancybox-buttons a.btnPrev {
    width:32px;
    background-position:6px 0;
    }

    #fancybox-buttons a.btnNext {
    background-position:-33px 0;
    border-right:1px solid #3e3e3e;
    }

    #fancybox-buttons a.btnPlay {
    background-position:0 -30px;
    }

    #fancybox-buttons a.btnPlayOn {
    background-position:-30px -30px;
    }

    #fancybox-buttons a.btnToggle {
    background-position:3px -60px;
    border-left:1px solid #111;
    border-right:1px solid #3e3e3e;
    width:35px;
    }

    #fancybox-buttons a.btnToggleOn {
    background-position:-27px -60px;
    }

    #fancybox-buttons a.btnClose {
    border-left:1px solid #111;
    width:38px;
    background-position:-57px 0;
    }

    #fancybox-buttons a.btnDisabled {
    opacity:.5;
    cursor:default;
    }

    .fancybox-prev:hover,.fancybox-next:hover,.fancybox-opened .fancybox-title {
    visibility:visible;
    }

    .iconPlayer {
    background:url(http://www.9xstudio.biz/users/2012/10/88/45/album/play-o10.png) no-repeat scroll center center transparent;
    left:140px;
    opacity:.8;
    position:absolute;
    margin-top:85px;
    z-index:99;
    padding:40px!important;
    }

    .fancyimg-fmvi {
    cursor:0;
    }

    #tooltip .tiplFMvi {
    border-bottom:2px dotted #ddd;
    padding-bottom:5px;
    margin-bottom:5px;
    }

    #tooltip {
    max-width:550px;
    position:absolute;
    border-radius:3px;
    color:#000;
    z-index:99;
    border:1px solid #ddd;
    font:12px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    background:#fff url(http://i43.servimg.com/u/f43/16/03/04/56/white_10.png);
    padding:0;
    }

    .entry-content img {
    max-width:350px;
    }
    Xong yêu thế
    nguồn : [You must be registered and logged in to see this link.]



    Được sửa bởi Chupy ngày 6/3/2014, 00:24; sửa lần 3.

    #1 - Posted 11/9/2012, 16:43
    luuquanghuy

    luuquanghuy
    luuquanghuy

    luuquanghuy

    Group: Member

    Hiện đang:
    Bài viết : 10
    Points : 10
    Birthday : 30/06/1996
    Thanks : 0

    Member

    Member
    Bài viết thứ :126

    Đăng vào:25/4/2013, 09:52

    Member
    view

    #126 - Posted 25/4/2013, 09:52
    xuannuocnam

    xuannuocnam
    xuannuocnam

    xuannuocnam

    Group: Member

    Hiện đang:
    Bài viết : 211
    Points : 241
    Thanks : 6

    Member

    Member
    Bài viết thứ :127

    Đăng vào:25/4/2013, 17:18

    Member
    xem

    #127 - Posted 25/4/2013, 17:18
    wisu123

    wisu123
    wisu123

    wisu123

    Group: Member

    Hiện đang:
    Bài viết : 333
    Points : 353
    Thanks : 20

    Member

    Member
    Bài viết thứ :128

    Đăng vào:27/4/2013, 16:32

    Member
    xem

    #128 - Posted 27/4/2013, 16:32
    huyvip83

    huyvip83
    huyvip83

    huyvip83

    Group: Member

    Hiện đang:
    Bài viết : 528
    Points : 610
    Birthday : 13/07/1983
    Thanks : -73

    Member

    Member
    Bài viết thứ :129

    Đăng vào:28/4/2013, 01:37

    Member
    xem

    #129 - Posted 28/4/2013, 01:37
    Slash+

    Slash+
    Slash+

    Slash+

    Group: Member

    Hiện đang:
    Bài viết : 121
    Points : 144
    Thanks : 7

    Member

    Member
    Bài viết thứ :130

    Đăng vào:28/4/2013, 05:17

    Member
    Xem :d

    #130 - Posted 28/4/2013, 05:17
    Jerry

    Jerry
    Jerry

    Jerry

    Group: Member

    Hiện đang:
    Bài viết : 671
    Points : 1442
    Birthday : 01/01/1987
    Thanks : 596

    Member
    http://dskin.biz

    Member
    Bài viết thứ :131

    Đăng vào:28/4/2013, 06:59

    Member
    132213

    #131 - Posted 28/4/2013, 06:59
    http://dskin.biz
    Diệm Ma Hoàng

    Diệm Ma Hoàng
    Diệm Ma Hoàng

    Diệm Ma Hoàng

    Group: Member

    Hiện đang:
    Bài viết : 120
    Points : 129
    Birthday : 25/09/1999
    Thanks : 7

    Member

    Member
    Bài viết thứ :132

    Đăng vào:30/4/2013, 18:17

    Member
    xem

    #132 - Posted 30/4/2013, 18:17
    tnmualarung

    tnmualarung
    tnmualarung

    tnmualarung

    Group: Member

    Hiện đang:
    Bài viết : 91
    Points : 97
    Thanks : 4

    Member

    Member
    Bài viết thứ :133

    Đăng vào:24/5/2013, 11:23

    Member
    xem

    #133 - Posted 24/5/2013, 11:23
    braziken

    braziken
    braziken

    braziken

    Group: Member

    Hiện đang:
    Bài viết : 172
    Points : 177
    Birthday : 11/10/1997
    Thanks : 3

    Member

    Member
    Bài viết thứ :134

    Đăng vào:28/5/2013, 00:34

    Member
    xem

    #134 - Posted 28/5/2013, 00:34
    FON

    FON
    FON

    FON

    Group: Member

    Hiện đang:
    Bài viết : 98
    Points : 102
    Birthday : 30/09/1974
    Thanks : 6

    Member

    Member
    Bài viết thứ :135

    Đăng vào:28/5/2013, 01:38

    Member
    xem

    #135 - Posted 28/5/2013, 01:38
    Nhục Bồ Đoàn

    Nhục Bồ Đoàn
    Nhục Bồ Đoàn

    Nhục Bồ Đoàn

    Group: Member

    Hiện đang:
    Bài viết : 328
    Points : 362
    Thanks : 38

    Member

    Member
    Bài viết thứ :136

    Đăng vào:28/5/2013, 08:51

    Member
    [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 650269930

    #136 - Posted 28/5/2013, 08:51
    RABI345

    RABI345
    RABI345

    RABI345

    Group: Member

    Hiện đang:
    Bài viết : 8
    Points : 8
    Birthday : 08/07/1995
    Thanks : 0

    Member

    Member
    Bài viết thứ :137

    Đăng vào:28/5/2013, 19:08

    Member
    [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026 [3 In 1] Fancybox ( Tin nhắn + xem ảnh + Đăng nhập ) ..... - Page 6 2332812026

    #137 - Posted 28/5/2013, 19:08
    mrtienduc1999

    mrtienduc1999
    mrtienduc1999

    mrtienduc1999

    Group: Member

    Hiện đang:
    Bài viết : 55
    Points : 59
    Thanks : 0

    Member

    Member
    Bài viết thứ :138

    Đăng vào:29/5/2013, 09:03

    Member
    xem

    #138 - Posted 29/5/2013, 09:03
    gadaubac9x

    gadaubac9x
    gadaubac9x

    gadaubac9x

    Group: Member

    Hiện đang:
    Bài viết : 160
    Points : 165
    Birthday : 18/12/1994
    Thanks : 3

    Member

    Member
    Bài viết thứ :139

    Đăng vào:30/5/2013, 03:57

    Member
    xem

    #139 - Posted 30/5/2013, 03:57
    Julinho

    Julinho
    Julinho

    Julinho

    Group: Member

    Hiện đang:
    Bài viết : 38
    Points : 38
    Birthday : 24/09/1995
    Thanks : 0

    Member

    Member
    Bài viết thứ :140

    Đăng vào:1/6/2013, 12:15

    Member
    cười nhăn răng

    #140 - Posted 1/6/2013, 12:15
    vnauto

    vnauto
    vnauto

    vnauto

    Group: Member

    Hiện đang:
    Bài viết : 29
    Points : 32
    Birthday : 02/02/1973
    Thanks : 3

    Member

    Member
    Bài viết thứ :141

    Đăng vào:4/6/2013, 16:49

    Member
    fdf

    #141 - Posted 4/6/2013, 16:49
    acungo

    acungo
    acungo

    acungo

    Group: Member

    Hiện đang:
    Bài viết : 16
    Points : 14
    Birthday : 30/08/1994
    Thanks : 0

    Member

    Member
    Bài viết thứ :142

    Đăng vào:4/6/2013, 18:26

    Member
    hay

    #142 - Posted 4/6/2013, 18:26
    xOnEfM

    xOnEfM
    xOnEfM

    xOnEfM

    Group: Member

    Hiện đang:
    Bài viết : 117
    Points : 44
    Birthday : 19/01/1987
    Thanks : 13

    Member

    Member
    Bài viết thứ :143

    Đăng vào:4/6/2013, 18:44

    Member
    xem

    #143 - Posted 4/6/2013, 18:44
    imissziu

    imissziu
    imissziu

    imissziu

    Group: Member

    Hiện đang:
    Bài viết : 67
    Points : 71
    Birthday : 02/02/1993
    Thanks : 0

    Member

    Member
    Bài viết thứ :144

    Đăng vào:6/6/2013, 18:47

    Member
    xem

    #144 - Posted 6/6/2013, 18:47
    BlackScorpion

    BlackScorpion
    BlackScorpion

    BlackScorpion

    Group: Member

    Hiện đang:
    Bài viết : 62
    Points : 59
    Birthday : 31/10/1965
    Thanks : 1

    Member

    Member
    Bài viết thứ :145

    Đăng vào:12/6/2013, 10:48

    Member
    looking

    #145 - Posted 12/6/2013, 10:48
    Mr.Baut1102

    Mr.Baut1102
    Mr.Baut1102

    Mr.Baut1102

    Group: Member

    Hiện đang:
    Bài viết : 95
    Points : 109
    Thanks : 8

    Member

    Member
    Bài viết thứ :146

    Đăng vào:13/6/2013, 13:02

    Member
    Xem

    #146 - Posted 13/6/2013, 13:02
    huanst123

    huanst123
    huanst123

    huanst123

    Group: Member

    Hiện đang:
    Bài viết : 30
    Points : 30
    Birthday : 01/01/1990
    Thanks : 0

    Member

    Member
    Bài viết thứ :147

    Đăng vào:18/6/2013, 11:24

    Member
    aaaaa

    #147 - Posted 18/6/2013, 11:24
    Heat lee

    Heat lee
    Heat lee

    Heat lee

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 80
    Birthday : 03/03/1995
    Thanks : 0

    Member

    Member
    Bài viết thứ :148

    Đăng vào:5/7/2013, 19:04

    Member
    a

    #148 - Posted 5/7/2013, 19:04
    dragon_chan

    dragon_chan
    dragon_chan

    dragon_chan

    Group: Member

    Hiện đang:
    Bài viết : 33
    Points : 35
    Birthday : 02/03/1991
    Thanks : 0

    Member

    Member
    Bài viết thứ :149

    Đăng vào:5/7/2013, 20:20

    Member
    reppppppppp

    #149 - Posted 5/7/2013, 20:20
    Sait™

    Sait™
    Sait™

    Sait™

    Group: Member

    Hiện đang:
    Bài viết : 30
    Points : 32
    Birthday : 13/02/1996
    Thanks : 2

    Member

    Member
    Bài viết thứ :150

    Đăng vào:8/7/2013, 21:46

    Member
    Xemmmmmmmmmmmmmm

    #150 - Posted 8/7/2013, 21:46

    Sponsored content

    Sponsored content

    Group:
    Hiện đang:

    Bài viết thứ :151

    Đăng vào:

    #151 - Posted

    Trang 6 trong tổng số 7 trang Chuyển đến trang : Previous  1, 2, 3, 4, 5, 6, 7  Next

    Đang kiểm tra dữ liệu...

    Bạn phải điền đầy đủ thông tin đăng ký.

    Số ký tự phải từ 3 trở lên
    Hãy chọn tài khoản khác
    Có thể dùng tài khoản này
    Không sử dụng địa chỉ này
    E-mail sẽ được kiểm sau
    Số ký tự phải từ 3 trở lên
    Trùng tên đăng nhập
    Chưa đúng
    Chính xác

    Free forum | ©phpBB | Free forum support | Báo cáo lạm dụng | Thảo luận mới nhất
    YOUR BANNER HERE
    728x90