• Hi there!

    I´ve got a problem with FAlbum & Firefox,
    When you visit my site http://www.macamba.nl with firefox you´ll see that the layout of the 2 photos in the upper right cornor is wrong, they should have a shadowborder and stay next together, I don´t have this problem in IE. (Well since I got some helpful CSS last month)

    O and the thing is, at http://www.randombyte.net/blog/ you DON´T have that problem with firefox.. Weird huh?

Viewing 1 replies (of 1 total)
  • This worked for me…. i changed the padding value from 4 to 2 in the Falbum.css

    .falbum-thumbnail-ds img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    margin: -5px 5px 5px -5px;
    padding: 2px;
    position: relative;

Viewing 1 replies (of 1 total)
  • The topic ‘FAlbum layout problem in FireFox’ is closed to new replies.