RSS Bite Size Standards - bites
哪吒推荐该订阅
原站:http://bitesizestandards.com/
标签:bite
点击立即订阅,“Bite Size Standards -...”的内容有更新,哪吒第一时间提醒您
“Bite Size Standards - bites”的内容更新
累计:21 篇(自 2007-04-10 起)
更新:约4篇/年,最后更新1725 天前
Bite Size Standards - bites
Image borders. Borders - for images. They're not very interesting, right? Sometimes we'll add a border: 1px solid #ccc; if we want our images to stand out from the surrounding text, but apart from that it's not usually an aspect of CSS that gets a great deal of attention.I'm going to show you three ways to spruce up your image borders and add a little m... (315 天前)
Bite Size Standards - bites
In this article we will explain how to specify colors for a CSS property that accepts color values.The following elements can display colors values defined via CSS: backgroundsborderslinksoutlinestextAccording to the CSS2.1 Specification – Section 4.3.6: A <color> is either a keyword or a numerical RGB specification.The list of color keywords i... (315 天前)
Bite Size Standards - bites
For anyone who has been using CSS for some time, CSS selectors become almost second nature. For those who are new to CSS, however, selectors are powerful tools that allow you to write cleaner, more efficient markup. This article will guide you through some of the basic concepts of CSS selectors.Element selectorsElement selectors are the most basic sele... (315 天前)
Bite Size Standards - bites
Consider the following example:HTML<a href="http://bitesizestandards.com/bites/coloring-text-decoration#">foo <span>bar</span> zoo</a>CSSa { color:blue; text-decoration:underline;}Question: How can the phrase ‘bar’ and its text-decoration be changed to a different color?In the past—the days of font codes—it was easy (example here,... (315 天前)
Bite Size Standards - bites
In Part 1 of this article we explained that there are two techniques you can use to place an image within a block level element:Wrapping the IMG element in the block level element, within the markup;Setting up the background-image CSS property for the block level element.The technique you choose depends on your needs. In this article we will focus on ... (315 天前)
Bite Size Standards - bites
There are two techniques for placing an image within a block level element:Wrapping the IMG element in the block level element within the markup;Setting up the background-image CSS property for the block level element.The technique you should choose depends upon your needs. We'll describe how to center an image both vertically and horizontally using t... (315 天前)
Bite Size Standards - bites
If you've ever found yourself in the position of needing to place a semi-transparent image or layer on a web page, you've probably ended up reading various arcane methods involving 24-bit PNG graphics and proprietary IE AlphaImageLoader expressions. Luckily, there is an easier way; albeit at the expense of valid CSS.Browser-specific propertiesDue to th... (315 天前)
订阅者 ( 2 )
520hacker
andong
Artem.Chertov
我要反馈