Tag Archives: css

CSS Slideshows: CSS Baiscs, CSS Inheritance, CSS Common issues, CSS Tutorial, CSS2, CSS3 Hacks

I have a collection of some good presentations about Cascading Style Sheets (CSS). These presentations covers the topics like CSS Baiscs, CSS Inheritance, css introduction, css tutorial, css common issues, css line height etc. I hope you like this usefull tutorial.

Continue Reading

Making CSS position:Fixed work on IE6

Making CSS position Fixed work

What is position: fixed;?

position: fixed; is an alternative to position: absolute; position: relative; and position: static;. position: fixed; is basically the same as position: absolute; except that when the user scrolls the page, the element does not scroll with it, it just says exactly where it was. There are many pages that want to use this in order to position logos or menus.

Continue Reading

Most Useful Cheat Sheets On The Web – For Designer and Developer

Most Useful Cheat Sheets For Designer and Develoer

In This Article I would like to share with you all my Top 12 Cheat Sheets On The Web. I had to do my own good research on the internet to find these very useful Help Cheat Sheets. Of course the internet world is just full of different cheat sheets for many other topics, but these are the tools, websites, and programs that either I use often or might use them soon.

Continue Reading

jQuery Simple Drop-Down Menu Plugin

jQuery Simple Drop-Down Menu without plugin

So, I present to you the simple drop-down menu. The peculiarity of this menu is that these 20 lines of code and absence of various cumbersome mouse events within html code. This script requires the jQuery library. There’s a version that does not require jQuery.

Continue Reading

Horizontally And Vertically Centering Div with CSS

Centering a Div Both Horizontally And Vertically

While building web page layouts, you’ve probably been faced with a situation where you need to center a div both horizontally and vertically with pure CSS. There are more than a few ways to achieve this, and in this article we are going to show you our favorite involving CSS and jQuery.

Continue Reading