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

 

Issues with NN4

 
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 >> Issues with NN4
Page: [1]
 
Peppergal

 

Posts: 2207
Joined: 9/20/2002
Status: offline

 
Issues with NN4 - 5/6/2004 12:36:01   
Call me a glutton for punishment, but I am trying to make my site look almost the same in NN4 as it does in good browsers.

http://www.design-a-website.com/redesign

I managed to succeed, I thought, and when I looked at it in NN4 I nearly scared the dog with my whoop of victory. My whoop was short lived, though, because, um. well...the only links that work are the ones in the dark nav box on the right. And as you flip through the site you'll see that a lot of the links are not styled like they should be, and some of the text is black when it shouldn't be.

And hooray, it still looks awesome in Mozilla, BUT in Internet Explorer, my main div is way down below where it should be; and yet it's perfect in Mozilla. Any ideas as to what is screwing this up? Am I trying to achieve the impossible with this?

I have two style sheets. Here is the Netscape one:

body
{
background-color: #115151;
color: #C6FFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
padding: 2px;
margin: 2px;
}

img
{
padding: 5px;
border: 0px;
}

#header
{
position: fixed;
background-color: #115151;
left: 25px;
padding: 2px;
top: 0px;
width: 725px;
z-index: 1;
}

#navbox
{
position: fixed;
background-color: #0b3535;
border: 1px #f8bb8a solid;
margin-left: 10px;
margin-right: 550px;
top: 175px;
width: 150px;
text-align: center;
z-index: 2;
}

#mainbox
{
position: relative;
background-color: #115151;
margin-left: 190px;
margin-right:100px;
top: -240px;
width: 550px;
z-index: 0;
}

h1
{
color: #F8BB8A;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 2px;
}

h1.two
{
color: #F8BB8A;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 2px;
}


h2 {
color: #00FFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
}

P {
color: #C6FFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
text-align: left;
}

P.two {
color: #00FFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: left;
}

P.three {
color: #C6FFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: left;
}

P.four {
color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: left;
}

P.five {
font-size: 8px;
font-weight: bold;
text-align: left;
}

ul {
color: #F8BB8A;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
}

a:link
{
background-color: transparent;
color: #f8bb8a;
font-weight: bold;
text-decoration: none;
}

a:visited
{
background-color: transparent;
color: #f8bb8a;
font-weight: bold;
text-decoration: none;
}


I'll post the regular one seperately.

_____________________________

Northeast PA / Poconos/ Lake Wallenpaupack Real Estate
wallenpaupacklakeproperty.com
Karen's Real Estate Blog
Peppergal

 

Posts: 2207
Joined: 9/20/2002
Status: offline

 
RE: Issues with NN4 - 5/6/2004 12:37:07   
here is my "@imported" style sheet:


body
{
background-color: #115151;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.8em;
font-weight: normal;
padding: .5em;
margin: .5em;
}

img
{
float: left;
padding: 5px;
border: 0px none;
}

#header
{
background-color: #115151;
height: 118px;
left: 25px;
padding: .7em;
margin-bottom: 1em;
position: fixed;
top: 0px;
width: 95%;
z-index: 1;
}

#navbox
{
float: left;
position: fixed;
background-color: #0b3535;
border: 1px #f8bb8a solid;
height: 240px;
left: 8px;
top: 175px;
width: 25%;
margin-left: 10px;
margin-right: 550px;
text-align: center;
z-index: 2;
}

#mainbox
{
position: relative;
background-color: #115151;
border: 0px none;
left: 110px;
top: 95px;
margin-left: 110px;
margin-right: 640px;
width: 70%;
z-index: 0;
}


a:link
{
color: #f8bb8a;
font-weight: bold;
text-decoration: none;
}


a:visited
{
color: #f8bb8a;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #F2E3D8;
font-weight: bold;
text-decoration: underline;
}



h1
{
color: #F8BB8A;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.5em;
font-weight: bold;
text-align: center;
padding: 1em;
}

h1.two
{
color: #F8BB8A;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: bold;
text-align: center;
padding: .2em;
}


h2 {
color: #00ffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
font-weight: bolder;
text-align: left;
}

P {
color: #C6FFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: normal;
text-align: left;
}

P.two {
color: #00FFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: bold;
text-align: left;
}

P.three {
color: #C6FFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
font-weight: bold;
text-align: left;
}

P.four {
color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
font-weight: bold;
text-align: left;
padding: .8em;
}

P.five {
font-size: .75em;
font-weight: bold;
text-align: left;
}

ul {
color: #F8BB8A;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

_____________________________

Northeast PA / Poconos/ Lake Wallenpaupack Real Estate
wallenpaupacklakeproperty.com
Karen's Real Estate Blog

(in reply to Peppergal)
Donkey

 

Posts: 3910
Joined: 11/13/2001
From: Blackfield United Kingdom
Status: offline

 
RE: Issues with NN4 - 5/6/2004 14:35:00   
I don't see why you need to bother with NN4 it's less than 1% of all browsers. I would just worry about the 99.95%. IMO anyone with a browser than old is very unlikely to be a potential customer, after all if they won't spend "nothing" on a browser upgrade why should they be inclined to spend "something" on whatever you are selling them? I say forget them they are a lost cause.

_____________________________

:)

I have a higher and grander standard of principle than George Washington. He could not lie; I can, but I won't.
Samuel Clemens

(in reply to Peppergal)
Peppergal

 

Posts: 2207
Joined: 9/20/2002
Status: offline

 
RE: Issues with NN4 - 5/6/2004 15:18:28   
That's my first impression too Donkey....really, why bother? but then I wanted to see if I could *conquer* it. LOL, veni, vidi, vici ya know. I don't mind conquering it with help, but I want to conquer it if I can. As if I don't have enough to do, though.

I guess it is kind of stupid. I don't anticipate any people actually using that browser.

_____________________________

Northeast PA / Poconos/ Lake Wallenpaupack Real Estate
wallenpaupacklakeproperty.com
Karen's Real Estate Blog

(in reply to Donkey)
Mike54

 

Posts: 4789
Joined: 3/26/2001
From: Way Up Over
Status: online

 
RE: Issues with NN4 - 5/6/2004 18:42:19   
quote:

but then I wanted to see if I could *conquer* it. LOL, veni, vii, vici ya know.

Personally Karen I wouldn't spend the time at this point but I have enormous respect for someone who would, whether for the challenge, educational purposes or for any other (legitimate) reason. You go girl.:)

_____________________________

Who was the first guy that looked at a cow and said, "I think that I'll drink whatever comes out of those things when I squeeze them"?

New photogalleries, stop by sometime.

(in reply to Peppergal)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Issues with NN4
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