Hi,

I used this JS to make my borders rounded ...

        $().ready(function() {
                $('#editPanelTitle').corner();
        });

Here is the class-id definition:

#editPanelTitle {
        background: #ffffff;
        position:absolute;
        font-family:verdana,tahoma,helvetica;
        width:  400px;
        display:        none;
}

Problem is, the corners get rounded, but if I float my DIV above other 
elements, the space between the rounded corner and the normal rectangular 
corner is filled with white background, and I would prefer that this space be 
transparent, allowing you to see the elements behind.  Is that possible?  Is my 
question clear enough?

Thanks, - Dave

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to