PDA

View Full Version : how can I create perfect tab box??



yunakokimama
10 Jan 2007, 04:37 PM
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??

Wickham
11 Jan 2007, 03:48 AM
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.