Results 1 to 2 of 2

Thread: Rss ticker problems with css-reset

  1. #1
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Rss ticker problems with css-reset

    1) Script Title: gAjax RSS Ticker (hosted)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...xrssticker.htm

    3) Describe problem: to ensure my page displays properly in IE, I use this statement:

    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css">

    ... but it seems to negate the cssfeed.setentrycontainer("p") statement ... no matter what, it displays as a div.

    I just want a little space between each feed ... help???

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    no matter what, it displays as a div
    Do you mean the paragraph displays as a block-level element? The paragraph is a block-level element. The reset only removes the margin it has. If you mean something else, please try to explain your question better.

    Good luck!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •