Here is my custom CSS code:
.uploadify {
position: relative;
margin-bottom: 1em;
width:264px;
height:54px;
cursor:pointer;
}
Despite specifying the size in the attached HTML file (only accessible by administrators), the div does not reflect these dimensions. How can I override this issue? Additionally, hover effects with cursor:pointer
on other divs are not registering.
View the HTML file here for reference.