Link to home
Start Free TrialLog in
Avatar of bhomass
bhomass

asked on

have background image show thru div

I have two layers of div inside a td

<table background="bg.gid">
<tr>
<td>
  <div id=leftmenau>
    <div>item1</div>
    <div>item2</div>
  </div>
</td>
</tr>
</table>

The background image only shows outside the upper div. how do you make it show thru the two layers of divs?
SOLUTION
Avatar of mah8473
mah8473

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mah8473
mah8473

B Dorsey is right but you might also like to consider opacity along with transparency

The link I offered above give you LOADS of tips regarding both...very cool stuff!!

Good luck
Avatar of bhomass

ASKER

transparency worked great!
Glad to be of assistance :)