[Help] css table border
Posted: 14 January 2010 05:06 AM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2010-01-14

hello cssdrive, i new member in this forum..

i need help…
i try study css self from any reference web

now i make a menu (half rounded menu) but when i using 2 browser for experiment compatible i get problem open in firefox (attachment below):

first i’m open in google chrome 4.0 and it works fine (attachment pic left).
second when open in mozilla firefox 3.5.6 table border appear (like attachment pic right)

can someone give me a solution for me why firefox still appear the table border..?

my table format for making round border

<table class='nav' cellpadding='0' cellspacing='0'>
    <
tbody>
        <
td class='navLeft' width='100%'></td>
        <
td class='navCenter'>
        <
div>
        
This is my rounded menu
        
<!--<?php include 'navigation.php' ?>-->
        </
div>
        </
td>
        <
td class='navRight' width='100%'></td>
    </
tbody>
</
table

and else style i use import from tag just :

<link rel="stylesheet" href="style.css" type="text/css" /> 

thanks :D

Profile