Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
184 views

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. ...
0
votes
4answers
95 views

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 ...
0
votes
2answers
1k views

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 ...