Quantcast
Channel: Depot webdesigner - Tutorials and more resources for webdesigner » Html & Css
Browsing all 7 articles
Browse latest View live

Shadow text Compatible IE

Create the shadow effect without having to add repeated text and without text-shadow property. h1.shadowtitle { position:relative; height:1em; } h1.shadowtitle span { position:absolute; left:-1px;...

View Article



Image may be NSFW.
Clik here to view.

How to Create a Simple single level menu using CSS

In this mini tutorial I will explain how to create a menu with css. Demo works in Safari, Chrome, Opera, Firefox, IE6 and IE7. html code : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...

View Article

Image may be NSFW.
Clik here to view.

How to create a simple Lava Lamp Menu with jQuery

I will present in this article an example for how to create a menu with Lava Lamp jQuery . Code HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">...

View Article

Image may be NSFW.
Clik here to view.

How to create an Under Construction Page with jquery

Here is a quick example to learn how to create an Under Construction page with jquery Code Html and Javascript : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...

View Article

Image may be NSFW.
Clik here to view.

CSS Rounded corner work in all browsers without images and javascript

How to create a Simple rounded corner in all browsers (ie6, firefox, google chrome, opera, safari and other) without images and no javascript. Code HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...

View Article


How to use firebug on internet explorer including ie6

Here is snippet that’ll help you using firebug on the famous browser (internet explorer 6). - Copy the code on your <head> </ head> <script type='text/javascript'...

View Article

Image may be NSFW.
Clik here to view.

How to use css propriety font-face – work on differents browsers

How to use font-face on different browsers including IE 6. Code HTML : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...

View Article
Browsing all 7 articles
Browse latest View live


Latest Images