transparent-div

Transparent div problem

Hey i have this div that shows as a popup: <div class="popup"> </div> Then with jquery i add another class to it to give it with the css associated to that class, position, size, color and transparency: .show { position: absolute; color: #F4F5F6; width: 600px; margin-left: -300px; height:300px; background: #00...

Detect leaving a buried element - Jquery

At the moment I have an image, and when the user puts their mouse over it, using Jquery I place a transparent div over the image. The problem is that this triggers the mouseout event. I want the transparent div to leave when the mouse moves away from the image. What is the best way to detect this if there is a transparent div covering th...

div transparent background with ie

i try to use the carousel structure below carousel the problem is the background (link with description on left side) semi transparent and it works fine with opera,firefox,chrome,safari except ie6. ie6 displays it without that transparentcy.how to change to display as other browsers? ...