Here was my case, I saw some text shown in web pages were wider than defined width because some non-space strings were extremely longer than… Read More »PHP Line Break Long String
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
You might want to change the style of elements after some events, you could leverage jQuery to fulfill. For example, if you have an element… Read More »jQuery Dynamic Style
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
Line Break I guess you have tried all the possible combinations to add line breaks in jQuery tooltips but failed. Here is my approach to… Read More »jQuery Tooltip Line Break
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