Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów
problem z CSS pod firefox - 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ł: xHTML, CSS, JavaScript (https://www.webmastertalk.pl/forum-xhtml-css-javascript)
+--- Wątek: problem z CSS pod firefox (/thread-problem-z-css-pod-firefox)



problem z CSS pod firefox - mateo - 12-09-2009




RE: problem z CSS pod firefox - mar22 - 12-09-2009

poprawilem to dla Ciebie. Pozdro

Kod:
.logowanie {
    text-align: center;
    margin: 0 auto;
    font-family: Verdana;
    font-size: 10px;
}

.logowanie a {
    color: #8e0202;
    text-decoration: none;
}

.logowanie a:link {
    color: #8e0202;
    text-decoration: none;
}

.logowanie a:visited {
    color: #8e0202;
    text-decoration: none;
}

.logowanie a:hover {
    color: #000000;
    text-decoration: none;
    
}

.menu {
      margin: 0 auto;
  padding: 0;
  overflow: hidden;
    width: auto;

z-index: 1;  

}

.hello {
    width: 500px;
    height: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-family: Verdana;
    font-size: 12px;
}

.panel {
      margin: 0 auto;
  padding: 0;
  overflow: hidden;
    width: 1000px;

    border:1px solid #333333;

  
    z-index: 2;  
}

.lewa {
    width: 180px;
    background-color: #ffffff;
    float: left;
}

.prawa {
    width: 820px;
    background-color: #e8e8e8;
    float: left;
}

.lista {
    width: 160px;
    text-align: left;
    background-color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;    
}

.tekst {
    width: 800px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

li {
    width: 150px;
    height: 30px;
    margin-left: 10px;
    list-style: none;
    display: block;
    font-size: 12px;    
    padding: 7px 3px 3px 7px;
}

ul {
    width: 150px;
    list-style: none;
    display: block;
    margin-left: 10px;
    padding: 0px;
}



RE: problem z CSS pod firefox - mateo - 12-09-2009

Dzięki Smile