Re: [PHP] table cell space under image in IE

2003-03-13 Thread -{ Rene Brehmer }-
I gave up getting the regular table attributes to work correctly in all browsers, so I shifted to stylesheets instead, which seem to be more uniformly handled in all browsers. The value to look for is called padding, and the syntax is: padding: x x x x; where each x is a lenth value, and the ord

RE: [PHP] table cell space under image in IE

2003-03-13 Thread Jon Haworth
Hi Larry, > Why would they have take up visible space? It's a block-level element, like a paragraph or a div. > Hmm, I guess I'll have to find a new angle or hide > the closing form beyond the table. You don't have to resort to kludges, just tell the browser what you actually want:

RE: [PHP] table cell space under image in IE

2003-03-13 Thread Larry Brown
EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] table cell space under image in IE > > > 1 - 50 > https://website/file.php"; METHOD="post"> > > > > > onClick=document.Second.submit(); onMouseOver=&

Re: [PHP] table cell space under image in IE

2003-03-13 Thread Roman Sanchez
> > > 1 - 50 > https://website/file.php"; METHOD="post"> > > > > > onClick=document.Second.submit(); onMouseOver="change_it('pic3')" > onMouseOut="change_back('pic3')"> > > > You don'y say which cell has the problem but, apart from placing the closing td right after the image try to move

RE: [PHP] table cell space under image in IE

2003-03-13 Thread Larry Brown
, 2003 12:07 PM To: Larry Brown; PHP List Subject: Re: [PHP] table cell space under image in IE > Has anyone had to address this problem before? I've created a table and > placed an image inside. The image is around 12 pxl high and when the table > is displayed in Mozilla the cell b

Re: [PHP] table cell space under image in IE

2003-03-13 Thread Liam Gibbs
> I know this is not exactly on topic but I produce all html by php and I > don't want to go out and add myself to an html list (if there is such a > thing). There must be, but don't worry. Try stylesheets. Even if your Web site isn't designed with them, I would suggest it. But there is also the i

Re: [PHP] table cell space under image in IE

2003-03-13 Thread CPT John W. Holmes
> Has anyone had to address this problem before? I've created a table and > placed an image inside. The image is around 12 pxl high and when the table > is displayed in Mozilla the cell border is up against the image on all > sides. On IE however, the top of the image is up against the cell bord