Forum Replies Created

  • Josh Spivack

    June 25, 2014 at 1:38 am in reply to: Floating Characteristic in CSS Mobile

    Yes of course, sorry. It is restored to the “right” formatting with the text over the image.
    Here’s the specific code regarding these divisions:

    }

    #proquote2 {
    width:27em;
    float:right;
    display:inline;
    margin-top:-4em;
    margin-bottom:3em;
    margin-right:-6em;
    }

    In the @media only screen and (min-device-width: 320px) and (max-device-width: 480px){ section below above code.
    }
    #proquote2{
    margin-top:170px;
    clear:both;
    float:none;
    }

    }
    #profile_pic2 {
    float:left;
    margin-right:1em;
    margin-bottom: -5em;
    vertical-align:text-top;
    width:350px;
    }
    In the @media only screen and (min-device-width: 320px) and (max-device-width: 480px){ section below above code.
    }
    #profile_pic2{
    clear:none;
    width:auto%;
    }
    I just need to lower the proquote2 in the mobile version only. float:none; is right formatting, wrong vertical placement–I don’t seem to have vertical controls after that.
    Thanks again,
    Josh

  • Josh Spivack

    March 3, 2014 at 10:44 pm in reply to: Retriving CSS from cache

    I just wanted to let you know I had to end up going to my .image-extras .link-icon and directing it to the image url. That did the trick for the overlays.
    Thank you for taking the time that you did and helping me out. I appreciate it.
    Josh

  • Josh Spivack

    March 1, 2014 at 1:08 am in reply to: Retriving CSS from cache

    Demetri,
    Thank you so much for the response. I wanted to wait to reply to test a few things. Also, I apologize for my wordiness and I understand this is not your job, so any advice is and was appreciated. I could have just said, “my mouse over works but we lost two icons that linked within it, the ‘i’ symbol and “play button” symbol.”‘

    What you said did make sense, for the most part and I appreciate you taking the time that you did. I find “image:hover” in four places in my CSS, 3 of the 4 it’s followed by ” .image-extras{” like yours. However in one spot I have .image:hover > img{
    I can’t help but wonder if there’s something missing there but when I looked at the cached compilation of the site, one that does have the mouse-over the way I want, it doesn’t vary there. I just need to find whatever code it was that created those embedded icons within the mouse-over.
    Using another tip I also removed “../” from virtually everything, it did nothing good or bad.
    Thanks for anything.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy