ďťż

[CSS] selektor >

       

Podstrony


telcocafe

Witam, czym rozni sie selektor
> w css od spacji
np.
ul.makeMenu li > ul { /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */ display: none; /* hides child menu blocks - one of the most important declarations */ position: absolute; /* make child blocks hover without leaving space for them */ top: 2px; /* position slightly lower than the parent menu item */ left: 80px; /* this must not be more than the width of the parent block, or the mouse will have to move off the element to move between blocks, and the menu will close */ }

i w tym przypadku jaka jest roznica jakby zamiast ul.makeMenu li > ul
bylo tam ul.makeMenu li ul

wiem, ze jedno wskazuje na potomek a drugie na dziecko (http://www.htmlhelp.shl.pl/css/selektory/index.php) ale nie bardzo widze roznice

i ogolnie czy znacie jakas strone gdzie bylaby jasniej opisana zasada dzialania menu takiego jak tutaj :
http://www.howtocrea...s/testMenu.html
(w samym css, przy uzyciu hover i wlasnie > )

pozdrawiam
Użytkownik Kufu edytował ten post 14 czerwiec 2008, 20:09



Selektor ten różni sie od selektora potomka tym, że element będący dzieckiem musi znaleźć sie bezpośrednio wewnątrz elementu będącego rodzicem. http://4programmers.net/CSS/Selektory

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.