Results 1 to 2 of 2

Thread: how can I create perfect tab box??

  1. #1
    Join Date
    Nov 2006
    Posts
    16

    how can I create perfect tab box??

    Here is site www.coffeerosexpress.com/online.html

    I created it in dreamweaver 8.
    I don't want to DIV tag to position for absolute in CSS, because i heard it might corrupt layout, so I just insert tab image in table and put background below, but it is separated a little. I want to create perfect tab design . How can I do this??

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Your first table is width="723" but the large image roses_top.jpg inside it is width="750" so the top table expands to 750 px wide.

    The lower table is width="750" but does not have align="center" so the whole table with the smaller image of a rose is on the left in large screen resolutions.

    If you edit the width of the top table to 750px to be the same width as the large image and add align="center" to the bottom table the bottom table will be directly under the top table.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

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