Hi there theremotedr,
the only problem that I can see, and this is on all the pages, is a
horizontal scrollbar appears at about 360px width.
I am responsible for this error.
When validating your pages I found deprecated
"hspace attributes"
on images in the footer section.
These were removed and replaced with CSS but the value that I
gave was rather too large hence the scrollbar.
In the
"latestChanges.css" file change this....
Code:
footer img {
margin: 0 0.25em;
}
...to this...
Code:
footer img {
margin: 0 0.1em;
}
coothead
Bookmarks