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/
Type: Posts; User: questions; Keyword(s):
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/
Oh, I see, thanks!
I will give it a try and post results.
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...
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...
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...
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>
...
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/
...
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:...
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...
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...
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...
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...
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...
I will digest this and let you know!
THANKS A LOT!
Right! Thanks!
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!
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.
And yes, you are right, I cannot control the resize, even with 0, it still let's you resize.
Thanks.
THANKS!
Does the rest of it look correct?
Should all the "no" be "0"?
I had to do this for it to work:
<div style="margin: 200px;">
Don't know why...
Thanks.
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...
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>...
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...
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:...