On 5/23/07, Jason Chan <[EMAIL PROTECTED]> wrote:
> This is the one and only thing i learned about these two properties,
> relative and positioning. are there any other things that you can do with
> them?????
>

Hi Jason,

Perhaps the most commonly used feature available when relative or
absolute positioning is used is the z-index.  I use it most often when
I have a transparent gif or png image that I want to overlap certain
sections of the page; relative positioning allows me to move the
element outside of the document's normal flow and z-index ensures that
its always above the other elements.

Here are a couple of URL's with some helpful information as to how
each position type works; they should help get you started:

"Learn CSS Positioning in 10 Steps"
http://www.barelyfitz.com/screencast/html-training/css/positioning/

"BrainJar.com: CSS Positioning"
http://www.brainjar.com/css/positioning/

Brian
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to