I have a weird issue (My inexperience for sure) I have an image the is contained inside a Div, that Div is inside the content Div. All I want is to glue the image Div to the bottom of the container Div.
It can be viewed here www.discoveryesu.co.uk. The home page displays correctly but if you click the documents page then you will see the problem. It has to do, I think, with the length of the left bar.
1) You have a 1.8MB image on your home page. You need to change this immediately. An image like that should be NO MORE than 30kb (you image is 600x that).
2) Give the text in the footer a little breathing room (padding)
3) If you want the mountain image to be at the bottom, include it in your footer, not your main div.
4) The login button seems to be cut off on the bottom
I have a weird issue (My inexperience for sure) I have an image the is contained inside a Div, that Div is inside the content Div. All I want is to glue the image Div to the bottom of the container Div.
It can be viewed here www.discoveryesu.co.uk. The home page displays correctly but if you click the documents page then you will see the problem. It has to do, I think, with the length of the left bar.
Any help would be cool thanks
2) Give the text in the footer a little breathing room (padding)
3) If you want the mountain image to be at the bottom, include it in your footer, not your main div.
4) The login button seems to be cut off on the bottom
The image on the front page is a temp. Bit shoddy I know but it will change
The footer does need a bit of space. I'll look at that
I'll try bunting the mountains in the footer. Thanks
I noticed the buttons too. The issue was due to stupid me putting a height on all input elements. Fixed now