Menu Buttons on to a background?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mondaynightmike
    Member
    • Jan 2002
    • 76

    Menu Buttons on to a background?

    Hi i would like to know if it is possible to add the top menu buttons so they appear over a background image. Is there some code to make the image appear behind the imageS??

    Here is what i mean:

    If you know what i mean could you please help me.
  • rickjansen105
    Member
    • Oct 2000
    • 67

    #2
    you need to make a table with the first pic on the bg, so you can put the other images on top of it... like this:

    <TABLE>
    <TR>
    <TD background="ferrari.gif"><IMG src="top_home.gif"><IMG src="top_profile.gif"></TD>
    </TR>
    </TABLE>

    you need to change this code to fit your needs of course, but this is the basic thing...
    I hope you understand what I mean...
    :D:):p:rolleyes::cool:

    Comment

    • mondaynightmike
      Member
      • Jan 2002
      • 76

      #3
      Yes thanks. I shall try it and let you know how i go.

      Comment

      • mondaynightmike
        Member
        • Jan 2002
        • 76

        #4
        Ok i have done it yet i can't get it to center it.

        Comment

        • Max_Radius
          Senior Member
          • Jan 2002
          • 103

          #5
          the simplest workaround for that problem is to type

          <center>
          after the <td> tag
          and before all the buttons and

          </center>

          after all of the buttons
          and before the </td> tag.

          Comment

          • TGO
            Member
            • May 2001
            • 45

            #6
            <TABLE>
            <TR>
            <TD background="ferrari.gif" valign="center" align="center"><IMG src="top_home.gif"><IMG src="top_profile.gif"></TD>
            </TR>
            </TABLE>

            That is how you get the buttons dead center of the background image.

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...