Tag Archives: Css Images

linking to images

Can easily anyone tell me how I can link to all my images in a new css documanet employing: qualifications: url(IMAGELINK) no-repeat; This works fine for that top banner of my site (and it really is obviously easier to help update images this particular way) but when i try to use it for all the other images in my site apart from show up. Consequently, in the interim, I’ve been obligated to revert returning to: < img src=" IMAGELINK" > while in the html pages. Can easily anyone tell my family what I’m performing wrong This is the code I use as an example: About the html pages WHEN I place the div, which consists of identifier where I would like the image to seem, like so: < div id=" bumper" > < /div> After which it in the css WE add the photograph, like so: #bumper qualifications: url(IMAGELINK) no-repeat; This works for my banner however is not my other pictures. That needs to be fine, but you’ll to set a great explicit width as well as height, otherwise the actual div will resize for you to its contents, which consist of nothing. Perhaps there is a reason that you’re … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

Backgrounds not working?

MY SPOUSE AND I can’t ever learn how to make a qualifications in CSS it doesn’t matter what it never functions (even when pasted originating from a tutorial and stuff)… Exactly how! Err… planning to need more info, because if you’re just talking about using an picture or solid color for any background, it’s pretty hard to ruin. Image inside CSS: one example is Code: background-image: url(navi_bg_divider. png); Along with the image is in the same folder as being the CSS Will it be one big image Or does this need repeats I have got the repeats just about all sorted out. but I can’t even find the image to exhibit LOL. root> images> this is where the image is root> this is where the css report is Adding images to somewhat of a CSS file… You must put the relative path for the location of the image pertaining to the CSS that is definitely calling it… I always decide to put my CSS files in a very folder on the root called CSS… Images in a very folder on the root called img… So my journey to any image I easily use in my CSS can be:.. /img/imagename. png … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment