html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • gb1973
    Sergeant

    • Sep 2007
    • 25

    html

    I need to clean up some html in my control panel. I have some written information ad it is hidden behind a coloured box. In BV I would just click move forward- how do I write this in html?
    See http://www.senseofstyle.com.au/fashion-summer.html

    Many thanks
    gb1973
  • Watdaflip
    Major General

    • Sep 2005
    • 2116

    #2
    Re: html

    Basically you just need to define the z-index for the outer html tag. The order is the front most element is the higher index value.

    For instance if you have
    Code:
    <div><p><strong></strong></p></div>
    the <div></div> is the outer tag. Set the index either in your css at the top (if you have that) or in a style attribute in the tag.. ie.
    <div style="z-index:999;"></div>

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment

    • gb1973
      Sergeant

      • Sep 2007
      • 25

      #3
      Re: html

      Thank you for your help- I was a little confused with the z- index thing but I googled it, tried it out and magic happened.
      Thank you- html is a different world for me!!!

      Comment

      Working...
      X