For starters, I'm using DW's liquid layout format. I have multiple containers in my layout, and what I am looking for is when you hover over the artwork button1, the opacity of both artwork1 and button1 will change, onward to artwork12 and button12. And vic-a-versa. I've tried using some javascript out there - particularly this one: jsfiddle
I'm wondering if it has something to do with my divs not connected to each other. However, if you look at my provided image, what I'm trying to affect is under the main .gridContainer. The black boxes have assigned dv ids, and fall under the button div - is that the correct way of doing things because I am very new to all of this.
</head>
<body>
<div class="gridContainer clearfix">
<div id="buttons">
<div id="button1">
<div id="artwork">
<div id="artwork1">
I would include more information, but I would like to keep this as simple as possible. Being very new to all of this, I don't want to make this more confusing. I'm thinking that my problem rests in trying to assign div ids to elements inside of another div, but I'm really not sure. Need some serious help from some smart people out there! Thanks. My reputation isn't high enough yet to post images to show what I'm trying to do.