Topic: a:hover{ not working (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10994" title="Pages that link to Topic: a:hover{ not working (Page 1 of 1)" rel="nofollow" >Topic: a:hover{ not working <span class="small">(Page 1 of 1)</span>\

 
Kaniz
Bipolar (III) Inmate

From:
Insane since: Jun 2003

posted posted 06-20-2003 21:12

For some reason, my a:hover style tag is not working in any browser (although, it does work in preview mode for FrontPage 2002). Was wondering if anyone could lend me a hand?

http://67.70.220.89/union_energy/default-css.asp


Wes
Paranoid (IV) Mad Scientist

From: Inside THE BOX
Insane since: May 2000

posted posted 06-21-2003 00:03

Works for me in IE6, but there's a few things I noticed that you might want to fix to see if it'll get it to work for you ...

1. Your STYLE tags should go inside your HEAD tags.
2. You might also add HEAD tags. (Inside the HTML tags, above the BODY.)

Example:

<HTML>
<HEAD>
<STYLE>
blah
</STYLE>
</HEAD>
<BODY>

blah blah

</BODY>
</HTML>

3. You have "<font class=navbar>" around the nav bar. Use SPAN instead of FONT. Never use FONT. Of course, you already have that in a DIV, so I would just move what you have defined in class "navbar" to "NavBarHolder" and forget about the SPAN tag.
4. Currently, you have only "A" and "A:hover" defined. Instead, define all of the following:

A:link
A:visited
A:hover
A:active

Be sure to define them in that order. Believe it or not, the order makes a difference.

Of course, the above will define the colors for all your links. I'm not sure if you want to define just the nav bar, but those are the only links I see right now. If you want to assign the nav bar links different colors from other links, we can show you how to differentiate if you need.

Good luck!

Hiroki
Paranoid (IV) Inmate

From: NZ
Insane since: Dec 2002

posted posted 06-22-2003 05:31

Hi, mate. It is working for me as well. My bowser is IE5.5 on windows NT.
But I agree Wes. He explained all I wanted to know.
Good luck to your work.
I like the design of page a lot.
Cya.

Hiroki Kozai



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu