Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

show/hide layers

Status
Not open for further replies.

kimraznov

Programmer
Oct 16, 2000
31
US
i have a bunch of links on a page that turn layers on and off.
each layer has a the same bg image and then a table inside it with text.

choose flash and then services and then any of the links on the secondary tool bar

the problem is, in netscape 6.0 when the user chooses a link, the layers turn on and off, one can see the text change. however the background image does not appear. the only time the bg image is visible is in the layer that is set to visible when the page loads.

i even tried setting the cell in the layer to have a bg image, but that does not show either.

the code is below is for the link title consulting...

<div id=&quot;consulting&quot; style=&quot;position:absolute; left:1px; top:144px; width:452px; height:240px; z-index:10; background-image: url(../MEDIA/textbg.gif); layer-background-image: url(../MEDIA/textbg.gif); border: 1px none #000000; visibility: hidden&quot;>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top