Bug Log - 22/01/09

Bug Log
- - - - - - - - - - - -

Problem:
* Issue with repeating body background:

background-image: url(images/background.gif);
background-repeat: repeat-x;

Wasn't working in external style sheet.


Solution:
* Seems to work by inserting it inside the head of the HTML page.
Will try to get it working in external sheet, otherwise just leave it.
0

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


Problem:
* Issue with the header.
Created a header, sliced in 2 3 parts. Inserted next to each other inside a fixed width div, and space is created between the images.


Solution:
* Put all of the '< img src="...' tags on the same line.