Would the following CSS conflict with Custom Community?
-
Hi folks,
I’ve got a good chunk of CSS I need to implement, and it’s not doing it’s magic, so I wonder if Custom Community might be halting it with other CSS.
.p1 {display:block; width:100px; text-decoration:none; background:#fff; border:0; margin:20px 0 0 50px; float:left; position:relative; z-index:50;} .p1 img {display:block; border:0;} .p1:hover {text-decoration:none; background-color:#8c97a3; color:#000; position:relative; z-index:500;} .p1 b {display:block; position:absolute; left:-9999px; padding:10px; opacity:0; border-radius:3px; box-shadow:0 15px 10px -15px rgba(0,0,0,0.4); -webkit-transition: opacity 0.6s ease-in-out; -moz-transition: opacity 0.6s ease-in-out; -o-transition: opacity 0.6s ease-in-out; -ms-transition: opacity 0.6s ease-in-out; transition: opacity 0.6s ease-in-out; } .p1:hover b {top:-120px; left:110px; padding:10px; border:1px solid #ddd; background:#fff; opacity:1.0;}
And where in the theme is it best that I drop this?
Thanks muchly
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Would the following CSS conflict with Custom Community?’ is closed to new replies.