Chris -

That did it my friend - thanks for being my seeing eye dog! Much
appreciated.

Cole

-----Original Message-----
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Chris Knowles
Sent: Sunday, September 27, 2009 1:05 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Strange Table Border Rendering in everything BUT FF and
IE

Cole Kuryakin wrote:
> Hello All -
> 
> This is the first time I've come across this issue.
> 
> First, go here in either FireFox or IE7 or greater:
> http://www.sangat.ph/index.php?cmd=08.01.00
> 
> Both of these browsers render two guestbook entries (displayed in a table)
> with a thin green line set on the top border of each of the two tables.
This
> is the way it should look.
> 
> Now, if you go to the same page with Opera, Safari (windows), or Chrome,
the
> table border only renders to the width of <td class="flag"> within each of
> these two tables. Hummm.
> 

Hi Cole

in the first row the td needs a colspan of 2 I think

<table cellspacing="0" class="guestBook">
<tr><td>&nbsp;</td></tr>

should be...

<table cellspacing="0" class="guestBook">
<tr><td colspan='2'>&nbsp;</td></tr>


-- 
Chris Knowles


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to