CSS DIV on top of page

Discussion in 'TemplateCodes' started by damiun, Aug 14, 2009.

  1. damiun Customer

    Hi,

    I've added the feedback corner (div="feedback" and using css)
    But the templatezones files (category, accordion, adspaces etc) are on top of the corner,
    How can i switch the order so the corder will be on top of the page.

    See image

    Attached Files:

  2. Mike-N-Tosh Developer & Moderator

    That would be a z-index specification in your css element. The higher number the z-index the further above the layer will be within the browsers rendering of the page.

    w3schools z-index

Share This Page