PDA

View Full Version : [DONE] padding for Opera


Gary King
07-26-2004, 03:18 AM
Please add:

padding: 0px; as well in the CSS for body {}

so that it looks proper in Opera as well
.
Thanks:)

Dean C
07-26-2004, 10:32 AM
Or better yet:


padding: 0;
margin: 0;


That's the best way of doing it :)

Gary King
07-26-2004, 01:43 PM
Or better yet:


padding: 0;
margin: 0;


That's the best way of doing it :)
Actually margin: 0px; is already included so I didn't say to add that.

Dean C
07-26-2004, 03:30 PM
Ah but margin: 0; is different to margin: 0px;

Lets save those 2 bits ;)!

Natch
07-26-2004, 10:59 PM
you could save another two (or three) bytes with padding:0;
margin:0; (or padding:0;margin:0;)

Dean C
07-27-2004, 10:37 AM
Indeed - let's go for it :D

Xenon
07-27-2004, 11:30 AM
or you buy DSL :p

well, added the padding now :)

Colin F
07-27-2004, 11:46 AM
looks nicer... thanks :)

Jadelit
07-28-2004, 01:27 AM
or


margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

Gary King
07-28-2004, 02:01 AM
ok can we please close this? it's getting silly now

Natch
07-28-2004, 02:14 AM
But this is so much fun :p

Xenon
07-28-2004, 01:07 PM
It is?

well, closing is even more fun :p