Hello,
Im not very experienced with HTML and am just trying to get a simple website going.
I have a div, which is my main body of my page and inside that I have a second div which holds a twitter feed and a title. I want to be able to position that at an exact point inside that div so it never moves. However it needs to move when the main div moves as I have the left and right margin as auto so it stays centred in the page.
If anyone can help me with this it would be great, and if this is confusing please tell me.
Thanks,
-Daniel
That's my website so far -
http://http://www.mycraftserver.co.uk/website/
You can view my css at
http://www.mycraftserver.co.uk/website/script/main.css
The twitter title (sideways image "follow us on twitter" is a.twitter, which is held, with the feed, in div.twitter. I want both the div.twitter to be positioned eactly inside div.mainbody and not to move.