Previous Message
Next Message

Unbelivable!!

Sent by Seamus Leahy on 7 September 2003 21:09


> Create a layer using the tag Div.  Give it a left
> and top a position.
> Choose absolute position.  Finally give a z-index of
> 1
> 
> Now create a list using the  DL tag .  In the style
> Sheets create a
> definition for DL

> Give a left and top position to give the illusion
> that DL is inside the Layer.

> When you try it in Netscape 7 you can not click on
> the URL abc until you
> set the Z-index of DL definition to 2
>

I am assuming you have something like this for your
HTML:
<div id="layer1"> ... </div>
<dl><dt><a href="...">abc</a></dt><dl>

And then you position them both to the top left corner
of the screen with layer1 and z-index: 1.

The problem is that since the div is laying overtop of
the dl anything below the div cannot clicked on. You
are click on the space of the div. 



=====
Cheers
Seamus

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: