Web Templates
Web Templates  
Design Tutorials  
Link to Us  
Templates Resource - Web Templates
   
 
  Sign UpPassword
Templates Resource Services Support Specials Members View Cart
 
  Photoshop Tutorials
  HTML Tutorials
  ASP Tutorials
  CSS Tutorials
  Javascript Tutorials
  PHP Tutorials
  XML Tutorials
  Flash Tutorials
  Fireworks Tutorials
  3D Studio Max Tutorials
  Cinema 4d Tutorials
  Graphics
  Website Tools
  Web Templates
  About Templates Resource
  Affiliates Program
  TR Support
  Webmaster Resources
 Columbia Tech Support

WebDesignHelper.co.uk

HTML Tutorials: Layering Images

The code about to be described can make pixel perfect content placement possible.

Say you have two images, like the two images below:

Image 1Image 2

But, you want them to be on top of each other to form a cross like the one below:


















How did I do that? Magic, you say? Nope, all I did was add a couple of <div> tags. Here is the code:

<div id="top" style="left: 500px; top: 485px; position: absolute"> <img src="image1.gif"> </div>

<div id="under" style="left: 500px; top: 485px; position: absolute"> <img src="image2.gif"> </div>



First, you must give your div a name, which the id attribute does. The style attribute will define the position of the whole layer of content the falls inside the <div> tag. There are only a few things that you have to remember:

  • The left function positions the image x number of pixels from the left of the browser to the left side of the image.

  • The top function positions the image x number of pixels from the top of the browser to the top of the image.

  • Remember to put position: absolute in because if you do not, the position will default to the position: relative setting which is more difficult to work with and can cause some varying placements in different browsers.

    That's all you need to know. Layer it up!

  •  

     

    Tutorials: HTML

    Level

     

    HTML Tutorials


    Step By Step
    Beginner to Advanced

     

    HTML Tutorial
    A step by step tutorial on HTML starting with the basics including common tags, fonts, text, links, images, and lists.
    The advanced portion of this tutorials covers popular items such as forms, tables, frames, counters, guestbooks and more.


    Beginner

     

    Backgrounds: Tutorial
    Learn how to effectively add backgrounds to your page that make your page look professional or amateur.


    Intermediate

     

    Imagemaps: Tutorial
    Make one image into various clickable regions using only HTML


    Advanced

     

    Embedding Fonts: Tutorial
    Learn how to use uncommon fonts in web pages by embedding them.


    Intermediate

     

    Images: Tutorial
    Positioning images can make your images look just right when inserted into text.


    Intermediate

     

    Form Effects: Tutorial
    Learn how to create trendy forms with simple style commands as well as with CSS classes.


    Advanced

     

    Layers: Tutorial
    Layers can make complicated image placement possible.


    Advanced

     

    Forms: Tutorial
    Use forms to gather information from your users.


    Beginner

     

    Links: Tutorial
    Making links in HTML is the easiest thing you will ever do.


    Advanced

     

    Frames: Tutorial
    Learn how to create frames that enable you to create navigation systems on your site.


    Advanced

     

    Scrollbars: Tutorial
    Learn how to add effects to your scrollbars and add flavor to your page.


    Intermediate

     

    Hide From Print: Tutorial
    Learn how to only allow a visitor to print part of your page using CSS.


    Advanced

     

    SSI: Tutorial
    Learning how to do SSI will save you a lot of authoring time.


    Beginner

     

    Horizontal Line: Tutorial
    The horizontal line serves as a great separator tool.


    Intermediate

     

    Table Styles: Tutorial
    Learn how to add various table styles such as dash or dot borders, and many other things.


    Advanced

     

    Iframes: Tutorial
    Iframes can organize your website into clean sections.


    Intermediate

     

    Tables: Tutorial
    Organize your web page layouts with tables.


    Beginner

     

    216 Web Safe Color Chart: Tutorial
    The 216-color color-safe palette refers to colors (RGB values) that will appear the same on either IE or Netscape and Windows or Mac platforms.


    Intermediate

     

    Pantone RGB/Hex/HTML Colors: Tutorial
    This table contains all pantone colors converted to RGB and Hex. It displays them all in HTML colors.

    More Tutorials

    Templates Resource FAQ Services Terms of Use Site Map Support View Cart

    © Copyright 2003-2007 Templates Resource