Click here to Skip to main content
15,891,431 members
Home / Discussions / Web Development
   

Web Development

 
QuestionAsking a question again... Pin
CoderPanda5-Feb-14 19:20
professionalCoderPanda5-Feb-14 19:20 
QuestionWeb Services Pin
Richard Andrew x645-Feb-14 14:56
professionalRichard Andrew x645-Feb-14 14:56 
AnswerRe: Web Services Pin
Wayne Gaylard5-Feb-14 21:43
professionalWayne Gaylard5-Feb-14 21:43 
QuestionFlash Banner in Mobile asp.net Pin
Fcode-20143-Feb-14 21:30
Fcode-20143-Feb-14 21:30 
AnswerRe: Flash Banner in Mobile asp.net Pin
Richard MacCutchan3-Feb-14 22:03
mveRichard MacCutchan3-Feb-14 22:03 
GeneralRe: Flash Banner in Mobile asp.net Pin
Fcode-20143-Feb-14 22:47
Fcode-20143-Feb-14 22:47 
GeneralRe: Flash Banner in Mobile asp.net Pin
Richard MacCutchan3-Feb-14 22:56
mveRichard MacCutchan3-Feb-14 22:56 
QuestionCSS3 onHover sliding effect Pin
abisheak Balaji31-Jan-14 4:10
abisheak Balaji31-Jan-14 4:10 
I want to create a sliding effect of the backface contents of my image using CSS3.
HTML
<html><body><div class="about">
            <div class="students">
                <div class="frontface">
                <img src="bill.jpg" style="width:250px;height:250px;" /></div>
                <div class="backface">
                    <h3>Bill Gates</h3>
                    <h4 class="profession">Former Microsoft CEO</h4>
                </div>
            </div>
            <div class="students">
                <div class="frontface">
                <img src="andrew.jpg" style="width:250px;height:250px;"/>
                </div>
                <div class="backface">
                    <h3>Andrew Ng</h3>
                    <h4 class="profession">Director of Standford AI lab</h4>
                </div>
            </div>
            <div class="Students">
                <div class="frontface">
                <img src="sebastian.jpg" style="width:250px;height:250px;"/></div>
                <div class="backface">
                    <h3>Sebastian Thurn</h3>
                    <h4 class="profession">Robotics</h4>
                </div>
            </div>
        </div>
</body></html>


CSS
.about{
    position:relative;
    display:inline-block;
    z-index:1;
    float:left;
    width:100%;
    height:auto;
    margin-top:10px;
    padding:0;
}
.students{
    width:250px;
    height:250px;
    float:left;
    margin:20px;
    margin-left:150px;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
}
.frontface , .backface{
    position:absolute;
    width:250px;
    height:250px;
}
.frontface{
    background-size:cover;
}
.backface{
    background-color:#000;
    opacity:0.7;
    backface-visibility:hidden;
    text-transform:uppercase;
    text-align:center;
    font-size:13px;
    z-index:-1;
    color:white;
    transition:color 0.5s linear,font-size 0.1s linear;
}
.frontface:hover{
    z-index:-1;
}


This works good but i am unable to create a sliding effect from the bottom of the image to the top of the image.Any help would be appreciated.
This site gives a good example of it.
Please check out "meet the crew" heading on the homepage of this website
http://www.magneticcreative.com/[^]
Thank you
QuestionStandalone web application Pin
Leng Vang30-Jan-14 5:53
Leng Vang30-Jan-14 5:53 
Questioni have created this and i want to display the form as much time user click on button add_new_form and all data will gather and will insert into database form by form Can u please give a php code for it. Pin
Swap function29-Jan-14 2:59
Swap function29-Jan-14 2:59 
AnswerRe: i have created this and i want to display the form as much time user click on button add_new_form and all data will gather and will insert into database form by form Can u please give a php code for it. Pin
Kornfeld Eliyahu Peter29-Jan-14 6:18
professionalKornfeld Eliyahu Peter29-Jan-14 6:18 
QuestionMVC Web API for Chatting Application Pin
sachin.vishwa9026-Jan-14 7:49
professionalsachin.vishwa9026-Jan-14 7:49 
AnswerRe: MVC Web API for Chatting Application Pin
Richard MacCutchan26-Jan-14 21:58
mveRichard MacCutchan26-Jan-14 21:58 
GeneralRe: MVC Web API for Chatting Application Pin
sachin.vishwa901-Feb-14 2:58
professionalsachin.vishwa901-Feb-14 2:58 
QuestionConversion of Byte array to Bitmap Image Pin
Harpreet05Kaur24-Jan-14 19:39
Harpreet05Kaur24-Jan-14 19:39 
QuestionRe: Conversion of Byte array to Bitmap Image Pin
Richard MacCutchan24-Jan-14 22:07
mveRichard MacCutchan24-Jan-14 22:07 
QuestionFresher in Web Development Pin
Mahi Bhat24-Jan-14 2:35
professionalMahi Bhat24-Jan-14 2:35 
AnswerRe: Fresher in Web Development Pin
Navneet k soni27-Jan-14 20:11
Navneet k soni27-Jan-14 20:11 
GeneralRe: Fresher in Web Development Pin
Mahi Bhat28-Jan-14 17:01
professionalMahi Bhat28-Jan-14 17:01 
GeneralRe: Fresher in Web Development Pin
Navneet k soni28-Jan-14 22:47
Navneet k soni28-Jan-14 22:47 
SuggestionRe: Fresher in Web Development Pin
thatraja29-Jan-14 4:05
professionalthatraja29-Jan-14 4:05 
AnswerRe: Fresher in Web Development Pin
thatraja27-Jan-14 22:25
professionalthatraja27-Jan-14 22:25 
GeneralRe: Fresher in Web Development Pin
Mahi Bhat28-Jan-14 17:03
professionalMahi Bhat28-Jan-14 17:03 
AnswerRe: Fresher in Web Development Pin
W Balboos, GHB14-Feb-14 8:01
W Balboos, GHB14-Feb-14 8:01 
QuestionTemplate 1.4.1 - How to render the same layout without retyping all write command. Pin
dudz artiaga18-Jan-14 22:01
dudz artiaga18-Jan-14 22:01 

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.