|
| |
|
|
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
|
|
|
|
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
|
|
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
|
|
|