/    Sign up×
Community /Pin to ProfileBookmark

Need help with CSS Rollover

Hi. I have been struggling with a css menu for some time time now.

Please have a look at the navigation on this site. [url]http://archirathaisushi.com/[/url]

you will notice that when you hover over the menu items, sometimes the left part of the rollover disappears. I just cant seem to think of a way around it.

your sugguestions would be greatly appreciated.

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@drudekenAug 23.2010 — [code=html]
<style type="text/css">

....

Change: lines 70 and 71 of style.css

#nav a:hover{background:url(../images/active-left.jpg) no-repeat left top;color:#762627;}
#nav li:hover{background:url(../images/active.jpg) no-repeat top right;}

into:

#nav li:hover{background:url(../images/active.jpg) no-repeat top right;}
#nav li:hover a{background:url(../images/active-left.jpg) no-repeat left top;color:#762627;}

....
</style>
[/code]
Copy linkTweet thisAlerts:
@ssbeatsauthorAug 24.2010 — drudeken! your a star!

i tried every manner of combinations but not li:hover a{}

Thanks!!!! :-)
×

Success!

Help @ssbeats spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...