HTML ADVANCED

 0    4 schede    mateuszsly
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda język polski Risposta język polski
Pobieranie wysoości sekcji/taga:
const wysokoscSekcji1 = $('. sekcja1'). height(); Pobieranie wysoości sekcji/taga:
inizia ad imparare
Pobieranie wysoości sekcji/taga:
1... height() - pobiera tylko wysokość 2... innerHeight() - wysokość i padding 3... outerHeight() - wysokość + border + padding 4... outerHeight(true) - wysokość + border + padding + mar
Sprawdzamy pobieramy wysokość elementu.
inizia ad imparare
Sprawdzamy pobieramy wysokość elementu. const wysokoscSekcji1 = document. querySelector('. sekcja1'). clientHeight;
wysokość elementu html
inizia ad imparare
. offsetHeight i. clientHeight to jest to samo.
. offsetTop
inizia ad imparare
. offsetTop - to jest właściwość która określi jaka jest odległoś od początku. const odlegloscOdPoczatkuSekcji1 = document. querySelector('. sekcja1'). offsetTop

Devi essere accedere per pubblicare un commento.