• 0

zRSSFeed Rotator CSS Problem


Question

Check out the toolbar at the bottom of the site. I can't seem to get it to successfully rotate the way it should.

http://sexesbattle.com/

Feed


$(document).ready(function () {
        $('head').append("<link rel='stylesheet' type='text/css' href='" + dyno + "tb.css'/>");
        $('body').append(illBar);
        $('#illbar-feed').rssfeed('http://illingspree.com/feed', {
            header: true,
            titletag: 'div',
            date: false,
            content: false,
            limit: 5
        }, function (e) {
            $.zazar.rotate({
                selector: '#illbar-feed ul'
            });
        });
    });

CSS


#illbar-feed {
width: 600px;
height: 30px;
margin: 0px auto;
}

#illbar-feed .rssHeader a {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  color: #222;
  line-height: 30px;
  text-decoration: none;
}

.rotate {
position: absolute;
}

rotate,
.rotate li {
margin: 0;
padding: 0;
list-style: none;
}

.rotate li {
display: block;
margin-bottom: 50px;
}

.rotateItem {
margin-bottom: 30px;
}

#illbar-feed ul li a {
display: block;
height: 30px;
line-height: 30px;
color: #333;
text-decoration: none;
}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.