Home
Home
bigbackground
Tutu tango Curacao is back!...
Tutu tango Curacao is back! Everyone who visited or lived on the island between 1999 and 2006 knows Tutu tango. Tutu tango was one of the best restaurants/ clubs on the island. The mix between world cuisine, a nice ambiance and the special way of dining made Tutu tango a place you could never forget. Unfortunately...
Live webcams from curacao...
Broadcasting live 24/7 from curacao. The webcam gives you a great and clean view of punda (Willemstad). The webcam is located on the penthouse of the plaza hotel. You can see the emmabridge and the julianabridge! Visit the webcam: http://liveincuracao.com/livewebcams/
Dropbox – Secure backup, sync, and...
Sync your files online and across computers. Why use Dropbox?? If you: email files to yourself want to share large files but can’t rely too much on USB drives need automatic backup of documents want to access your files anywhere want to share photo albums Backup and sync your files without uploading...
IE6 upgrade warning...
The ie6-upgrade-warning is a little script (7.9kb) that displays a warning message politely informing the user to upgrade the browser to a newer version (links to newest IE, Firefox, Opera, Safari, Chrome are provided). The webpage is still visible behind a transparent background, but access to it is...
Gmail Gdrive!...
A Shell Namespace Extension that creates a virtual filesystem around your Google GMail account! GMail Drive is a Shell Namespace Extension that creates a virtual filesystem around your Google GMail account, allowing you to use GMail as a storage medium. GMail Drive creates a virtual filesystem on top...
Prevent double margin & padding in ...
One of IE6’s glaring mistakes is producing double padding and/or double margin when using the respective property on two floating DIVs that fall next to each other. Since I build websites using all DIVs, I run into this problem with every framework I create. I think this is a problem many developers...
Make a tabmenu with a background image...
In my previous post i showed how to use a background image to fill a list. Now i will show how you can make a link with a rollover and destination using the same technique. Use this picture: CSS: ul { margin:0px; padding:0px; list-style:none; } ul li{ background-image:url(home.gif); float:left; margin-right:16px; } .tab1{ height:24px; width:53px; background-position:0px...
View part of an image using background-p...
Did you ever wanted to know how you can position an image like this image below? Here is a simple example: CSS: ul { margin:0px; padding:0px; list-style:none; } ul li{ height:24px; width:53px; background-image:url(home.gif); float:left; margin-right:16px; } .tab1{ background-position:0px 0px; } .tab2{ background-position:0px...
Wrap floats in a float, to clear!...
If you work with css floats much you’ll eventually come across this problem: 2 floated elements inside a container. The container doesn’t expand to contain the floats. There are a lot of solutions to this, such as sticking in an element to clear the floats (bleh) before closing the container, using...