View Full Version : Netscape problem assistance needed pls
MarioPro
03-04-2003, 04:50 PM
Hello,
May anyone give a tip, please, why am I experiencing a problem with Netscape at http://www.spsuicidologia.pt/index.php?language=en.
As you may notice, the top images and tables are not behaving the right way and I'm getting spaces in it.
I have two stylesheets, one for each of the browser types but the problems still happens, even on Netscape 7.0
In IE its working perfectly.
I've tested it before and it had no problems, now the site is completely disajusted! :(
I'm really in trouble with this issue, since I can't put the website to work with Netscape 6.0 +
If needed, I may post here my CSS if it may help or the page code.
Thanks in advance for any help.
missing-score
03-04-2003, 05:05 PM
The reason everting gets put out of place is because It is not a good Idea to use tables of 100% in NS4.
Where as in NS6, MISE and OPERA, you put undefined td's with widthes, it makes sure the table spans the 100%, NS4 seems to put these undefined td's and really small. That messes stuff up.
I dont know why it isn't working in NS6/7.
Try removing the 100% and changing it to something else.
Looks good in IE though! nice design!
MarioPro
03-04-2003, 06:31 PM
Hi,
Thanks for your tips and comments. In fact, I've changed the 100% width from the top <TD> and it didn't work either.
It is strange inded! Humm...
Any comments?
Regards
missing-score
03-04-2003, 06:35 PM
Right, make sure you change the height from %
Ensure cellspacing="0" cellpadding="0" border="0"
If that doesn't work, post the CSS.
MarioPro
03-04-2003, 06:52 PM
Well, here's the CSS (attached) for Netscape. Thanks for your help!
:thumbsup:
MarioPro
03-05-2003, 10:05 PM
Well, I solved, with your valuable help, my problem by inserting in the Netscape stylesheet the following:
.tdtop {
border: 0px;
border-collapse: collapse;
padding: 0px;
margin: 0px;
line-height: 0px;
letter-spacing: 0em;
}
It is working, at least on Netscape 7.0 !
Thanks !
missing-score
03-06-2003, 07:14 AM
It works great in IE and NS7,
BUT,
opera 7 is missing the 2 sidebars of the left menu. They are about 2px high, and NS4 now views even worse.
MarioPro
03-07-2003, 09:15 PM
Hi,
Great help! Thanks a lot for your support and help on this issue. Now it seems that it is working fine in IE, Netscape and Opera.
Thanks again.
missing-score
03-07-2003, 10:54 PM
You're welcome.
MarioPro
03-07-2003, 11:01 PM
Hi,
By the way, let me tell you that you have no background selected in your website and for users who have other system color selections, like myself (for debuging purposes), your website is missing the #FFFFFF.
Let me know if that is correct.
:thumbsup:
missing-score
03-08-2003, 12:03 AM
You must mean the
<body bgcolor="#FFFFFF">
I usually forget to put that in, so thanks for reminding me. I have a terrible habbit of uploading files before I have finished them.
Thanks any way.
If you have any other suggestions, post back. I am working on a forum so I will post that soon.
Cheers mate.
Matt
MarioPro
03-08-2003, 01:04 AM
Yeap,
<body bgcolor="#FFFFFF">
or
body{background: #FFFFFF; border: 0px;}
Most of the people does forget that. For users that don't have the white as a default definition, some sites become annoying, i.e. some Microsoft pages that have a grey background. :(
I usually set this as default, unless other color is used.
By the way, the first impressions of your site are very neet!
Ok. Keep in touch
missing-score
03-08-2003, 09:02 PM
I have done the first version of my forum is ready. The locked posts dont take effect yet and I haven't finished the admin panel, but the rest seems to work.
Take a look ( http://forums.itk-network.com )
Matt
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.