Nordica Red
How can I overlap a layer on Dreamweaver?
I need to overlap 2 picture layers so stops can be on top of a animated gif.. here is a example. http://nordica.com/site/home.php?site=2&...
Nordica Red

How can I overlap a layer on Dreamweaver?
I need to overlap 2 picture layers so stops can be on top of a animated gif.. here is a example. http://nordica.com/site/home.php?site=2&...
If you look at the red lines at the bottom you can see the animated gif behind the lines.. I need to know how to do that.. Thanks!!
your link wont work, make sure to copy the link in the right way
make a class or id and apply z-index, in z-index value, higher numbers go "on the top" of lower numbers
example
#divtop{
z-index:0;
}
#divbottom{
z-index:1;
}
Remember, z-index only works with positioned elements.
good luck
-de
|
|
|
|
|
|
|
|
|
Tags: boot, ski, skis
Posted in downhill Ski
You can leave a response, or trackback from your own site.