The design is centered and I need a rss logo beside it and stay there no matter the viewport.
the css I am using is this,
Code: Select all
#rss-logo
{
z-index:3;
float:left;
position:relative;
left:1050px !important;
top: 0px!important;
}Also tried relative, absolute, float and fixed. Neither of them work, it still pushes all other elements down.

<rant> CSS is a good concept with bad implementation. Why have that stupid box positioning when you could have a flexy layers model? </rant>

