CSS with link hover???

B

Brett

Ok,

Still tweaking this site

I would like to "lighten up" the design.

I am thinking of losing the "heavy table on the right with the links and replacing it with a white table, 1 px border on the right and losing the underlind links in favor of links that have an underline hover effect as they are "moused

I am also going to apply the same effect to the top nav bar and lose the maroon hover gifs

I am using an external style sheet on the site

Can't seem get the hover effect to work. I haven't applied it to the link shown yet

Anyone have any tips to offer

www.throw a pizza.com/og.ht

for a look at the present stat
 
W

Wally S

When you list your link styles - a, a:visited, a:hover - a:hover has to come
last.

Wally S

Brett said:
Ok,

Still tweaking this site.

I would like to "lighten up" the design.

I am thinking of losing the "heavy table on the right with the links and
replacing it with a white table, 1 px border on the right and losing the
underlind links in favor of links that have an underline hover effect as
they are "moused"
 
W

Wally S

As far as I know, link styles will work on any bowser that supports CSS 1,
and that goes pretty far back. If you edit your CSS with TopStyle Pro, the
software will give you an idea of browser compatibility. It's a good
investment. It makes editing CSS fast and easy.

Wally S
 
Top