Click here to Skip to main content
15,886,258 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: IE9 gets something right (and beats Chrome, Safari and Opera)! Pin
Dennis E White2-Dec-11 5:10
professionalDennis E White2-Dec-11 5:10 
GeneralRe: IE9 gets something right (and beats Chrome, Safari and Opera)! Pin
Graham Breach2-Dec-11 5:18
Graham Breach2-Dec-11 5:18 
GeneralRe: IE9 gets something right (and beats Chrome, Safari and Opera)! Pin
Dennis E White2-Dec-11 5:33
professionalDennis E White2-Dec-11 5:33 
Questionanybody can find out that asp program error? Pin
hack00430-Nov-11 6:11
hack00430-Nov-11 6:11 
AnswerRe: anybody can find out that asp program error? Pin
R. Giskard Reventlov30-Nov-11 6:14
R. Giskard Reventlov30-Nov-11 6:14 
GeneralRe: anybody can find out that asp program error? Pin
hack00430-Nov-11 6:18
hack00430-Nov-11 6:18 
GeneralRe: anybody can find out that asp program error? Pin
Smithers-Jones1-Dec-11 22:11
Smithers-Jones1-Dec-11 22:11 
QuestionRotate element without rotating images! Pin
MajinSaha27-Nov-11 4:22
MajinSaha27-Nov-11 4:22 
Hi all!
I'm relatively new to CSS programming and stuck with some problem. I searched the web and found nothing that could help me.

I have an element that contains both text and an image *.png. I want to transform the element a little bit to make the text and its flow diagonal but I do NOT want to rotate picture.

What I have is something like this

CSS
myelement{width:132px; height:100px; padding:24px 0 0 48px; vertical-align:bottom; background:url(images/pic.png) no-repeat 0 100%;}

If I add
CSS
transform:skew(-20deg,0deg);
-ms-transform:skew(-20deg,0deg); /* IE 9 */
-moz-transform:skew(-20deg,0deg); /* Firefox */

to it, it rotates as a whole! I don't need it.

If you want to put all the properties inside one element, don't bother answering. The web is overfilled with this kind of advice and is intended to rotate images.

Thanks to all who replies!
AnswerRe: Rotate element without rotating images! Pin
Morgs Morgan29-Nov-11 1:06
Morgs Morgan29-Nov-11 1:06 
Questioncontainer inside container Pin
williamroma26-Nov-11 13:06
williamroma26-Nov-11 13:06 
AnswerRe: container inside container Pin
phome27-Nov-11 1:03
phome27-Nov-11 1:03 
AnswerRe: container inside container Pin
Satheesh154627-Nov-11 17:05
Satheesh154627-Nov-11 17:05 
AnswerRe: container inside container Pin
Dalek Dave9-Dec-11 22:47
professionalDalek Dave9-Dec-11 22:47 
AnswerRe: container inside container Pin
manognya kota8-Jan-12 19:46
manognya kota8-Jan-12 19:46 
AnswerRe: container inside container Pin
cjoki9-Jan-12 9:49
cjoki9-Jan-12 9:49 
Questionconfirmation by phone call Pin
Jassim Rahma25-Nov-11 21:35
Jassim Rahma25-Nov-11 21:35 
AnswerRe: confirmation by phone call Pin
Not Active26-Nov-11 4:24
mentorNot Active26-Nov-11 4:24 
GeneralRe: confirmation by phone call Pin
Jassim Rahma26-Nov-11 20:13
Jassim Rahma26-Nov-11 20:13 
GeneralRe: confirmation by phone call Pin
JHizzle28-Nov-11 0:34
JHizzle28-Nov-11 0:34 
QuestionValidating my HTML Pin
BobInNJ24-Nov-11 14:42
BobInNJ24-Nov-11 14:42 
AnswerRe: Validating my HTML Pin
Peter_in_278024-Nov-11 15:54
professionalPeter_in_278024-Nov-11 15:54 
GeneralRe: Validating my HTML Pin
BobInNJ24-Nov-11 16:48
BobInNJ24-Nov-11 16:48 
GeneralRe: Validating my HTML Pin
Peter_in_278024-Nov-11 17:06
professionalPeter_in_278024-Nov-11 17:06 
AnswerRe: Validating my HTML Pin
JaneBlue21-Dec-11 17:32
JaneBlue21-Dec-11 17:32 
QuestionNo Character encoding Pin
Jassim Rahma22-Nov-11 7:52
Jassim Rahma22-Nov-11 7:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.