przedostatni element listy
—
li:nth-last-child(2){ margin-right: 0; }
—
Hope this helps and happy coding :)
Zobacz jeszcze
placeholder style i wartości
taki sam placeholder dla każdego inputa w js: $(document).ready(function(){ $('form').find("input, input, textarea").each(function(ev) { if(!$(this).val()) {...
jQuery
dodanie template file
dodanie pliku template-name.php poprzez kod: include(TEMPLATEPATH . '/template-name.php'); load_template(TEMPLATEPATH ....