- This topic is empty.
-
AuthorPosts
-
September 1, 2012 at 7:54 pm #39614
simpletwist
ParticipantI’m looking for some help to find a solid resource to build some spinning CSS 3 icons. There are a bunch of tutorials online but nothing that reaches the quality or aesthetics of this example. Anyone point me in the right direction?
http://parklafun.com/September 2, 2012 at 3:15 am #108885chrisburton
ParticipantYou could also do this for continuous rotation. http://codepen.io/anon/pen/thfLb
September 2, 2012 at 3:33 am #108888chrisburton
Participant@kgscott284 Ha! You caught me in the middle of seeing how fast I could get it going.
September 2, 2012 at 9:24 am #108913simpletwist
ParticipantYou guys rock! Perfect.
September 2, 2012 at 10:45 am #108921simpletwist
ParticipantHow can I change the color while keeping the image circular?
<img src="http://www.ccsdesignhouse.com/three/wp-content/uploads/2012/09/banner_prev_arrow.png" />
how do you target the border radius so it aligns with the middle of the icon? I’ve been using this CSS:
img {
position: absolute;
cursor: pointer;
background: white;
border-radius: 30px;
}September 2, 2012 at 2:21 pm #108930chrisburton
Participant@simpletwist The image 404’s. Can you update that?
September 2, 2012 at 4:26 pm #108936chrisburton
Participant@kgscott284 Thanks
@simpletwist Please remove any white space from the image.September 2, 2012 at 10:22 pm #108947simpletwist
Participant@ChristopherBurton
http://www.ccsdesignhouse.com/three/wp-content/uploads/2012/09/work_prev.png
I’m trying a simpler version of an arrow. Is there a way to utilize the same arrow for forward and backwards while creating a circle around it?
September 2, 2012 at 10:25 pm #108948simpletwist
Participant<img src="//www.ccsdesignhouse.com/three/wp-content/uploads/2012/09/work_prev.png"
September 2, 2012 at 10:26 pm #108949simpletwist
ParticipantThe 1st example also is a transparent PNG–so all whitespace was removed. The white space that I wanted to remain was the outline. The outline was a tailor style border with a simple white arrow.
September 3, 2012 at 4:36 am #109026chrisburton
Participant@simpletwist you can keep that border. However, you had white space outside of that border that I wanted you to remove.
September 3, 2012 at 12:26 pm #109167simpletwist
Participant@ChristopherBurton
I’m Not sure what white space you referring to. I took a snapshot of the icon in Photoshop. What whitespace should I be removing?pngThank you again for your help.
September 3, 2012 at 12:30 pm #109163chrisburton
Participant@simpletwist That border should be against the transparent box. So there shouldn’t be any space between the border and the outside of it.
September 3, 2012 at 1:10 pm #109159simpletwist
Participant@ChristopherBurton ok, so I should just crop it?
September 3, 2012 at 1:19 pm #109161chrisburton
Participant@simpletwist Just change the canvas size in Photoshop.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.