Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów
Problem z zakładka i kursorem - Wersja do druku

+- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl)
+-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www)
+--- Dział: Początkujący webmaster (https://www.webmastertalk.pl/forum-poczatkujacy-webmaster)
+--- Wątek: Problem z zakładka i kursorem (/thread-problem-z-zakladka-i-kursorem)

Strony: 1 2


RE: Problem z zakładka i kursorem - TorrnadoPL - 11-01-2012




RE: Problem z zakładka i kursorem - n0xx - 11-01-2012

sciagasz gif'a i wrzucasz jak kazdy inny obrazek

<img src="nazwagifa.gif">


RE: Problem z zakładka i kursorem - TorrnadoPL - 11-01-2012

Kod:
#slider {
    position: relative;
    width: 100%;
}

#header_wrapper {
    width: 100%;
    background: url(../images/templatmeo_header.jpg) no-repeat top center;
}
BODY
*
{
cursor:url("http://cur.cursors-4u.net/nature/images10/nat1014.png"),auto;  
}
#header {
    background: url(../images/templatmeo_header.jpg) no-repeat top center;
    width: 980px;
    height: 180px;
    margin: 0 auto;
    padding-top: 35px;
    text-align: center;
}

#menu_wrapper {
    width: 100%;
    background: url(../images/templatemo_menu.jpg) no-repeat top center;
}

#menu {
    background: url(../images/templatemo_menu.jpg) no-repeat top center;
    width: 980px;
    height: 103px;
    margin: 0 auto;
    padding-top: 4px;
}

#content_wrapper {
    width: 100%;
    background: url(../images/templatemo_content.jpg) no-repeat top center;
}

#content {
    background: url(../images/templatemo_content.jpg) no-repeat top center;
    width: 920px;
    height: 428px;
    padding: 0 80px;
    margin: 0 auto
}

#footer_wrapper {
    width: 100%;
    background: url(../images/templatemo_footer.jpg) no-repeat top center
}

#footer {
    height: 10px;
    width: 920px;
    padding: 20px 0;
    margin: 0 auto;
    color: #FF8C00;
    text-align: center;
    background: url(../images/templatemo_footer.jpg) no-repeat top center    

}

[quote]#footer a {
    color: ##FF8C00;
[b]<img src="http://animowane-gify.skryptoteka.pl/images/2/2/18.gif"> [/b][/quote]
}


.scroll {
    height: 415px;
    width: 860px;
    overflow: auto;
/*   overflow-x: hidden; */
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    height: 380px;
    width: 800px;
    padding: 35px 30px 0 30px;
}

ul.navigation {
    width: 670px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.navigation li {
display:block;
float:left;
overflow:hidden

}

ul.navigation a{
float: left;
display: block;
height: 70px;
padding: 34px 15px 0 15px;
color: #FFFFFF;
font-size: 18px;
font-weight: bold;
text-decoration: none;
text-align: center;
color:#000;
font-weight:bold;

}

ul.navigation a:hover, ul.navigation a.selected {
color: #FFFF00;
}


ul.navigation a:hover, ul.navigation a.selected {
    color: #FFFF00;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
    width: 0;
    height: 0;
}

}
.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}
niema