HighDots Forums  

Re: Unexpected CSS behaviour of navigation on links

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Re: Unexpected CSS behaviour of navigation on links in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steve Pugh
 
Posts: n/a

Default Re: Unexpected CSS behaviour of navigation on links - 03-17-2008 , 04:30 PM






On Mar 17, 10:48*am, KoosHopeloos <kooshopel... (AT) hotmail (DOT) com> wrote:
Quote:
L.S.,

For some strange reason that I can not understand, the behaviour I set
to the navigation on the left also works for my links, something I do
not want. On hovering over a link, the words change to bold and by
pressing on a link, it 'becomes' a white beam, while it should
redirect me to the refered link. I'm not a total newbie on CSS, but I
just can't figure out what is happening...

I must be doing something wrong, I hope you can point out my design
flaw. CSS and XHTML you can find below, to see the problem live please
go towww.kleurenblindheid.nl/kleuren/blog.shtml.

#content a:hover, a:active {

This means select all hovered links that are a descendent of the
element with id content, and ALL active links.

You probably wanted
#content a:hover, #content a:active {

There may be other cases of the same error, I only had a quick look.

Steve


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.