<!-- news -->
<div class="news">
<div class="item">
<span class="date">16.07.12</span>
<a href="#" title="" class="title"><strong> </strong></a>
<p> </p>
</div>
<div class="item">
<span class="date">16.07.12</span>
<a href="#" title="" class="title"> </a>
<p> </p>
</div>
<div class="item">
<span class="date">16.07.12</span>
<a href="#" title="" class="title"> </a>
<p> </p>
</div>
news-box
, homenewsletter
? , , , articles-list
all_articles
.item
. , box
, , item
, — , .<!-- //-------------- FOOTER --------------// -->
<div id="footer">
<div class="wrapper">
</div>
</div>
float: left
, wrapper
, (overflow: hidden
). , , CSS > , :.news .item { }
.news > .item { }
#footer .wrapper { }
<form action="">
<input type="text" name="s1" value="" tabindex="1" /><br />
<input type="checkbox" name="s2" id="s2" tabindex="2" checked="checked" /> <label for="s2"></label><br />
<input type="submit" name="s3" value="" tabindex="3" />
</form>
(action ), , . , .
:
<script src="js/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- Anything Slider -->
<script src="js/anythingslider/js/jquery.anythingslider.js"></script>
<script>
$(function(){
$('#slider').anythingSlider();
});
</script>
</body>
</html>
body
, , . , .
-
- DOM . .
:first-child
, :nth-child
js-. - .
placeholder
js. ul
. div
li
.- - ,
body
- . - , , , .
tr:hover
, thead
, tbody
tfoot
. CSS- even
odd
- .
css
, images
img
( tmp
, ), js
js, fonts
. , .
CSS
-, , , , CSS Ctrl+F
.

CSS :
.fmenu_text {
overflow: hidden;
vertical-align: top !important;
}
.font_medium .fmenu_item {
font-size: 11px;
}
.fmenu_item:hover {
text-decoration: none;
opacity: 1;
}
.fmenu_item_over {
opacity: 1;
background-color: #597DA3;
color: #FFF;
}
#fmenu_fr {
background-position: 100% -6px;
}
. , - , . , (position
, top/right/bottom/left
, float
, display
, , , outline
, cursor
border
-, , - background
CSS3- ).
Update. . .
.
CSS -
- (
margin: 0 0 0 0
). , . reset
, . . , font-face-kit's reset
.- . , , . , . -
link/visited/active/hover
, hover
- 15-20 . html
- /* comment */
.- IE - . . 5-10, .
, , . - , . .
"CSS - ", webo.in " " CSS.
. , - , - . , . , , , , . , , «» , . , , .
Source: https://habr.com/ru/post/150306/
All Articles