Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [JavaScript]olx, zmiana koloru tekstu
thumas
post 1.06.2015, 13:56:41
Post #1





Grupa: Zarejestrowani
Postów: 3
Pomógł: 0
Dołączył: 1.06.2015

Ostrzeżenie: (0%)
-----


chce zmienić kolor wyświetlanego tekstu z czarnego na niebieski, czy jest to wogóle możliwe?
Jeśli ktoś potrafi i zna odpowiedz proszę o rozwiązanie poniżej.
Go to the top of the page
+Quote Post
rad11
post 1.06.2015, 13:58:24
Post #2





Grupa: Zarejestrowani
Postów: 1 270
Pomógł: 184
Dołączył: 7.10.2012
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


http://www.w3schools.com/cssref/pr_text_color.asp
Go to the top of the page
+Quote Post
thumas
post 1.06.2015, 14:57:08
Post #3





Grupa: Zarejestrowani
Postów: 3
Pomógł: 0
Dołączył: 1.06.2015

Ostrzeżenie: (0%)
-----


nic z tych rzeczy nie pomaga
Go to the top of the page
+Quote Post
rad11
post 1.06.2015, 15:06:19
Post #4





Grupa: Zarejestrowani
Postów: 1 270
Pomógł: 184
Dołączył: 7.10.2012
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


A pokaz w jaki sposob to robisz. W ostatecznosci mozesz uzyc js.
Go to the top of the page
+Quote Post
thumas
post 1.06.2015, 16:00:19
Post #5





Grupa: Zarejestrowani
Postów: 3
Pomógł: 0
Dołączył: 1.06.2015

Ostrzeżenie: (0%)
-----


pakowałem <!DOCTYPE html>
<html>
<head>
<style>
#myDIV {
position: absolute;
width: 100px;
height: 100px;
background-color: coral;
}
</style>
</head>
<body>

<p>Click the "Try it" button to set the text-color of the DIV element to "lightblue":</p>

<button onclick="myFunction()">Try it</button>

<div id="myDIV">
<h1>myDIV</h1>
</div>

<script>
function myFunction() {
document.getElementById("myDIV").style.color = "lightblue";
}
</script>

</body>
</html>
wkleiłem np. ten kod i tekst wymieniłem
Go to the top of the page
+Quote Post
rad11
post 1.06.2015, 16:10:37
Post #6





Grupa: Zarejestrowani
Postów: 1 270
Pomógł: 184
Dołączył: 7.10.2012
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


https://jsfiddle.net/82wefxks/

Niby dziala a konsola cos podpowiada?

Ten post edytował rad11 1.06.2015, 16:10:49
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 20.06.2025 - 22:29