|
Posted by Matt White on 08/13/07 15:52
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/(scrollbar is 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.
Navigation:
[Reply to this message]
|