Hi i asked my mate how to make imageholders and he said you need to use css and abit of php does anyone know how?
Hi i asked my mate how to make imageholders and he said you need to use css and abit of php does anyone know how?
Can you define image holder? I can probably help, but I found nothing on google telling me what an "image holder" is.
--Jas
function GreatMinds(){ return "Think Like Jas"; }
That is a image holder above.
an image holder is either a "transparent" image that just takes up the necessary space, or it is another element used as a container to assign an image to when it is assigned.
Image holders are typically used when creating a slideshow of some sort. before the "show" starts, a default image should be declared... aka it "holds" the image place.
So, wouldn't you just need something like:
?Code:<div style="height:200px;width:150px;"></div>
--Jas
function GreatMinds(){ return "Think Like Jas"; }
Thanks for that but i wont to use the pic below but some told me i can do it in css.
Try this:
HTML:
CSS:Code:With Image <div class="image-holder"> <img src="a/image.jpg" /> </div> Without Image <div class="image-holder"> </div>
Anything highlighted, you need to change. What each thing means should be pretty self-explanatory. If not, post your questions.Code:div.image-holder { height:200px;width:200px;overflow:hidden; background:url(nopic.jpg); }
Sorry but that dont really help cos i cant change the image
Kk do you have a bebo account if you do i wont somehting like that but with writing in the image holder like the one below
Bookmarks