Double check that the path to the image is correct and that the image actually does 
exist.  Netscape has a habit of putting the
dropshadow box on small images where IE will ignore it.  I"ve seen this many times too!

Dave



----- Original Message -----
From: Holger Lockertsen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 12:19 PM
Subject: RE: HTML question about spacer GIF's


Dave.

He HAS the attribute "border=0" in the tag. That's the problem.

Question is: Does Reuben have a stylesheet that defines a border for the
TD-tag or even the IMG-tag?

On MSIE vs NS: Yes oh yes. I tear my hair off over Netscape at times (that's
why I shave my head)... Someone know how NS5 will be different from NS 4.x?
Will the CSS-implementation be better? Will the pixel-difference be gone?
Have you checked out Mozilla?

rgds


* Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
* Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]   http://www.horisont.no/

NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04

-----Original Message-----
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 7:58 PM
To: [EMAIL PROTECTED]
Subject: Re: HTML question about spacer GIF's


You MUST have the attribute BORDER="0" in your <img src=> tag.

Dave


=================================
"Technology" is stuff that was invented after
you were born.

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



----- Original Message -----
From: Reuben King <[EMAIL PROTECTED]>
Newsgroups: cf-talk
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 06, 2000 11:39 AM
Subject: HTML question about spacer GIF's


At the risk of sounding like I'm trolling, I really am starting to think
Navigator sucks.  As far as development goes, IE has always treated me
better.

Here's my question:  I use transparent spacer GIF's to assist in
positioning stuff on my page.  They work fine in IE, but in Netscrape it
insists on putting this stupid 3D bevel around them for some bizarre
reason.  I've tried setting border="0" in the img tag but this has no
effect.  Anyone else run into this problem?

Here's the code where I'm trying to make this work:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="#attributes.height#"></td>
</tr>
</table>

..... that was the way it worked fine in IE.. but NS ignored it as it
wanted something inside the <TD> tags.  ($#*@!) I could use &nbsp; but
this will make the <TD> as high as the base font size of the page.. no
good.  So, I tried using the image spacer as such:

<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="#attributes.height#"><img src="images/spacer.gif"
width="1" height="#attributes.height#" border="0"></td>
  </tr>
</table>

I wish I could give a URL where this stuff is at, but alas I'm inside a
firewall.

TIA for any assistance!

(By the way -- are any other CF developers out there frustrated with the
suck factor of Netscape?  I know IE has its problems, but as far as
developing for it, it is my opinion that it is superior. (I guess I just
damned my soul saying that <g>))
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to