On Thu, 19 Jun 2008 21:36:48 -0400, Christopher wrote:
> Hi, I have my <div> called navigation then I have navigation:hover but this 
> does not
> work ? I know I'm missing a step could it be a link cause the graphic needs 
> to be one
> big graphic BUT specific areas on the graphic will have links to other pages 
> NOT the
> whole graphic:
>
> #menu a {
> background: url("button.gif") 0 0 no-repeat;
> ...
> }
> #menu a:hover {
> background-position: -157px 0;
> ...

You don't say so, but I assume you are talking about Internet Explorer
here. The poor thing needs an extra "boost" to react on ":hover".

Try an added declaration to the hover rule that's *not* in the rule
for "a", like "float: none;" or "text-indent: 0;"

This article has more information:

 <http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp>

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to