CSS

It’s no secret that CSS (Cascading Style Sheets) is the key to creating visually pleasing, interactive and efficient web pages. Whether you’re a designer or a developer, creating a beautiful website requires you to work with CSS. Writing CSS is fairly easy,...

More
  • October 30, 2015

In the  jQuery versions before 1.3.2  an element was regarded as Visible if the CSS Visibility Property of that element was not defined as “Hidden” or if the CSS Display Property of that was defined as  “Visible “ or  it was an...

More
  • June 29, 2014

Yes its very easy to center a block element inside other block element using simple css. Here is an example. If you have following HTML code: This is how we make innerDiv center horizontally. .outerDiv{ width:100% } .innerDiv { width: 980px; margin:...

More
  • May 15, 2014

One can easily scale background in CSS to any dimension to fit its container. 100% CSS background is good looking and gives bump to your design. Here is how this can be done. #MyID { background-size: 70% 60%; /* 70% width and...

More
  • May 10, 2014

By default unordered list have bullets. If you don’t need them, you can easily remove them by using following CSS code. ul { list-style-type: none; } If you need to remove indentation too, this can be easily done by following code: ul...

More
  • May 8, 2014

Sometimes it seems very frustrating to keep textarea in resizable mode. You can disable this property very easily by simple CSS rule. To disable resizable in all textareas in a page, use textarea { resize: none; } To disable resizable in selected...

More
  • May 6, 2014
8 Best Free Stock Video Websites for Tiktok, Reels, and Shorts Top 5 PHP Frameworks: Fast and Secure