Advanced Search

Search:

Type: Posts; User: questions; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds; generated 45 minute(s) ago.

  1. The website owner above/designer, recommended...

    The website owner above/designer, recommended these two links as a resource:

    http://webdesignerwall.com/tutorials/responsive-design-in-3-steps
    http://masonry.desandro.com/
  2. Oh, I see, thanks! I will give it a try and...

    Oh, I see, thanks!
    I will give it a try and post results.
  3. Well, I figured out the answer to this myself in...

    Well, I figured out the answer to this myself in the script of the following website.
    http://www.tylerfinck.com/

    I think it has to do with slowly changing the opacity, and also putting a sort of...
  4. I got the text to be on top of the image, and the...

    I got the text to be on top of the image, and the image to disappear on hover (opacity).
    But I can't get the text not to show up on top of the image in the first place.
    I tried using the z-index to...
  5. I found a different way of doing it that works to...

    I found a different way of doing it that works to shrink the images as the browser resizes - putting them in a list that adjusts in size - but I can't yet figure out how, in this styling, to put text...
  6. Replies
    5
    Views
    651

    This might be simpler:

    This might be simpler:




    <div class="image-container">
    <div class="image"><a href="some.html"><img src="some.jpg" width="400" height="400" alt="something"></a></div>
    ...
  7. Placeholder for .js Slideshow While It Loads

    Hi,

    I found this slideshow to incorporate in my website, but I can't figure out how to place an image on top of it (or under it) that will disappear when it loads.
    http://www.slidesjs.com/
    ...
  8. Coordinate Width:Height Percentages for Images (Shrunk on Browser Resize)

    I have created this "container" into which I place images (so that I can place text under them that shows up on hover).



    .image-container {
    position: relative;
    float:...
  9. Right... who would have known! This didn't...

    Right... who would have known!

    This didn't work, I tried putting in several places:


    This DID work, though:

    BUT only after I also specified height: 100% (for the #project-menu-area...
  10. I am going to open this up again because...

    I am going to open this up again because something funny is now happening with this styling.

    The area of the page these images are in won't actually contain them.
    Meaning, I tried to put a...
  11. Awesome! That works! And in fact, because the...

    Awesome! That works!

    And in fact, because the whole area of the border, including the caption text is "selected" on hover, I don't need to put the second "p:hover" style in.

    I can put the color...
  12. Border Around Image (with Caption) Changing on Hover+

    Hi,

    I would like to put a border around an image that has a caption under it that only lights up on hovering. And also have the caption change colors on hovering.
    The border needs to be around...
  13. Replies
    3
    Views
    1,269

    Changing Menus - Keeping Rest of Page

    I have a menu included with css in a page.
    The menu doesn't include all the things I want to show and I need a second menu.
    Is there a way to "scroll" or hit a "next" button and have another menu...
  14. I will digest this and let you know! THANKS A...

    I will digest this and let you know!
    THANKS A LOT!
  15. Replies
    5
    Views
    3,048

    Right! Thanks!

    Right! Thanks!
  16. Replies
    15
    Views
    2,576

    Oh. I should get more up to date then. Is there a...

    Oh. I should get more up to date then. Is there a place to learn to do this for someone who is still in the learning stages?

    Thanks!
  17. Replies
    15
    Views
    2,576

    Yeah, on FF3. It's fine if someone resizes. I...

    Yeah, on FF3. It's fine if someone resizes. I think they'd only do it by mistake. I'm just trying to pop up a detail of a webpage or a zoom into an image.
  18. Replies
    15
    Views
    2,576

    And yes, you are right, I cannot control the...

    And yes, you are right, I cannot control the resize, even with 0, it still let's you resize.

    Thanks.
  19. Replies
    15
    Views
    2,576

    THANKS! Does the rest of it look correct?...

    THANKS!

    Does the rest of it look correct?
    Should all the "no" be "0"?
  20. Replies
    5
    Views
    3,048

    I had to do this for it to work:

    I had to do this for it to work:
    <div style="margin: 200px;">
    Don't know why...
  21. Replies
    12
    Views
    6,041

    Thanks.

    Thanks.
  22. Replies
    15
    Views
    2,576

    open new pop up

    Is this older code still correct for a pop-up?
    I have "resize=no" down but it's letting me resize it.

    I'm not an expert. I copied this from somewhere long ago.


    <script...
  23. Replies
    5
    Views
    3,048

    locate image on page

    I'm all questions today...

    Is it possible to locate an image through a "div style" tag next to the image?

    Example (in BODY of page):

    <div style="top: 200px;"><img src="ai-board1.jpg"></div>...
  24. Yeah. I am just totally confused with this. Are...

    Yeah. I am just totally confused with this.
    Are you saying the first part, put in the CSS file somewhere? And why does it say "</SCRIPT>" at the end of it?
    I don't know what IE fix you are...
  25. OK. I'm redoing it in the dumbest way possible...

    OK. I'm redoing it in the dumbest way possible and using this script instead.

    CSS
    #image {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    background:...
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4