|
Posted by vunet.us on 08/13/07 16:01
On Aug 13, 11:52 am, Matt White <whit...@gmail.com> wrote:
> On Aug 13, 9:37 am, vunet...@gmail.com wrote:
>
> > I create a new CSS structure and divs on a right and left sides with
> > width 150px are conflicting with 100% wide and high div laying under
> > them with 150px margin on both sides in Firefox only. This can be seen
> > herehttp://vunet.us/about/(scrollbaris not perfectly visible).
> > Could someone suggest a fix? And... your total opinion/comment about
> > this CSS structure is very appreciated. I did a deep research to come
> > up with various fixes for that layout.
> > Thanks.
>
> On #middle, add:
> z-index: 1;
>
> The greater the z-index of an element, the higher up on the stack it
> is placed. So an element with z-index 1 would be visible over an
> element of z-index 0.
Oh, yes! that certainly is a great solution. However, how will my
right div look like, if, for example, I want to show its left-side
border? Isn't there a way to nicely fit them all in its places?
Thanks
Navigation:
[Reply to this message]
|