Forums

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

Home Forums CSS Bug (maybe about padding/margin)

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26943
    Devilelites
    Member

    Hey,

    I’ve a bug. I don’t know what i shall call it. On my own computer it looks as it has to, but on my sister’s computer it looks bad.

    The bug (i know it’s bad quality):

    [img]http://i591.photobucket.com/albums/ss352/CSSFirehawk/Logos/Bugkat-4.jpg[/img]

    How it should look:

    [img]http://i591.photobucket.com/albums/ss352/CSSFirehawk/Logos/Bugkat-3.jpg[/img]

    As you can see the list aint placed at the same place. If you want CSS, just tell me or look at graphicaldesign.wep.dk (it’s danish, so you wont understand what it says…)

    Regards,
    Dev

    #67129
    TheDoc
    Member

    She’s probably looking at the site in IE6. IE6 will undoubtedly cause several errors in a site, it takes a while to get used to them all.

    IE6 doesn’t like transparent PNG-24 images, search for ie png fix and you’ll find help there.

    #67139
    AshtonSanders
    Participant

    I would just add this to your CSS:

    Code:
    #kategorilist {
    padding-left:40px;
    }
    #67155
    Devilelites
    Member

    Thank you guys – i think the padding works.

    #67156
    AshtonSanders
    Participant

    Excellent. [img]http://www.websitesinaflash.com/images/thumbsup.gif[/img]

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