Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] How to make hovering over one div to trigger changes in another div?

  • This topic is empty.
Viewing 15 posts - 31 through 45 (of 51 total)
  • Author
    Posts
  • #136141
    Junni
    Member

    thanx a alot can you link som finest hovers for website, am making and web site and am tying to develop some new taste. and thinking about a cool design for other pages , index is here [Future FAme](http://futurefame.net46.net/Future%20Fame/ “Future Fame”)

    #136142
    Jozsef K.
    Participant

    Well, there are a lot, just google it (css3 hover effects) :
    http://tympanus.net/codrops/2011/11/02/original-hover-effects-with-css3/

    #136151
    Junni
    Member

    refer me some Design for my site please

    #136499
    derElch
    Participant

    hello

    is it possible to change the atributes from one elemente before the other?
    i ask because i have a list like:

    if im hovering number7 it should be lager than before and the li.number2 till number6 should be smaller.
    is there a possibility to change this element before the other or should i turn the list with float: right in the other direction?

    #136500
    derElch
    Participant
    #136542
    Jozsef K.
    Participant

    No, it’s not possible.Css selectors work only forward not backwards.

    #136580
    derElch
    Participant

    so i will order the li backwards with float: right =)
    thx for your information and help =)

    #136581
    Jozsef K.
    Participant

    Sure, no problem =)

    I did not think to that option :)

    Tested here : http://jsfiddle.net/b9wev/

    #136760
    psykg
    Member

    jozsef can u make me an example that show item1 or item2 on right side div, but only when you click on left side divs with same name, and not when you hover it?

    I am trying to make a version of my web site for mobile phones and hovering on left side divs is not working well, so i think it would be better for user to click it on left div to reveal his content on right side.

    http://jsfiddle.net/daFDn/867/

    #136808
    Jozsef K.
    Participant
    #136833
    psykg
    Member

    Thank you jozsef !!! I owe you a beer ! cheers !!!

    #136838
    Jozsef K.
    Participant

    Cheers, mate!

    #139648
    vinoth
    Member

    Hi Jozsef,

    I am impressed by your work. I am fresher to javascript. I have a question.
    I have two column. Left one with li (Four option) and one div on the right column. I need to show content on right side according to the clicks on left side. Can you help me out?

    It would be better if it would done through java script. For time being you can use any dummy text later i will edit it.

    Thanks in advance :) Vinoth

    #139701
    Paulie_D
    Member

    @Vinoth

    Please…put some work into this yourself. Don’t just ask us to do it for you.

    Anyway, you might want to review this…

    https://css-tricks.com/video-screencasts/85-best-practices-dynamic-content/

    #142658

    @jozsef you are my hero i have spent 2 days reading about jquery how to done it with it but i think it’s more sample :) thank u

Viewing 15 posts - 31 through 45 (of 51 total)
  • The forum ‘CSS’ is closed to new topics and replies.