Tag Archives: Browser Compatibility

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

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

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