Mywebdunia's Blog

Archive for September 2009

iframe

Posted by: Amit Nazare on: September 25, 2009

Iframes allow you to load separate html files into an existing document. You can place iframes anywhere in the document and can use CSS and JavaScript to manipulate the properties of the iframe. Example of iframe: <iframe scrolling=”no” width=”500″ height=”300″ src=”iframe-sample.html” frameborder=”0″> </iframe> Content of iframe-sample.html: Say below is the content <a href=”http://www.google.com” title=”Google” >Google</a> [...]

Tags: ,

How to align Header and Footer at the top and bottom of the screen

Posted by: Amit Nazare on: September 16, 2009

As we all know aligning header at the top is as easy as saying it. Always the first div tag or a table td tag will appear at the top, so no question of aligning the header at the top. But how about aligning footer at the bottom always even when seen under different resolutions. [...]

Absolute and Relative Paths

Posted by: Amit Nazare on: September 9, 2009

Whenever you are linking a document or an image in a web page, either you need to have an absolute path or its relative path to link it. Lets see about these two paths in detail. 1. Absolute Path Url: Absolute path is one which has the full url including the domain name, for example [...]


Follow

Get every new post delivered to your Inbox.