You might already notice that every time you focus on the input box, there's a incompatible border which wrap the input box. Actually, it's not… Read More »CSS Remove Focused Border
Old-fashioned web designers might have known how to use the plain-old <hr /> to make separate lines horizontal to divide the page content like this:… Read More »CSS Vertical Separate Lines
Web designers usually remove the unwanted edge of images to make central objects look bigger and more focused by image processing softwares or au, it's… Read More »CSS Crop Image
If you want your several <div> to be side by side in your web pages, you can use "float" to force them to line up,… Read More »Float One Line Exclusively
Hyperlink Underline Maybe you don't like the plain-old style of hyperlinks, you can remove the underlines from those links by CSS. For example: <div class='google_link_div'>… Read More »CSS Remove Underline from Hyperlink
Sometimes, comments or posts in your website might be large enough to occupy almost over a web page to display, this could lead the web… Read More »CSS DIV Scrollable Vertically
You might want the leading text in the same line with <select> or <input> object, but cannot make it, why? Let's see the following example:… Read More »Same Line With <Select> Box
You may notice that your website seems well-formatted in Firefox or Opera, they follow every CSS properties you designed, but it seems not the same… Read More »CSS Font-Size Not Working in Chrome
td Margin You can set the margin of a <table>, but you cannot set the margin of a <td>. Trying to run the following example,… Read More »CSS table td Margin