Hi Frank,

That did it!  Had been floundering with z-index issues in the side nav
and had stuck absolute in there.

Thank you very much!

JG



On Apr 24, 5:41 am, Frank Ren <[email protected]> wrote:
> You need to remove position:absolute.
>
> #innerContent {
>         left:135px;
>         top:26px;
>         _top:44px;
> /* comment out this
>         position:absolute;
> */
>         float:left;
>         width:800px;
>         z-index:1;
>         background-color:inherit;
>         overflow:visible;
>
> }
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to