Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Position: absolute Problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #23750
    ipad
    Member

    Hi, i put an rss badge in my site, it looks beautiful but when i resize my navigator moves over the site… how can i fix this? whats wrong in the css code please?

    Code:
    .rssbadge{
    background-attachment:scroll;
    background-color:transparent;
    background-image:url(images/rss.png);
    background-position:0 0;
    background-repeat:no-repeat;
    height:64px;
    left:1067px;
    position:absolute;
    top:90px;
    width:64px;
    z-index:1000;
    }

    Screenshoot
    image1
    [img]http://i358.photobucket.com/albums/oo27/ivorjpc/badge1.jpg[/img]

    image2
    [img]http://i358.photobucket.com/albums/oo27/ivorjpc/badge2.jpg[/img]

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.