Re: Small issue with navigation
- From: dorayme <doraymeRidThis@xxxxxxxxxxxxxxx>
- Date: Thu, 13 Mar 2008 09:18:25 +1100
In article <Xns9A5FE79B1C94Bivanalottaspam@xxxxxxxxxxxxx>,
Ivana Lottaspam <ivana.lottaspam@xxxxxxxxx> wrote:
Hi everybody,
Some time ago, I asked for some advice concerning the design of my
website. One of the tips that were offered to me was to create a clearer
form of navigation.
At that point, the active menu item had a different background colour
than the others, and a little arrow icon to indicate the fact that it was
the active one. On hover of all the others, that same background and icon
would appear.
I've since removed the icon for the on hover event - but of course now,
when I hover over the active one, the icon disappears. You can see for
yourself how it looks right now: http://haus.scienceontheweb.net/ .
Is there a way to keep this icon? I'm not sure how to do this in css...
do I need to set the on hover event for the active one to another class
or something?
Thanks for the help!
Ivana Lottaspam
Add the background image to your hover, thus:
#navigation a:hover {
background: #c5deff url('../img/arrow.gif') 96% 50% no-repeat;
color:#0764be;
}
instead of your
#navigation a:hover {
background: #c5deff 96% 50% no-repeat;
color:#0764be;
}
--
dorayme
.
- Prev by Date: Re: a reliable free host
- Next by Date: Re: Ugliest site ever competition ( was Re: Easter)
- Previous by thread: looking for an pdf thumbnailer for html
- Next by thread: برنامج رائع يمكنك من اجراء المكالمات الهاتفية من حاسوبك
- Index(es):
Relevant Pages
|