css - CSS3 smart border colors -
I have run into a small problem with a jQuery UI webpack which I am currently creating. In the app I am showing one of the many preview screens in which the elements are - images, spans, paragraphs - which can be changed when the mouse exceeds the changing elements, I use the class to show a dotted red border. Hover so that the user can know that they can click on the element to change the element.
Trouble begins because some preview screens use color schemes that include a red background, which makes me: Hook dotted red border is all but invisible. Maybe there is a smart CSS3 method to use the border color to show in spite of the underlying background color? Any suggestions would be appreciated.
I tried something but could not find a satisfactory solution. So I thought that in some way the element meant something to make "touch". Finally I set up
{-moz-transform: scale (0.75); -o-transform: scale (0.75); - WebKit-conversion: scale (0.75); Opacity: 1; Filter: Alpha (Opacity = 100)}
Comments
Post a Comment