WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Code for turning image 45 degrees Empty Code for turning image 45 degrees Mon Aug 16, 2010 3:38 am

Guest


Guest
Is there a code for turning an image(or an icon) by 45 degrees?
i want to add a facebook button to the menu of my website and i dont want it to be straight! Smile

2Code for turning image 45 degrees Empty Re: Code for turning image 45 degrees Mon Aug 16, 2010 9:58 am

ankillien

ankillien
Administrator
Administrator
Youu can do it with CSS3 image transformation but it won't work on (advanced) all browsers...

Code:
img {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}

3Code for turning image 45 degrees Empty Re: Code for turning image 45 degrees Mon Aug 16, 2010 10:20 pm

Kasperx

Kasperx
Registered Member
Registered Member
You can use css or just do it with an image editor (which works on all browsers).

4Code for turning image 45 degrees Empty Re: Code for turning image 45 degrees Mon Aug 16, 2010 10:20 pm

Guest


Guest
i am not g ood at photoshoping..

5Code for turning image 45 degrees Empty Re: Code for turning image 45 degrees Mon Aug 16, 2010 11:27 pm

ankillien

ankillien
Administrator
Administrator
To rotate an image in photoshop won't take much efforts. Just press Ctrl+T and rotate it Wink

Can I consider this as solved?

6Code for turning image 45 degrees Empty Re: Code for turning image 45 degrees Mon Aug 16, 2010 11:46 pm

Guest


Guest
yep lock it Smile

7Code for turning image 45 degrees Empty Re: Code for turning image 45 degrees Tue Aug 17, 2010 8:34 am

Jophy

Jophy
Registered Member
Registered Member
Solved ~ Locked

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum