Tag Archives: Html

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

HTML is the New HTML5

It is not easy to give up things with which we are used to, but computing technology always wants change and it deserves changes. Advancement and push to more standardized, efficient techniques in technology is the moral of tech stories. HTML 4.1. is in use at present on almost all websites. HTML 5 is being developed and frequently in news stories.

Continue Reading