Autor Zpráva
pinkytm
Profil
Ahoj,
Problem je v tom ked do kody vlozim tag <link rel="stylesheet" type="text/css" href="CSS.css"> a takto vyzera kod:
<style>
body, html { scrollbar-base-color: black; scrollbar-track-color: green; scrollbar-arrow-color: red; scrollbar-highlight-color: black}
</style>

<style>
body {cursor: crosshair}
</style>

<style>
.nadpis {text-align: center; text-decoration: overline; color: yellow; font-weight: bold; font-size: 24px}
.small {font-family: Arial; font-size: 10px; font-color: gray}
.podnadpis {text-align: center; color: yellow; font-size: 20px; font-weight: bold}
</style>

<style type="text/css">
a {text-decoration: none;color: maroon;cursor: crosshair}
marquee {cursor: crosshair}
hr {color: red}
input {cursor: crosshair}
a:hover {text-decoration: underline}
pre {font-family: Arial; font-size: 14px; text-align: center}
</style>

tak vsetko okrem class nadpis funguje. Uplne vsetko okrem toho. Viete v com je problem pls? Dakujem
roberta
Profil
v súbore CSS.css vymaž tagy <style...></style>


body, html { scrollbar-base-color: black; scrollbar-track-color: green; scrollbar-arrow-color: red; scrollbar-highlight-color: black}

body {cursor: crosshair}



.nadpis {text-align: center; text-decoration: overline; color: yellow; font-weight: bold; font-size: 24px}
.small {font-family: Arial; font-size: 10px; font-color: gray}
.podnadpis {text-align: center; color: yellow; font-size: 20px; font-weight: bold}



a {text-decoration: none;color: maroon;cursor: crosshair}
marquee {cursor: crosshair}
hr {color: red}
input {cursor: crosshair}
a:hover {text-decoration: underline}
pre {font-family: Arial; font-size: 14px; text-align: center}

pinkytm
Profil
vyskusam
pinkytm
Profil
Funguje
Dakujem pekne.S tymto som sa trapil asi pol roka :D
peta
Profil
pinkytm
jakpsatweb - css - CSS prakticky

"
Dejme tomu, že jsem si vytvořil soubor pokus.css. Má třeba tento obsah (vložil jsem sem všechny již zmíněné definice):

p {text-indent: 30px; margin: 0px 0px 0px 0px, }
a {text-decoration: none}
a:link {color: green}
a:visited {color: navy}
a:active {color: black}
a:hover {color: red; text-decoration: underline}
h2 {color: blue; font-style: italic}
h1 {color: green; text-align: center}
"

"
Záludnost

Externí stylopis v samostatném souboru nezačínejte tagem <style>.
"


jakpsatweb - css - priklady
Toto téma je uzamčeno. Odpověď nelze zaslat.

0