Closed Thread Icon

Preserved Topic: Freaky errors in NS4.7 (very large) (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20500" title="Pages that link to Preserved Topic: Freaky errors in NS4.7 (very large) (Page 1 of 1)" rel="nofollow" >Preserved Topic: Freaky errors in NS4.7 (very large) <span class="small">(Page 1 of 1)</span>\

 
Bmud
Bipolar (III) Inmate

From: Raleigh, NC
Insane since: Mar 2001

posted posted 05-10-2002 16:28

This is not something I normally do, but I'll ask anyone who is familiar with the stinky Netscape 4.7 standards to help us over here fix what we can. There's a deadline coming up soon, so that's why I'm in near-desperate measures.
Download the zip file

Thanks to anyone who can help out.

[edit] This file will constantly be changing because we are still working on it. Make sure you have the latest file, as I will make sure the latest file is uploaded [/edit]

[This message has been edited by Bmud (edited 05-10-2002).]

CPrompt
Maniac (V) Inmate

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

posted posted 05-10-2002 16:52

well, I am at work but I looked at it really quickly. I think that it probably would have been in your best interest to NOT do the positioning of the images with CSS. The would be more browser friendly in tables.

In the Address and Links div, use a grey and blue image for the background with the repeat set to Y (I think) This way it will repeat horizontally and not vertically. You can also you can but the background color as the same as the image. Know what I mean?

I will download the current one and have a look at it.

Later,
C:\


~Binary is best~

Bmud
Bipolar (III) Inmate

From: Raleigh, NC
Insane since: Mar 2001

posted posted 05-10-2002 16:55

I'm in favor of tables too. I'm not the one who started it. I can just mess with it.... Doesn't mean I'll be able to fix it tho.

CPrompt
Maniac (V) Inmate

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

posted posted 05-10-2002 17:12

Yep, unfortunatley, I think that what you got is about as good as it gets. You can take my suggestion and use the images in the backgrounds of the divs and that may help thing but you are still going to have the "Announcements" overlap.

NN4.7 doesn't like absolute positioning but whoever did it did about as good as job as I have seen to make it work.

Later,
C:\


~Binary is best~

Bmud
Bipolar (III) Inmate

From: Raleigh, NC
Insane since: Mar 2001

posted posted 05-10-2002 19:41

Yeah. Ditto.

CPrompt
Maniac (V) Inmate

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

posted posted 05-10-2002 19:49

Sorry I couldn't help out more (always try to help out a fellow NCer)
I'm sure you can find a work around but if the site is getting ready to go live in the next couple of days, you may be up quite late.

Later,
C:\


~Binary is best~

Bmud
Bipolar (III) Inmate

From: Raleigh, NC
Insane since: Mar 2001

posted posted 05-14-2002 16:13

We're all working on it again today. I'll have the zippy updated within the next half hour. I'm going to attempt a table -- but yes, we are running out of time.

Bmud
Bipolar (III) Inmate

From: Raleigh, NC
Insane since: Mar 2001

posted posted 05-14-2002 20:14

updated

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 05-15-2002 18:41

Christ man, just use a table!

code:
<html>
<head>
<title>new design</title>
</head>
<body>
<div style="position:absolute; top:0; left:0; margin:0; padding:0; z-index:1">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top"><img src="toolbar1.gif" width="383" height="146" border=0 alt=""></td>
<td background="bg.gif" width="100%"><img src="bg.gif" width="1" height="150" border=0 alt=""></td>
<td><img src="toolbar2.gif" width="256" height="150" border=0 alt=""></td>
</tr>
</table>
</div>
<div style="position:absolute; top:0; left:0; margin:0; padding:0; z-index:10">
Content Here
</div>
</body>
</html>

Bmud
Bipolar (III) Inmate

From: Raleigh, NC
Insane since: Mar 2001

posted posted 05-16-2002 16:59

I understand. Look at my table that I've made.. It still isn't too happy with NS4.7. =/ Help?

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 05-21-2002 06:07

Can you post the table layout online for us?

« BackwardsOnwards »

Show Forum Drop Down Menu