View all tutorials tagged: image replacement

CSS image replacement

This relatively short post should give you an insight into image replacement. Image replacement is the technique of taking some text usually a logo and replacing it with an image.XHTML Codethis code can be done with relatively little XHTML code, a good example would be a logo for a company.<h1 class="thelogo">Company logo</h1>As you can see [...]

1