navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Thanks again Netscape!!

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Thanks again Netscape!!
Page: [1]
 
hzarabet

 

Posts: 1539
From: New Milford CT USA
Status: offline

 
Thanks again Netscape!! - 4/26/2004 11:50:13   
Hi all...

This style sheet works fine in IE. In Netscape 4.08 it is caused the page to stop opening midway through and THEN locks up Netscape completely causing me to reboot each time to retest.

Thanks again Netscape...

/*************/
/* Site wide */
/*************/


BODY {
background: white;
color: black;
margin : 0;
padding : 0;
text-align: left;
font-size: medium;
font-weight: 400;
font-family: verdana, arial, helvetica, sans-serif;
margin-left: 6px;
margin-right: 1px;
margin-top: 10px;
}

strong {
font-weight: 700;
}

td { height: 30px;
width: 756px;
text-align: left;
}

/*************/
/* Header */
/*************/
.logobox {
width: 30%;
}

.holdingbox {
height: 22px;
}

.button {
width: 16.4%;
height: 20px;
text-align: center;
}


.leftxsm {
width: 40%;
font-size: x-small;
}


.rightxsm {
width: 60%;
text-align: right;
font-size: x-small;
}

.goldline {
background: gold;
height: 1px;
}

.copyright {
text-align: center;
font-size: x-small;
}

/*************/
/* Footer */
/*************/

.goldbox {
height: 25px;
background: gold;
padding: 2px;
text-align: right;
font-size: small;
}

.submit {
text-align: right;
font-size: small;
}

.textnav {
height: 20px;
width: 14.29%;
text-align: center;
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
}

/*************/
/* */
/*************/

td.rightfree {
background: #39F;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
color: white;
padding-left: 2px;
}


.head {
height: 25px;
width: 50%;
font-size: 130%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}

.headsmall {
height: 25px;
width: 50%;
text-align: center;
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
}

.greenbox {
height: 25px;
text-align: right;
background : green;
font-size: medium;
font-family: Verdana, Helvetica, sans-serif;
font-weight: 700;
color: white;
}

td.left {
text-align: right;
font-family: Times New Roman, Arial, Helvetica, sans-serif;
font-weight: 700;
padding-right: 2px;
}




td.side {
font-size: 70%;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}


.greenline {
height: 1px;
background: green;
}


font.white {
color: white;
}

font.red {
color: red;
}


H1 {
font-size: 140%;
font-family: Verdana, Helvetica, sans-serif;
font-weight: 700;
color: black;
}

H2 {
font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
color: black;
}


A:link {
text-decoration: underline;
color: blue;
}

A:visited {
text-decoration: underline;
color: blue;
}

A:hover {
text-decoration: none;
color: red;
}


A:focus {
text-decoration: underline;
color: blue;
}

A:active {
text-decoration: underline;
color: blue;
}

_____________________________

http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
RE: Thanks again Netscape!! - 4/26/2004 12:05:06   
Nothing wrong with the CSS, me thinks it's NN itself, ever thought of upgrading to 7.1?

_____________________________




(in reply to hzarabet)
hzarabet

 

Posts: 1539
From: New Milford CT USA
Status: offline

 
RE: Thanks again Netscape!! - 4/26/2004 12:14:02   
quote:

ORIGINAL: Giomanach

Nothing wrong with the CSS, me thinks it's NN itself, ever thought of upgrading to 7.1?


Personally, I'd rather read from papyrus then use this junk, but I still have some users that use Netscape 4 so I would like it to AT LEAST function. I just test NS 4.08:)

_____________________________

http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada

(in reply to Giomanach)
hzarabet

 

Posts: 1539
From: New Milford CT USA
Status: offline

 
RE: Thanks again Netscape!! - 4/26/2004 12:22:32   
OK, I found the cause, but can't figure out the solution!!!!

If I remove the "width" from "td" the page works:

Works:

td { height: 30px;
text-align: left;
}


Doesn't Work!!!!:

td { height: 30px;
width: 756px;
text-align: left;
}


Why is the width blowing out the Netscape page???????????

_____________________________

http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada

(in reply to hzarabet)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Thanks again Netscape!! - 4/26/2004 13:15:38   
you're not going to like this - NN4.xx is a POS - what I do is use @import so they see a well laid out unstyled page.

BUT rule of thumb for you:

anything with fonts is OK, anything with backgrounds is trial and error.

Anything with positioning is a nightmare especially floats, which can and do crash it.

_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to hzarabet)
hzarabet

 

Posts: 1539
From: New Milford CT USA
Status: offline

 
RE: Thanks again Netscape!! - 4/26/2004 23:46:49   
Thanks Gorilla!

So this basically thumbs our nose at NS4.

_____________________________

http://www.SigningsHotline.com lists EVERY upcoming athlete autograph appearance in the US and Canada

(in reply to gorilla)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Thanks again Netscape!! - 4/27/2004 11:32:19   
NN4.xx has dreadful and dreadfully buggy CSS support here's a useful grid:

http://devedge.netscape.com/library/xref/2003/css-support/css1/mastergrid.html

and some good reading:


http://www.xs4all.nl/~sbpoley/webmatters/netscape4.html

_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to hzarabet)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Thanks again Netscape!!
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts