html - What is wrong here? Twitter timeline in bottom corner? -


i'm building website twitter timeline (widget) sat in bottom right hand corner.

(just heads up, first website , not best @ coding).

i want sit next little youtube widget. or isn't there way of doing this?

source of problem

(if website above not working wait couple of minutes , retry)

remove <div style="clear: both"></div> after <div id="youtube">...

also, in css:

#twitter{     float: left;     margin: 0;     padding: 10px 10px 10px 50px; /*or whatever padding want give */ } 

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -