Category: HTML

As images are inline a small gap will appear around them relative to other CSS objects. For instance, if you want to display an image at the bottom of a div element then there will be a gap between the bottom of the image and the border of the div.… more »

Internet Explorer, as tested in versions 6 and 7, doesn't allow you to highlight rows in a table using the CSS code tr:hover. To work around this I used a bit of JavaScript. I kept the CSS code as well as if the user disables JavaScript but are using a c… more »

To position a div tag at the top of your web page you might try to use the following CSS: div.top { top: 0px; } But this causes a small gap between the top of the page and the start of the div tag. To solve this problem use the following CSS:… more »

My name is Kieren and this is my blog. I use it mostly to document any solutions to problems I come across in computing.

Search

XML Feeds