Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

tung

Latest topics


    [Code Phpbb3] Hiệu Ứng Menu trượt bên trái forum

    Ruby
    Ruby
    User's Founder


    Bài viết : 460
    Ryo : 4839
    Cảm ơn : 3022
    Nam Date : 09/04/2012
    Tuổi : 25
    Đến từ : Việt Nam

    [Code Phpbb3] Hiệu Ứng Menu trượt bên trái forum Empty [Code Phpbb3] Hiệu Ứng Menu trượt bên trái forum

    Bài gửi by Ruby Fri May 04, 2012 1:25 pm

    [Code Phpbb3] Hiệu Ứng Menu trượt bên trái forum XjpAD

    Cách làm :
    Cho đoạn sau vào Css :
    Code:
    ul.navlinks {
        background-color: #008CED;
        background-image: url("http://i67.servimg.com/u/f67/11/27/24/66/blue15.png");
        background-position: left top;
        background-repeat: repeat-x;
        border-bottom-color: #FFFFFF;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-style: solid;
        border-bottom-width: 4px;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: #FFFFFF;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: solid;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 0 12px #000000;
        left: 0;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        position: fixed;
        top: 0;
        width: auto !important;
        z-index: 50;
    }
    .mainmenu {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #E0F4FF;
        border-bottom-color: #FFFFFF;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 10px;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: #FFFFFF;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-left-style-value: solid;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-left-width-value: 2px;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: #FFFFFF;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-right-style-value: solid;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-right-width-value: 2px;
        border-top-color: #FFFFFF;
        border-top-left-radius: 10px;
        border-top-right-radius: 2px;
        border-top-style: solid;
        border-top-width: 2px;
        box-shadow: 0 0 4px #000000;
        display: block;
        margin-bottom: 6px;
        margin-left: 6px;
        margin-right: 6px;
        margin-top: 6px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }
    .mainmenu:hover {
        -moz-transform: rotate(12deg);
        background-color: #FAE3BB;
    }
    .mainmenu:focus {
        -moz-transform: rotate(24deg);
        background-color: #FABBBB;
    }

    Nguồn: CNTT-K3

      Hôm nay: Mon May 13, 2024 9:16 am