Forums

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

Home Forums CSS Flip image horizontally with selectmenu. Re: Flip image horizontally with selectmenu.

#129491
JohnMotylJr
Participant

Well, you can change the color of the div by adding a class or by using the css method in jQuery

$(elem).css('background-color','#f00');

I guess it would be easier trying to understand the overall scope of what you need to do because there could probably be an easier, and less complex way to do this all that the same time rather in little chunks.