Click here to Skip to main content
15,889,867 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Creating a 'design your own' feature on my website Pin
Nathan Minier16-Jan-19 1:45
professionalNathan Minier16-Jan-19 1:45 
QuestionCreating PIVOT data not producing correct result Pin
samflex10-Jan-19 20:31
samflex10-Jan-19 20:31 
AnswerRe: Creating PIVOT data not producing correct result Pin
Richard Deeming11-Jan-19 2:01
mveRichard Deeming11-Jan-19 2:01 
General(Solved) Re: Creating PIVOT data not producing correct result Pin
samflex11-Jan-19 4:14
samflex11-Jan-19 4:14 
QuestionObject Type and HTTP JSON Gets Pin
cjb1107-Jan-19 22:04
cjb1107-Jan-19 22:04 
QuestionWordpress Website Showing Error Pin
Jack_Calder5-Jan-19 0:48
professionalJack_Calder5-Jan-19 0:48 
AnswerRe: Wordpress Website Showing Error Pin
Afzaal Ahmad Zeeshan5-Jan-19 1:51
professionalAfzaal Ahmad Zeeshan5-Jan-19 1:51 
Questiontransform: skew only on one side [SOLVED] Pin
Valentinor17-Dec-18 2:49
Valentinor17-Dec-18 2:49 
How can you add skew effect on only one side of a div? In the bellow images is what I want to achieve.
How it looks like[^]
How I want it to look like[^]
Also, when I add skew to the right div (the one with "Test right"), it also adds a space to its right, which makes the browser to add the scrollbar on the bottom, because parent div has 100% width.
The space and scrollbar at bottom[^]

Parent div css:
position: absolute;
left: 0px;
top: 0px;
width: 100%;

Inner div css(only background color, and width differs, having in total width 100%):
background: rgba(40, 188, 215);
text-align: center;
float: left;
width: 15%; left div | width: 75%; middle div | width: 10%; right div
transform: skew(150deg);

Each text from inner div css:
text-align: center;
display: block;
font-family: 'Times New Roman';
font-size: 24px;
color: WHITE;
text-decoration: none;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
margin: auto;
transform: skew(30deg);

modified 17-Dec-18 17:03pm.

AnswerRe: transform: skew only on one side Pin
Valentinor17-Dec-18 5:40
Valentinor17-Dec-18 5:40 
GeneralRe: transform: skew only on one side Pin
Richard Deeming17-Dec-18 9:26
mveRichard Deeming17-Dec-18 9:26 
GeneralRe: transform: skew only on one side Pin
Valentinor17-Dec-18 11:02
Valentinor17-Dec-18 11:02 
QuestionTrouble w/ Background Image Load Time Pin
Member 1208020111-Dec-18 11:35
Member 1208020111-Dec-18 11:35 
AnswerRe: Trouble w/ Background Image Load Time Pin
Nathan Minier12-Dec-18 4:23
professionalNathan Minier12-Dec-18 4:23 
QuestionHow to find server name Pin
_Flaviu29-Nov-18 8:48
_Flaviu29-Nov-18 8:48 
GeneralRe: How to find server name Pin
Richard MacCutchan29-Nov-18 9:58
mveRichard MacCutchan29-Nov-18 9:58 
Questionhtml fonts display differently Pin
dcof28-Nov-18 10:00
dcof28-Nov-18 10:00 
AnswerRe: html fonts display differently Pin
Richard MacCutchan28-Nov-18 21:46
mveRichard MacCutchan28-Nov-18 21:46 
QuestionRESTful API practices in the realworld Pin
wolfbinary28-Nov-18 4:35
wolfbinary28-Nov-18 4:35 
AnswerRe: RESTful API practices in the realworld Pin
Richard Deeming28-Nov-18 5:48
mveRichard Deeming28-Nov-18 5:48 
QuestionWhat is a clearfix hack in CSS where exactly can I use this CSS class? How many types we have in this. Pin
Member 1406829826-Nov-18 21:29
Member 1406829826-Nov-18 21:29 
AnswerRe: What is a clearfix hack in CSS where exactly can I use this CSS class? How many types we have in this. Pin
Richard MacCutchan27-Nov-18 0:26
mveRichard MacCutchan27-Nov-18 0:26 
QuestionLaunch a form from local HDD Pin
_Flaviu22-Nov-18 7:00
_Flaviu22-Nov-18 7:00 
AnswerRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 0:19
professionalF-ES Sitecore27-Nov-18 0:19 
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 1:34
_Flaviu27-Nov-18 1:34 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 3:51
professionalF-ES Sitecore27-Nov-18 3:51 

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.