Topic: CSS Borders in Netscape (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10698" title="Pages that link to Topic: CSS Borders in Netscape (Page 1 of 1)" rel="nofollow" >Topic: CSS Borders in Netscape <span class="small">(Page 1 of 1)</span>\

 
Wes
Paranoid (IV) Mad Scientist

From: Inside THE BOX
Insane since: May 2000

posted posted 03-25-2002 23:10

Please take a look at: http://www.bigwaste.com/test/test.html

Perfect in IE, but the borders are all wacky in NN (4.75). Tried playing with padding and margin, but nothing.

I tried using tables with CSS borders at first, but they wouldn't apply to a table at all in NN.



[This message has been edited by Wes (edited 03-25-2002).]

kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 03-26-2002 09:46

I guess what you have now are the best CSS borders NN 4.x can do.

Another solution would be the nested tables we discussed here, but well, they're nested tables, not CSS...

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 03-26-2002 15:49

Yup.

feel lucky it looks that good

NN4x doesn't handle CSS specified borders/padding/etc. very well.

Wes
Paranoid (IV) Mad Scientist

From: Inside THE BOX
Insane since: May 2000

posted posted 03-26-2002 18:59

That's what I figured. I was trying to avoid the nested tables in this instance, because I would need four to achieve the effect I wanted. I had to settle for doing it slightly differently with two tables; I still looks the same in IE, but lacks the black borders in NN.

code:
<TABLE WIDTH="150" CELLPADDING=2 CELLSPACING=1 BORDER=0 BGCOLOR="#000000">
<TR>
<TD ALIGN=center BGCOLOR="#FF921E">

<B>Headline Archives</B>

<TABLE WIDTH="100%" CELLPADDING=4 CELLSPACING=1 BORDER=0 BGCOLOR="#000000">
<TR>
<TD ALIGN=center BGCOLOR="#FFFFFF">Test</TD>
</TR>
</TABLE>

</TD>
</TR>
</TABLE>






[This message has been edited by Wes (edited 03-26-2002).]

e-maestro
Bipolar (III) Inmate

From: Northwestern Lower Michigan, USA
Insane since: Apr 2001

posted posted 03-27-2002 16:02

Actually, the effect in NN 4.75 is sort of cute...sort of retro.

Now, if you have the time to waste, try achieveing that same effect in IE!

On second thought...why don't you just volunteer to help me with all my coding problem!

e-maestro

Wes
Paranoid (IV) Mad Scientist

From: Inside THE BOX
Insane since: May 2000

posted posted 03-28-2002 06:18

You're right, the DIV method in NN is kind of nifty. Couldn't have designed it that way on purpose.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu