|
 |
aspx thread: 1 px gif changing size when rendered in Netscape Nav
Message #1 by "Chadrick" <chadm@d...> on Thu, 11 Jul 2002 19:37:25 -0400
|
|
This [bytes] the big one. I have a 1 px gif that I use to hold open a
<td> cell for design purposes. It works fine in IE but changes size in
Netscape. I changed the page to an asp and took out all the non asp code
and it worked fine in IE and Netscape which makes me think that maybe
Microsoft made a mistake on this one. Anyone else having this problem?
Chadrick
Message #2 by "David Adames" <david@p...> on Thu, 11 Jul 2002 23:43:22 -0400
|
|
I think I've used a " " to hold open a <td> cell. Might that solve
your problem?
David
-----Original Message-----
From: Chadrick [mailto:chadm@d...]
Sent: Thursday, July 11, 2002 7:37 PM
To: ASP+
Subject: [aspx] 1 px gif changing size when rendered in Netscape Nav
This [bytes] the big one. I have a 1 px gif that I use to hold open a
<td> cell for design purposes. It works fine in IE but changes size in
Netscape. I changed the page to an asp and took out all the non asp code
and it worked fine in IE and Netscape which makes me think that maybe
Microsoft made a mistake on this one. Anyone else having this problem?
Chadrick
Message #3 by Feduke Cntr Charles R <FedukeCR@m...> on Fri, 12 Jul 2002 09:06:54 -0400
|
|
> I think I've used a " " to hold open a <td> cell. Might that solve
> your problem?
If you do this, then you will have to
<td style="font-size: 1px;">
or so until you get the right size - sometimes fonts, this includes the
non-breaking space - are entirely too tall to do the job of a 1px
transparent gif. Unfortunately Nutscrape's support of CSS 1.0 (and HTML for
that matter!) is quite spotty at best unless you're using the latest version
based on the latest Mozilla.
You need to get the source, after ASP.NET renders it and the one
without the ASP code and diff them to figure out what is different. Chances
are there is something like a <!DOCTYPE > XHTML declaration at the top of
the ASP.NET version which breaks alot of the "tricks" we do in standard HTML
to get our stuff to display right (<table
height="100%"><tr><td></td></tr><tr><td valign="bottom"></tr></table> comes
to mind).
HTH,
- Chuck
-----Original Message-----
From: David Adames [mailto:david@p...]
Sent: Thursday, July 11, 2002 11:43 PM
To: ASP+
Subject: [aspx] RE: 1 px gif changing size when rendered in Netscape Nav
I think I've used a " " to hold open a <td> cell. Might that solve
your problem?
David
-----Original Message-----
From: Chadrick [mailto:chadm@d...]
Sent: Thursday, July 11, 2002 7:37 PM
To: ASP+
Subject: [aspx] 1 px gif changing size when rendered in Netscape Nav
This [bytes] the big one. I have a 1 px gif that I use to hold open a
<td> cell for design purposes. It works fine in IE but changes size in
Netscape. I changed the page to an asp and took out all the non asp code
and it worked fine in IE and Netscape which makes me think that maybe
Microsoft made a mistake on this one. Anyone else having this problem?
Chadrick
|
|
 |