Page 1 of 1

Display text over image

Posted: Fri Apr 15, 2011 12:37 pm
by techkid
Image

As you can see the image. The dropdown menu is below the image. Can anyone help to display it on front.

Thank you.

Re: Display text over image

Posted: Fri Apr 15, 2011 12:52 pm
by califdon
There are several ways, depending on just what effect you want to achieve. Perhaps the easiest might be to use the image as the background image for your page. You can also use relative positioning in your CSS style. That is very flexible, but can be tricky, depending on how many different elements you may have to position. If the background image method doesn't fit your needs, check out CSS relative positioning.

Re: Display text over image

Posted: Mon Jul 11, 2011 2:04 am
by webtechie
Put the css code in the navigation div

ie.
.navigation{
z-index:100;
}

Re: Display text over image

Posted: Mon Jul 11, 2011 4:44 am
by techkid
I have fixed it now. Thanks for the help though.