Dave Woods - Freelance Web Design Warwickshire

Category Archives: Web Design

Firefox scrollbar fix

If you’ve ever developed a site which is centrally aligned and only requires a vertical scrollbar on some pages then you’ll have experienced the problem in Firefox where the page appears to jump to allow for the appearance and disappearance between pages.

However, there is a fix which can force the scrollbar to appear all the time which prevents the jumping of the page and it’s really simple to implement.

Continue reading

CSS Tabs Menu

Using an unordered list and a couple of images, we can use CSS to create effective tabbed navigational menu’s which this tutorial will demonstrate.

This demonstration uses the Sliding Doors technique which not only allows for long text but also enables the user to enlarge the text within their browser without breaking the tabs.

Continue reading

CSS colour tip

Whenever I’m browsing the web and come across a certain website where something is interesting or I’m curious as to how something has been done, I’ll take a look in the source code and CSS to see how the designer solved a certain problem or created part of the page.

This morning I came across an interesting idea on 456 Berea Street whilst looking at the CSS created by Roger Johansson.

Continue reading

Block and Inline elements: Part one

CSS is an important part of any web designer’s skills and therefore it’s extremely important that a designer understands how block elements and inline elements work together and how they can be styled using CSS. This article will explain the default display values of the most commonly used HTML elements whilst part two of this article will explain how CSS can be used to alter the display and visual appearance of these elements.

Continue reading