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

 
jorgito
Nervous Wreck (II) Inmate

From: sevilla, spain
Insane since: Mar 2001

posted posted 05-01-2001 20:19

hello everybody:

i´m making a new page, all with IE works fine.. but with netscape, the image of the top of the page have a little lines between the cells of the table... Can someone help me? the url is:
http://www.galeon.com/sig/paginas/bibliografia.html

Thanks

(don´t use www.iblat.com, is a very big mierda)



[This message has been edited by jorgito (edited 05-03-2001).]

la'dsasha
Neurotic (0) Inmate
Newly admitted Neurotic (0) Inmate
Newly admitted
posted posted 05-01-2001 21:10

change your body tag to this:

<body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>

------
Hell hath no fury like a woman scorned

linear
Paranoid (IV) Inmate

From: other places
Insane since: Mar 2001

posted posted 05-02-2001 05:58

I've wondered, are there no NN-flavored CSS equivalents to the margin-left etc. properties?

Or are you absolutely stuck mangling the <BODY> tag?

jorgito
Nervous Wreck (II) Inmate

From: sevilla, spain
Insane since: Mar 2001

posted posted 05-02-2001 16:46

well, i fixed that... but, my god! another problem!!!


it´s incredible... like mr max says, ¡¡shitscape!!

[This message has been edited by jorgito (edited 05-03-2001).]

la'dsasha
Neurotic (0) Inmate
Newly admitted Neurotic (0) Inmate
Newly admitted
posted posted 05-02-2001 17:16

i had read that margin: 0, border: 0 was supposed to work, but it doesnt in 4.7x

im not used to reading spanish, but you have 6 cells (5 for the image, one for the javascript to get the date). you dont have any cell dimensions at all on the last cell. the width you define for your cells is the *minimum* width requirement your cell needs (but if there is more available, it will take what it can). you need to force that last cell to take up the rest of the table width room by adding width=100%.

also, i noticed that there was a line break between one of your images and the closing </td> tag. that will also sometimes add gaps.

------
Hell hath no fury like a woman scorned

twItch^
Maniac (V) Mad Scientist

From: the west wing
Insane since: Aug 2000

posted posted 05-02-2001 18:13

indeed, the css equivalent to the deprecated <body margin...> tag is

body {
margin : 0;
}

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 05-02-2001 21:00

make that

margin:0px;

spacing doesnt matter, but you should put a unit of measurement in there...

CPrompt
Maniac (V) Inmate

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

posted posted 05-02-2001 22:37

I had this problem as well in the past. I just went in and did the section that was giving me problems using CSS-P.
Using: image1 {
margin-top: 10px;
margin-left: 20px;
} etc...

I makes everything a whole lot smoother. It is more scripting but the turnout makes it worth the while.



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


« BackwardsOnwards »

Show Forum Drop Down Menu