Archive for the ‘ CSS ’ Category
Inline Styles: An example of an inline style is below: <div name=”myDiv” style=”background-color:black;”></div> The css property “background-color” is only applied to the div “myDiv”. Inline styles should be used only when the more conventional methods (below) will not help. Internal Style Sheet When you have a page which has a unique style, using an internal style sheet may be the [ READ MORE ]
It can be useful on occasions to preload an image. This means the image is loaded with the page. Not after it. For example, you have two images. One of a car and one of a motorbike. When you hover over the car with the mouse, it changes to the motorbike. The first time you hover [ READ MORE ]