Closed Thread Icon

Preserved Topic: border alignment (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20517" title="Pages that link to Preserved Topic: border alignment (Page 1 of 1)" rel="nofollow" >Preserved Topic: border alignment <span class="small">(Page 1 of 1)</span>\

 
jive
Paranoid (IV) Inmate

From: Greenville, SC, USA
Insane since: Jan 2002

posted posted 05-29-2002 19:36

Can somebody help me, for some reason the red border around my text on this page doesn't come out right on netscape 4.5. It comes out right in ie. Any ideas???



[This message has been edited by jive (edited 05-29-2002).]

[This message has been edited by jive (edited 05-29-2002).]

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 05-29-2002 19:39

nope, no idea. http:// isn't a page for me

Later,
C:\


~Binary is best~

someoneInverse
Bipolar (III) Inmate

From:
Insane since: May 2002

posted posted 05-30-2002 09:33

you posted this one previously, but I guess that the answer wasn't quite what you were looking for

with NS4.x I find that its usually best to force the issues of layout and spacing since you can't trust it to do the job for you

try something like this:

code:
<td width="300">
<table width="300" height="300" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="5" bgcolor="red"><img src="images/transparent.gif" width="5" height="1" alt="spacer" /></td>
<td width="290"><iframe width="290" height="290" src="content.htm"></iframe></td>
<td width="5" bgcolor="red"><img src="images/transparent.gif" width="5" height="1" alt="spacer" /></td>
</tr>
</table>
</td>



it should solve your border problems nicely

hth

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 05-30-2002 18:03

A screen shot would be helpful but I am really surprised that your iFrame works in NN. Do you have another page that you are using for NN?

Anyway, you could use nested tables instead of images for the red border:

code:
<TABLE width="300" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD bgcolor="#B00000">
<table width="300" border="0" cellspacing="5" cellpadding="5">
<tr>
<td bgcolor="#ffffff">Newsy Stuff Here</td>
</tr>
</table>
</TD>
</TR>
</TABLE>



I just modified some of Bugimus' code but I think this would give you the effect that you are looking for and it works in all browsers the same.

Later,
C:\


~Binary is best~

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 05-30-2002 18:05

Also, you will probably benefit from using Doc's Znippets scroll bar.

Later,
C:\


~Binary is best~

« BackwardsOnwards »

Show Forum Drop Down Menu