safari conflict, td height 100%

I'm having some trouble with tables, making height=100% in cells. My code displays correctly in my PC Netscape and IE, but I'm told it messes up in the Safari browser. I can't figure out what's wrong, but since I run into this problem in a lot of the pages I build, I really want to know a way to deal with 'td height=100%' that works every time.<br />
<br />
the URL: <br />
<!-- m --><a class="postlink" href="http://www.customrocknyc.com/test.php">http://www.customrocknyc.com/test.php</a><!-- m --><br />
<br />
I'm trying to get a triple-tailed star to make a border around the white box in the middle. You'll see what I mean.<br />
<br />
The code in question begins at <br />
<br />
<!-- BEGIN TABLE THAT HOLDS COMPLETE GREY-PINK BOX --><br />
<br />
and ends at<br />
<br />
<!-- END TABLE THAT HOLDS COMPLETE GREY-PINK BOX --><!--content-->i don't think that you can use relative heights in html...you are saying to make the TD 100%...100% of what? the browser doesn't know. IE & netscape are either ignoring it, or are just more sofisticated than safari to handle it...<!--content-->sometimes browsers use the entire page for 100%, sometimes it's just the availible space, it's best to find a different way<!--content-->
 
Back
Top