Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Links highlight on hover?

Asked Modified Viewed 3,346 times
L
LiTos456
L
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
asked
Member

I want to make my navigation links highlight on hover. Like on this site for example. How can I do that?

PS: Is it possibly to make a link change into a clickable image link on hover?
0 replies

7 posts

L
LiTos456
L
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

thanks, i did

    background-color: aqua


But can I make it so that it stretches throughout the whole navigation panel? Like on this site (and so that you can click not neccesarrily on the text but on any of the highlighted area, etc..).
0 replies
L
LiTos456
L
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

nvm, i think i know how they did it (background image isnt it).
0 replies
R
Redemption
R
Oh dear.
  • Member, joined since
  • Contributed 64 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Never heard of CSS code that had curved table borders (or div :p)

It's an image ;)
0 replies
R
Redemption
R
Oh dear.
  • Member, joined since
  • Contributed 64 posts on the community forums.
  • Started 2 threads in the forums
answered
Member

Just put the desired color in ur a:hover.side class in the css file, I'm rusty but I'm pretty sure it's

a:hover.side {
 [color=#66ff33]background-color: #XXXXXX;[/color]
}
0 replies
L
LiTos456
L
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

when i do that it goes all stupid.
Go to http://pop.1191adb.com and sign in as Matonor with the pass "testing". Then change the theme and see, hover over the navigation links on top or side.

PS: If i cant get it to work for the navigation links thats alright, i wanna make sure i have that for the ones on the top. But also, it applies to all links on the site...can i make it so that it only applies for the top navigation?]

EDIT: I tried display inline but it does it the same as none. block makes it go crazy, so...i cant find a way to make it be normal =\ at least for the top navigation, like here! http://1191adb.com/forums
Edited by LiTos456 on 09-06-2008 22:03,
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

This should be posted on the Themes site, where you can find a solution as well.
0 replies
L
LiTos456
L
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

well...it doesnt work...ah screw this. ill just have it as it is right now. i only wanted it for the navigation on top actually, and i like the way the links are being highlighted by the image i made for them atm. so whatever.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet