Click here to Skip to main content
15,887,585 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: htaccess issues Pin
Member 1070601422-Jul-16 8:15
Member 1070601422-Jul-16 8:15 
GeneralGetting a Response from an Iframe Pin
Brian Kron29-Jun-16 9:23
Brian Kron29-Jun-16 9:23 
GeneralRe: Getting a Response from an Iframe Pin
2374130-Jun-16 11:54
2374130-Jun-16 11:54 
GeneralRe: Getting a Response from an Iframe Pin
Brian Kron30-Jun-16 13:38
Brian Kron30-Jun-16 13:38 
GeneralRe: Getting a Response from an Iframe Pin
2374130-Jun-16 14:56
2374130-Jun-16 14:56 
GeneralRe: Getting a Response from an Iframe Pin
Brian Kron1-Jul-16 4:01
Brian Kron1-Jul-16 4:01 
GeneralRe: Getting a Response from an Iframe Pin
F-ES Sitecore4-Jul-16 4:08
professionalF-ES Sitecore4-Jul-16 4:08 
QuestionCSS, css class that will modify a previous css class if used Pin
jkirkerx28-Jun-16 8:08
professionaljkirkerx28-Jun-16 8:08 
I don't even know what to call it.
I have a record row that is 100% width that shows a record. I want to add a Red Square on the right side to delete the record if I choose to offer that option. I was thinking maybe there's a way without me having to write another set of classes in which I can modify the class.

|----------------------|
| 100% |

|----------------------|

|---- ----------|--|
| 90% | 10% |
|---------------|--|

This is the original class
div.iRecord {
    width: 88%;
    margin: 0 1%;
    padding: 2% 1%;
    display: inline-block;
    float: none;
}

And this would be the override class, in which I was wondering if it's possible to use the class below to modify the class above, just change the width to 89%
div.iRecord.delete {
    width: 9%;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(255, 0, 0);
}

AnswerRe: CSS, css class that will modify a previous css class if used Pin
Richard Deeming28-Jun-16 8:43
mveRichard Deeming28-Jun-16 8:43 
GeneralRe: CSS, css class that will modify a previous css class if used Pin
jkirkerx29-Jun-16 6:12
professionaljkirkerx29-Jun-16 6:12 
AnswerRe: CSS, css class that will modify a previous css class if used Pin
faizan ali28-Jun-16 21:11
faizan ali28-Jun-16 21:11 
GeneralRe: CSS, css class that will modify a previous css class if used Pin
jkirkerx29-Jun-16 6:14
professionaljkirkerx29-Jun-16 6:14 
QuestionHelp in phone page Pin
Member 1259994323-Jun-16 0:17
Member 1259994323-Jun-16 0:17 
AnswerRe: Help in phone page Pin
CHill6023-Jun-16 1:54
mveCHill6023-Jun-16 1:54 
AnswerRe: Help in phone page Pin
Member 1259994323-Jun-16 9:27
Member 1259994323-Jun-16 9:27 
GeneralRe: Help in phone page Pin
Richard MacCutchan23-Jun-16 22:26
mveRichard MacCutchan23-Jun-16 22:26 
AnswerRe: Help in phone page Pin
faizan ali28-Jun-16 21:14
faizan ali28-Jun-16 21:14 
Questionimg src redirect Pin
V.22-Jun-16 22:13
professionalV.22-Jun-16 22:13 
AnswerRe: img src redirect Pin
Richard Deeming23-Jun-16 2:15
mveRichard Deeming23-Jun-16 2:15 
GeneralRe: img src redirect Pin
V.23-Jun-16 19:32
professionalV.23-Jun-16 19:32 
GeneralRe: img src redirect Pin
Graham Breach23-Jun-16 23:09
Graham Breach23-Jun-16 23:09 
GeneralRe: img src redirect Pin
V.23-Jun-16 23:23
professionalV.23-Jun-16 23:23 
GeneralRe: img src redirect Pin
Richard Deeming27-Jun-16 3:09
mveRichard Deeming27-Jun-16 3:09 
GeneralRe: img src redirect [SOLVED] Pin
V.13-Jul-16 0:16
professionalV.13-Jul-16 0:16 
SuggestionSiganalR in MVC Pin
Aarthi.3320-Jun-16 22:39
Aarthi.3320-Jun-16 22:39 

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.