Overall: - make sure you include reset (if you don't know what this is, just search "css reset") - create a wrapper div, this is important for what will come below on your new images div - the site is WAY too wide (people will skip reading things that are too wide, think up-down, not left-right) - make sure you validate (fixing errors that come up in validation can sometimes cure cross-browser mishaps) http://validator.w3.org/check?uri=http% ... omatically)&doctype=Inline&group=0
Your #images div: - remove margin-left and replace it with float: right; - add padding to your liking - remove margin-top - make sure this div becomes just before your content div in the HTML
I'm sure there are more things you can do, start with that and ask a question when you get stumped.
They can't click on links or scroll down at all.
I'm at a complete loss as to why this is and i've looked for ages at my code to try and figure it out.
Any help would be much appreciated.
http://www.pgmdesign.co.uk
Overall:
- make sure you include reset (if you don't know what this is, just search "css reset")
- create a wrapper div, this is important for what will come below on your new images div
- the site is WAY too wide (people will skip reading things that are too wide, think up-down, not left-right)
- make sure you validate (fixing errors that come up in validation can sometimes cure cross-browser mishaps)
http://validator.w3.org/check?uri=http% ... omatically)&doctype=Inline&group=0
Your #images div:
- remove margin-left and replace it with float: right;
- add padding to your liking
- remove margin-top
- make sure this div becomes just before your content div in the HTML
I'm sure there are more things you can do, start with that and ask a question when you get stumped.