Support » Themes and Templates » IE CSS issue with picture perfect theme

  • htb

    (@halinasplace)


    I’ve integerated zenphoto to work with the picture perfect theme and it is almost there…it works well in firefox and safari but in IE
    on the album page the slideshow doesn’t move down the controls, the sidebars also have lost there borders…any help to get the css complient with all browsers would be appreciated….

    http://blog.halinasplace.net.au/blog

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter htb

    (@halinasplace)

    well I’ve resolved the slideshow issue … seems as though ie doesn’t like a height of 100% in the css so i put in a fixed height…but I still having figured out why the header or the sidebars are screwy

    Thread Starter htb

    (@halinasplace)

    div#sidebar > li {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 20px;
    background-color: #181818;
    border: 1px solid #424242;
    padding: 10px;

    }

    I take it this can’t be seen in IE …can anyone tell me what the equivalent is?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE CSS issue with picture perfect theme’ is closed to new replies.