Results 1 to 2 of 2

Thread: Slicing

  1. #1
    Join Date
    Aug 2005
    Location
    Location Location
    Posts
    1,730
    Tokens
    0

    Latest Awards:

    Default Slicing

    How do you slice a website so you have a banner part at top and a navi at left and content at the right

  2. #2
    Join Date
    Jun 2005
    Location
    Manchester
    Posts
    3,187
    Tokens
    0

    Latest Awards:

    Default

    All you do is put the image of your banner or whatever, Put it into a table or CSS code whatever your using You you could use

    <div style="position:absolute; left:100px; top:100px; width:100px; height:100px; background-color:#ffffff; overflow:auto;">
    <Img src="Banner.gif">
    </Div
    Or various other codes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •