User Profile

Collapse

Profile Sidebar

Collapse
rolfjb
rolfjb
Last Activity: Sep 17 '09, 07:37 AM
Joined: Sep 15 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I am very sorry that I did not use [code] - I am new here and I missed that. I will look for an example.
    See more | Go to post

    Leave a comment:


  • More info on z-index

    Thanks for replying - I really appreciate it!

    Here is the whole example I found in a book:

    Code:
    <HTML>
    <HEAD>
    <STYLE type="Text/css">
    	#layer1 {
    	position: absolute;
    	top:	50px;
    	left:	50px;
    	width: 200px;
    	height: 100px;
    	z-index: 0;
    	background-color:red}
    	#layer2 {
    	position:
    ...
    See more | Go to post
    Last edited by Dormilich; Sep 16 '09, 09:24 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • rolfjb
    started a topic z-index, layers, onclick and getElementById

    z-index, layers, onclick and getElementById

    Friends,

    Thanks for being here! I am pretty new to all this ...

    I want to avoid people having to scroll on my website to see the content.

    Therefore I am using 4 layers overlapping each other so you can see all "pages".

    I am trying to use onclick to change the z-index value of the clicked layer to be the highest so it moves to the top and can be read (and setting the other pages...
    See more | Go to post
No activity results to display
Show More
Working...