With the new Web look spreading through every site new and old, there are a lot of times when you want to use absolutely positioned pngs on your site.
The 2 problems we face. The first one is that the PNG format is not fully supported on all browsers that are in use today. The way we handle that is with a simple include into the main template file of your site.
Here is where you can get the javascript file click here.
Include this file into the header of your main template file:
<!--[if lt IE 7]>
<script type="text/javascript"
src="/resources/unitpngfix/unitpngfix.js"></script>
<![endif]-->
This is a hack to tell the browser to include the”unitpngfix.js” file if the browser is IE 7 or below.
The next problem is that IE positions things differently. We will be using a similar hack to go around this problem. Here is how the code will look.
<!-- Floating image -->
<!--[if lt IE 7]>
<div style="position:relative; margin-left:-800px;...
Posted in
Blog | 
May, 29
|
In this Flash CS4 tutorial you will learn the basics of Flash CS4 animation. You will familiarize yourself with the Flash CS4 workspace and learn how to use the various tools in order to create a Flash animation.
Flash has many applications in the web world. Flash can be used for advanced motion graphics and animation. Flash can be seen used for interactive ad banners, portfolio sites and advanced online programs. Learning the basics through these tutorials is a great start to becoming pro.
Flash CS4 Tutorials
Flash CS4 Tutorial
Introduction to flash CS4 authoring environment
Panels and Panel workspace in flash CS4
Drawing in flash CS4
Use of polystar tool in flash CS4
Object drawing Mode in Flash CS4
How the Line tool, Pencil tool, brush tool and pen tool work in in Flash CS4
How to use Ink bottle and paint bucket tool in flash CS4
How to manage layers in Flash CS4
How to make an image big on rollover in flash CS4
Creating Mask in Flash CS4
Moving Ball Animation in Flash CS4
How to create...
In this Dreamweaver CS4 Tutorial you will learn how to create a basic website using Dreamweaver CS4.
You will learn how to Define a site, Create a template, Design your template page, Design your css style sheet, Insert Editable Regions , Create the pages of your site using the template, Link all the pages together, Create a form, Check your site in the browser and, Upload your site and make it live.
Dreamweaver CS4 Tutorials
Dreamweaver CS4 Tutorial
Define a New Site in Dreamweaver CS4
Create a template in Dreamweaver CS4
Design your template in Dreamweaver CS4
Design the CSS Style Sheet in Dreamweaver CS4
Insert Images in Dreamweaver CS4
Creating the Menu in Dreamweaver CS4
Content in Dreamweaver CS4
Insert Editable Regions in the Dreamweaver Template
Dreamweaver CS4 Template Based Web Pages
Formatting Headings in Dreamweaver CS4
Formatting Images in Dreamweaver CS4
Linking pages in Dreamweaver CS4
Forms in Dreamweaver CS4
Dreamweaver CS4 Form Validation Tutorial
Tables in Dreamweaver...
Creating a good website with wordpress is very easy once you have the right direction. In this article I will give you the basic steps to starting up a website/blog with WordPress.
First things first before we begin. WordPress is not the ony content management system for blogs/websites — there are many others. I prefer wordpress over anything else due to it’s simplicity and ease of updating and adding plug in functionality.
WordPress was originally designed for the creation of blogs. A lot of websites are centered around the idea of a blog which is new articles published frequently. For most websites to do well they need to provide constant valuable information at a decent rate. If you put up a couple of pages on a website and leave it at that, most likely your website will drop from the search engines and disappear.
I love the idea of building a website around WordPress and I am working on numerous other websites using it.
WordPress Basics
A WordPress website consists of these...