Tags CSS

Tag: CSS

MinX WordPress Themes Source Code

Sesambil bermain-main dengan android, sesambil bekerja ngerjain migrasi, dan kali ini saya update themes wordpress pribadi. Seperti sebelumnya bahwa themes yang saya pakai ini...

Min.X WordPress Themes

Themes kali ini diberi nama min.X Keunggulannya adalah ini simple, clean, responsive design! Load faster? it depend on your internet connections. lol Themes ini masih terus...

Images Reflection With CSS / Javascript

How to create a images reflection on your web ? After search and learn by googling. We have two way to make reflection on image....

Font-Size em vs px vs pt vs percent

So, What’s the Difference? It’s easy to understand the difference between font-size units when you see them in action. Generally, 1em = 12pt = 16px =...

Limit character textarea using Jquery

Here we can do, copy this jquery plugins : jQuery.fn.maxLength = function(max){ this.each(function(){ //Get the type of the matched element var type = this.tagName.toLowerCase(); //If the type property exists,...

Code To Change Hyperlink Underline Color

Here we can do to change hyperlink underline color <a href="change-underline-color.php" style="text-decoration: none; border-bottom: 1px solid #999999">change underline color</a>

TinyMCE produce P elements

This is way If you want to change new line in TinyMCE with <br/> character : For the display you can use a simple CSS...

CSS Input type

Use this if you want set CSS for input type, button, submit or file : input { } input{ } input{ } Happy coding !!