RE: CSS in NN giving me fits!
by Chuck Evans <Chucke(at)captura.com>
|
| Date: |
Mon, 28 Feb 2000 10:08:43 -0800 |
| To: |
"'Rebecca Campbell'" <rcampbel(at)standard.com>, "'HWG Techniques'" <hwg-techniques(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
Careful. A few months ago on this list, a bunch of us were having trouble
getting Hover to work consistently. Hover will not work on "visited" links
(in IE) unless you place your a:hover class AFTER the A:link and A:visited
classes.
---------------------------------------------------------
Chuck Evans
Web Marketing Manager
Captura Software, Inc.
(425) 424-1155
chucke(at)captura.com
www.captura.com
-----Original Message-----
From: Rebecca Campbell [mailto:rcampbel(at)standard.com]
Sent: Monday, February 28, 2000 8:40 AM
To: 'Byron Wise'; 'hwg techniques'
Subject: RE: CSS in NN giving me fits!
also, as far as hover color goes, nn will support it, but you have to put
your style declaration in the proper order. i'm pretty sure it's
a:link
a:hover
a:active
a:visited
but i could be wrong...
hth,
-rebecca
http://www.nerdygirl.com
-----Original Message-----
From: Byron Wise [mailto:bywise(at)theriver.com]
Sent: Saturday, February 26, 2000 6:20 PM
To: 'hwg techniques'
Subject: CSS in NN giving me fits!
I can make my style sheets do exactly what I want in IE, but only some
things seem to work in NN 4.7. I can't tell if I'm trying to do things that
NN doesn't support (though they seem very simple) or if I'm linking wrong or
what. Below, I've copied the style sheet that links to the following site
(sorry that it's so long, this is for a class and the assignment is ONLY
format using style sheets). Any help or advice would be GREATLY
appreciated. One particular question: does NN support hover at all?
http://cgi.wc.pima.edu/~lwise/Project1/index.html
body { font-family: Arial, Helvetica, Sans-serif;
color: #000000;
background-color: #FFFFFF;background-image:
url(images2/servicesbackground.gif)}
.logo {margin-left: 0px;
margin-top: 0px}
td.1 {padding-top: 8px}
h1 { font-size: 24pt;
text-align: right; }
h2 {text-align: right;}
h2.services { text-align: left;}
p { font-family: "Times New Roman" ,Times, Serif;
font-size: 14pt;
text-align: right;}
p.problems { font-family: "Times New Roman", Times, Serif;
font-size: 12pt;
font-weight: bolder;
text-align: left;
margin-left: 25px;}
span.free { color: green;}
p.box { border: 2px solid #666666;
padding: 6px;
background-color: #666666;
background-image: url(images2/boxbkgd.jpg);
font-family: Arial, Helvetica, Sans-serif;
font-size: 9pt;
text-align: center;
color: #FFFFFF}
.navigation {text-align: right;
font-size: 10pt;
color: #333333;}
table.2 { margin-left: 10px;
margin-top: 4px;
width=460px}
a {color: #666666}
a:link { color:#666666}
a:visited { color:#999999}
a:active { color:#666666;
font-weight:bolder;}
a:hover { color:#FF0000}
a.special { color:#000000 }
p.box2 { border: 2px solid #666666;
padding: 6px;
background-color: #666666;
background-image: url(images2/boxbkgd.jpg);
font-family: Arial, Helvetica, Sans-serif;
font-size: 9pt;
text-align: justify;
color: #FFFFFF}
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.